-
The idea is that if a dev has 2 nREPL sessions open, the data from each is combined to present a consistent view of what the user is doing?
I had thought this feature is a prerequisite for CIDER-SPY …
-
It would be very handy to replicate some of the Emacs nREPL commands.
A very useful one exists that switches the repl buffer namespace to match the current editor's namespace (which requires parsing …
-
clojure 1.9.0-alpha12 has broken a lot of old code that relied on "features" that didn't really exist, but worked anyway. Moving forward, it seems like spec is allowing clojure.core to become better a…
ghost updated
7 years ago
-
Hello, I'm getting back to clojure after a while. I am using spacemacs and updated to the current stable cider. However, when I open up a clojure file and do `special-lispy-eval`, I get this error:
…
-
When starting an nREPL server using `{:nrepl {:start? true}}`, clients connecting to the REPL always being in the `user` namespace.
Since this is a lein plugin, would it be possible/desirable to resp…
-
## Expected behavior
Setting the option to customize the behavior of cljfmt should take effect by customizing that behavior.
## Actual behavior
Setting the option to customize the behavior …
-
I am starting to learn Clojure on Windows 10 and just installed the Calva VS-Code extension. Upon trying to run the Calva: Fire up the Getting Started REPL files I get the following error in the Term…
-
Currently, we try to updateConnectionParams() by reading the .nrepl-port file during extension activation (when a clojure file is first opened), then we try to auto-connect.
This fails when you ope…
-
It'd be nice if the debugging functionality of ritz could be integrated in the clojure enviroinment.
That should amount to substituting the current nrepl component with ritz-nrepl and confugure accor…
-
## Expected behavior
should read ::auto/resolved keyword in tty transport.
## Actual behavior
Will throw java.lang.RuntimeException: Invalid token on server side.
## Steps to reproduce th…