nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
shen 2019-11-11T07:01:41.030700Z

hmm.. how do you normally start the repl process?

shen 2019-11-11T07:01:44.030900Z

lein repl?

shen 2019-11-11T07:03:17.031100Z

think setting it in .nrepl.edn also works?

pez 2019-11-11T07:40:04.031300Z

Calva supports tools.deps, lein and shadow-cljs. Ideally I’d like to add whatever is needed to the command lines starting the processes. But I’ll check out .nrep.edn too.

shen 2019-11-11T07:50:10.031500Z

Bottom of this page: https://nrepl.org/nrepl/0.6.0/usage/server.html

shen 2019-11-11T07:52:13.031700Z

There was a discussion of configuring nrepl via JVM opts: https://github.com/nrepl/nrepl/issues/54

shen 2019-11-11T07:54:29.032Z

in lein, it's passed via :repl-options

shen 2019-11-11T07:55:24.032200Z

guess .nrepl.edn is something different, but saves you the effort of threading config through whichever tool you are supporting?

shen 2019-11-11T07:56:34.032400Z

https://shadow-cljs.github.io/docs/UsersGuide.html#nREPL <- how to configure shadow

chrishacker 2019-11-11T22:17:30.042700Z

Cross posting this here as well. Thanks in advance for any help.

dpsutton 2019-11-11T22:40:20.043100Z

i use cider connect into a docker application every day

dpsutton 2019-11-11T22:40:23.043300Z

what issue are you having?

dpsutton 2019-11-11T22:40:45.043600Z

(cider-connect (list :host "<http://local.aclaimant.com|local.aclaimant.com>" :port ,port
                              :project-dir dir))
is from the emacs side