Peter Strömberg
Peter Strömberg
Calva Spritz should not have this effect. Or, I am pretty sure it doesn't. With Calva I am less sure. I know that I can open non-Clojure projects without those...
Hello. Thanks for this suggestion. 🙏 I'd merge a PR adding Squeeze. But instead of killing, it would do **Cut**, as we can't assume the user has configured Calva to...
Oh, wow, I didn't even know that keywords with spaces was a thing, but of course they are. It should be noted that keywords are basically treated as symbols by...
Related: * #2764 * #2327
I think I know what's happening. Calva probably misidentifies this as a let binding. (Within `let`, and other binding forms, the drag operations drag pairs. The result when dragging when...
@bddicken We can run YJIT using regular ruby, don't you think? I had a bad time trying to install miniruby on my mac and resorted to symlinking `miniruby -> ruby`.
Hi! What may work is to define a `:job-dev` alias in your user `deps.edn` and then specify that alias in `menuSelections.cljAliases` of the connect sequence. If that doesn't work (not...
Today Calva throws in the towel if the alias has a main opts. (It should inform/warn you about this in the alias select menu.) Maybe we could make that more...
Thanks for this issue! I think it would be great if Calva behaved like you suggest. The problem is that this part of Calva is very messy, and very stateful,...
I think this could be something for the new Output Window to take care of.