Brandon Ringe

Results 163 comments of Brandon Ringe

@alex-rvz For clarification, are you talking about not being able to evaluate code in the repl, or are you talking about the warning popup in the bottom right?

I noticed it looked like the REPL didn't connect and the title says "REPL error", but I just wanted to be sure of their concern since the popup is also...

The above is worth a try, though I think I've seen this warning since well before we added clojure-lsp or the downloading of it.

I don't know if there would be an issue with that, but if several people complain about the default, we can just flip it later. 😃

I want to take a stab at some requirements / expectations for this. Some of my understanding may be a bit off, as I've only recently got into ClojureScript dev...

>But i don't think it will be enough to say that my_proj is the only namespace in a project so this must be the repl. This is what I meant...

Also, I'm not sure if Cider requires this, but we could require that jack-in be run with the project file open, so there's no ambiguity about which project to start...

I think the connection handling code in Calva maybe could use some reworking for supporting this, though I'm not sure much rework is _needed_. We probably could store connections in...

@tekacs I think it somewhat works like that now in terms of storing and switching, but not in terms of how those connections are started or created. ### My (current)...

Let's see what @PEZ thinks. > could the connection sequence just ask for two ports, one for CLJ and one for CLJS -- and create two sessions, storing them at...