practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
practicalli-john 2020-11-08T16:13:34.143200Z

https://github.com/practicalli/clojure-deps-edn user level deps.edn configuration for Clojure CLI tools has been updated. Monthly review of library versions with new versions applied. See changelog for full details

practicalli-john 2020-11-08T23:02:16.147800Z

I've been caught out by cider docs not working before, especially when just starting the repl. Cider doesnt load the clojure.core functions unless a project namespace is evaluated (evaluating the buffer evaluates the namespace, as does some other evaluations) Help is available on the Clojure special forms, I assume because they are more ingrained into how Clojure runs. So the first thing after starting a repl should be to evaluate a namespace (or source code buffer). I've updated the docs here https://practicalli.github.io/spacemacs/documentation/cider-doc.html