Gabriel Rech
Gabriel Rech
Hi! Yep, its leiningen. The two processes isn't really a problem tbh, its more related to the amount of processes it ends up spawning. > For clarity. Calva is not...
Ok, so I tried closing cursor without disconnecting the REPL, but results are the same
> For clarity. Calva is not supposed to kill the repl when you disconnect from it. It's not clear what you expect in that part of the repro, but anyway,...
> I just want to clarify here that this is specifically about when the jack-in command was used to create the repl. If the repl was started outside of VS...
I don't know if this helps, but the approach I end up taking was to kinda parse the existing word/symbol and afterwards whatever is on its borders to be able...
Right, so I tried reading through most of grok stuff to capture the idea (grok seems really talkative 😆). So, my understanding and personal view on it: yes, I think...
What is your view on how it should be handled? Cause like I said, it really does sound like a case of abstract interpretation 😆, so I'm curious if I'm...
> When Calva parses out argument vectors, it doesn't make sense to count ignored forms. So, this is something that it mentions at some point there in your discussion with...
Sure! My use case is mainly to have some common utils that I don't have in any repository - just locally - and want to inject into calva repl jack...