reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
vlaaad 2021-04-21T06:55:34.051Z

Yeah, remote prepl is a way to go for connecting to remote repls

2021-04-21T13:57:17.054400Z

@vlaaad In addition to reveal dependencies I had to add these dependencies to my Leiningen profile [nrepl "0.8.3"] [nrepl-complete "0.1.0"] . After that Reveal works nicely with Leiningen! Is this a known issue and should there be a mention in the docs about this. Reveal did warn about missing nrepl dependency but nrepl-complete I figured out from the error I got.

vlaaad 2021-04-21T13:58:38.054600Z

This a design decision 🙂

vlaaad 2021-04-21T14:00:09.054800Z

probably should be mentioned in the docs that reveal has a runtime dependency on nrepl if you want to use nrepl middleware

2021-04-21T14:00:39.055Z

Makes sense

vlaaad 2021-04-21T14:00:44.055200Z

usually nrepl dependency is automatically injected by tools

vlaaad 2021-04-21T14:02:10.055400Z

e.g. calva does this: https://github.com/vlaaad/reveal/issues/20#issuecomment-760208637

2021-04-21T14:14:07.055700Z

Yep. I use vim and vim-fireplace.

2021-04-21T14:14:33.055900Z

Anyway. Thanks for the tool. It works great!

vlaaad 2021-04-21T14:15:44.056100Z

my pleasure 😊