-
My project.clj specifies:
:jvm-opts ["-Xms48m" "-Xmx1g" "-XX:MaxPermSize=512M"]
Using nrepl-jack-in, JVisualVM shows two JVM processes, one of which has the appropriate jvm args.
Using nrepl-ritz…
-
Hi! It's for latest clojurescript "1.10.741".
```
{:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.741"}
com.bhauman/rebe…
-
Hi!
Normally I connect Emacs (which might as well be any other editor/IDE) to an external nrepl process, for reliability: I simply `lein repl` in iTerm with a fixed port (as per profiles.clj).
T…
-
If nrepl-discover gets popular, it's going to end up with colliding op names. Including the ns containing the var and "nrepl-discover" in the name might be a good idea.
-
All of the affordances of deps-try would be very welcome when I am using the shadow-cljs cljs-repl, for example.
-
`~/.emacs.d (master ✘)✹ ᐅ git submodule update --init --recursive
fatal: reference is not a tree: c01cea32b28eaec670249aa0221bbaf5f8266de0
Unable to checkout 'c01cea32b28eaec670249aa0221bbaf5f8266de0'…
-
This is suggested in a [review](https://marketplace.visualstudio.com/items?itemName=avli.clojure#review-details) on the Marketplace. The motivation is to have an ability to pick up all new dependencie…
-
How can nREPL be configured to access lein via the linux subsystem on a windows 10 machine? Currently I get the following error
```
'lein' is not recognized as an internal or external command,
ope…
-
@anmonteiro apologies if this question has been asked elsewhere. I'd like to start sending forms to a running lumo repl for remote evaluation ala "regular" clj nrepl tooling. It appears the socket rep…
-
Found this via a [clojure.spec bug](https://clojure.atlassian.net/browse/CLJ-1941):
**Cause:** Malli replaces var values with instrumented functions that will not work with primitive function inter…