Fork me on GitHub
#nrepl
<
2021-06-30
>
bozhidar07:06:32

@eugen.stan Most people use SSH tunneling to achieve more or less the same result. CIDER also supports this. I think it's a good balance between not adding complexity to nREPL and providing you with a secure connection.

Eugen07:06:22

thanks, I think so too

Eugen14:06:30

@bozhidar: any reason why (:import clojure.lang.RT is being imported? does not seem to be used but it seems to impact nrepl usage in babashka https://github.com/nrepl/nrepl/blob/f1ed475a0218852ad98899942e1865c75610c18a/src/clojure/nrepl/transport.clj#L12

bozhidar14:06:42

@eugen.stan No idea. Seems it has been around forever, someone will have do dig the history. If everything works without it we can remove it.

Eugen14:06:55

thanks, I will keep that in mind when I get to it if @borkdude does not get to it first

borkdude14:06:11

I think that can be safely replaced by (Class/forName "[B")

👍 2
bozhidar14:06:38

Yep, I'm fairly sure you're right.

bozhidar14:06:57

I should have grepped first. 😄