Boot-cljs-repl is now updated to use new nrepl and piggieback so it should work with Boot 2.8.2: https://clojars.org/adzerk/boot-cljs-repl
I'm running into a problem with boot while trying to use the library JMagick which is an imagemagick wrapper. Weirdly it works just fine with lein
and clj
but running the exact some code with boot gives a class not found
error when trying to instantiate an object which pulls in the native library into the System classloader.
I made an example repo with dockerfiles for lein, boot, and clj to illustrate the problem. https://github.com/AdamFrey/boot-jmagick-problem I'd love help from someone who understands boot's classloaders better than I do
no solution but maybe some pointers here: https://github.com/boot-clj/boot/issues/484
thanks, I'll check it out