Canary is back working. Thanks!
I'm getting an interesting error:
Error loading dirac.nrepl: java.io.FileNotFoundException: Could not locate com/rpl/specter__init.class or com/rpl/specter.clj on classpath., compiling:(dirac/lib/weasel_server.clj:1:1)
aha, I probably forgot to add specter into diracβs lib dependencies π
no specter in deps here: https://clojars.org/binaryage/dirac
It has a test scope
that is why it worked for me during dev
I forgot that I filter deps for clojars lib
for now add com.rpl/specter dep into your project
I will release a new dirac version in few hours