calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
richiardiandrea 2021-03-24T00:15:21.099800Z

will definitely check and do that - will post here

richiardiandrea 2021-03-24T00:17:24.100Z

wow you actually identified the problem with pedestal there, good job, var reloading is always a problem in this kind of things

ericdallo 2021-03-24T01:01:58.100200Z

Fixed and released πŸ™‚

bringe 2021-03-24T01:07:09.100400Z

Oh, good to know I hit the mark!

bringe 2021-03-24T01:07:27.100600Z

There could be some way around that with pedestal

bringe 2021-03-24T01:07:59.100800Z

Thanks!

bringe 2021-03-24T01:29:23.101800Z

I've updated the PR to include the latest clojure-lsp to fix the issue above. Here's the vsix, but I updated the link above too: https://12326-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.182-use-clojure-lsp-native-binaries-9be4279e.vsix

bringe 2021-03-24T01:29:35.101900Z

Works πŸ˜ƒ

ericdallo 2021-03-24T01:30:19.102100Z

:catjam:

2021-03-24T06:12:59.102300Z

Hmm, with the help of this

"calva.replConnectSequences": [
        {
            "name": "My Defaults",
            "projectType": "Leiningen",
            "cljsType": "none",
            "menuSelections": {
                "leinProfiles": ["dev"],
            }
        }
    
    ]
I managed to remove one menu selection option about profile selection, but there are still 2 options I need to select manually. 1. Start your project with REPL server and connect(aka jack-in) 2. select a project type, to my custom project type Is there any option to eliminate selecting them as well?

pez 2021-03-24T06:17:19.102800Z

Using the jack-in command should eliminate the first one. The second one, I don’t think so, but you can think of it as a chorded keyboard shortcut: ctrl+alt+c ctrl+alt+j enter.

2021-03-24T06:26:52.103Z

cool thanks πŸ‘