Fork me on GitHub
#reveal
<
2021-04-21
>
mhjort13:04:17

@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.

vlaaad13:04:38

This a design decision 🙂

vlaaad14:04:09

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

mhjort14:04:39

Makes sense

vlaaad14:04:44

usually nrepl dependency is automatically injected by tools

mhjort14:04:07

Yep. I use vim and vim-fireplace.

mhjort14:04:33

Anyway. Thanks for the tool. It works great!

vlaaad14:04:44

my pleasure 😊