Colin Fleming
Colin Fleming
That dropdown doesn't do anything like connecting to a new REPL. All it does is tell Cursive: this REPL is currently a CLJS (or CLJ) REPL. Cursive will try to...
This is fixed for the next EAP release. I've changed the "File name" style to just be called "Default", which will use the default IntelliJ naming. This shows the file...
Fix released in 1.14.0-eap1 on 2024-09-13.
Fix released in 1.14.0 on 2024-11-13.
The one thing that I can think of in 1.14 is that you might have a REPL scope configured, check _Settings | Languages & Frameworks | Clojure | REPL |...
Just to clarify, are you running this as a command line tool, i.e. using [this](https://www.jetbrains.com/help/idea/command-line-differences-viewer.html)?
> I doubt anyone's using those directly, so probably that's fine. Just do some GitHub search to be on the safe side. I use `nrepl.cmdline` in Cursive, so I'd be...
Yes, in the next version of Cursive I'm going to rewrite the formatter to be (by default, at least) completely compatible with cljfmt, and to use its configuration style. So...
Not really, but hopefully on the timescale of a month or so for the EAP. cljfmt is relatively simple but I'll have to test it on a lot of code...
After some discussion in Slack, I've filed https://github.com/juji-io/datalevin/issues/286 which should fix this in Datalevin. In the meantime I'll catch errors when walking the exception and just return the raw data...