Daniel Compton
Daniel Compton
I've found that CLJC quick definitions are sometimes not showing the source anymore. I'm pretty sure this used to work in our codebase. I tested in a simpler codebase and...
I occasionally get this exception from Cursive when I try to restart a running REPL: I think it is related to adding a new dependency to my deps.edn. Let me...
We have `page.state.editor` and `post.state.editor` namespaces. They aren't distinguishable in IntelliJ tabs because they are both shortened to `p.state.editor`. For cases like these, I think I'd like to see them...
``` (try 1 (catch #?(:clj Exception :default) e)) ``` ``` (try 1 (catch #?(:clj Exception :cljs :default) e)) ``` Cursive doesn't detect that the form is now valid, and e...
Following the horizon getting started guide ``` npm install -g horizon hz init example_app hz serve --dev ``` with RethinkDB 2.3.0 installed leads to ``` ~/D/j/example_app $ hz serve --dev...
When we add `[clj-chrome-devtools "20220405"]` to our app , we get an exception when we try to log in our AOT compiled app: ``` Exception in thread "main" java.lang.NoClassDefFoundError: clojure/tools/logging/impl/LoggerFactory...