cider friends rejoice, https://github.com/clojure-emacs/cider/pull/3272 on latest cider, you can now do cider-connect and it should just work. No need anymore for the workaround snippet! This is for nbb, scittle and joyride
I feel like... the snippet has been there for ages... don't touch it and it will continue working 😅 Good news though 😆
that snippet was crafted and honed over a period of months for sure lol
jo how do I include clojurescript deps?
yo man. in nbb.edn :)
ah yea I found it https://github.com/babashka/nbb#clojure-dependencies
Is there a cljs.spec I can pull or is that special? https://github.com/Vincit/venia needs cljs.spec.alpha
@benjamin.schwerdtner I would say it's bad practice to impose cljs.spec on library users, unless cljs.spec is central to the tool, since it will significantly increase the bundle size. Perhaps you can suggest to the library making that optional and meanwhile move it out of the way in a fork
There is currently no cljs.spec available in nbb yet
It was nbb that made switch from specto malli. No regrets so far.
what do you use to make web requests? Preferably it would fit the canonical api that bbashka curl also has with :method, :body, :headers
@benjamin.schwerdtner If you are using a recent version of Node.js you can use fetch
Or npm install node-fetch.
It works
ok I try