nrepl

Daniel Slutsky 2022-04-23T14:18:02.916679Z

It turns out that CIDER has a variable cider-jack-in-nrepl-middlewares, that can be used to add middlewares to the clj command. @pez do you know if Calva has such an option?

pez 2022-04-23T14:24:31.457719Z

We don't have that in Calva, but it should be pretty easy to add. Please file an issue about it. Meanwhile the closest you get is to use the Copy Jack-in command line to Clipboard command and then modify that one, starting your REPL from the command line and then use connect instead of Jack-in.

Daniel Slutsky 2022-04-23T14:26:20.775269Z

Thanks!

Daniel Slutsky 2022-04-23T14:31:07.844129Z

Here: https://github.com/BetterThanTomorrow/calva/issues/1691 Thanks!

🙏 1