Sam Adams
Sam Adams
My use case: I need to update my global state on every key-stroke, but I want to trim the input only on blur.
Would be nice to have an equivalent to Clojure's [proxy-super](https://clojuredocs.org/clojure.core/proxy-super). May or may not be possible to do efficiently. One idea is to wrap the call to `super` in a...
But autocomplete works, and the call sites link me to the function definition just fine.  Cursive version 1.12.4-2022.2 IntelliJ: IntelliJ IDEA 2022.2.3...
- Some test failure details are not surfaced by Cursive (missing gutter icons / hover-for-diff functionality), preventing me from understanding what failed and how - Issue seems related to a...
When I have an entry for `"ns"` in my `:fn-map`, it seems that `:style :sort-require` no longer takes effect: ``` ➜ cat /tmp/foo.clj (ns foo (:require [z :refer :all] [a...
- I have custom REPL commands set up to run tests - I have a test namespace that switches namespaces temporarily in order to define an external function - This...