Sam Adams

Results 7 issues of 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.

enhancement

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. ![Screen Shot 2022-11-11 at 6 04 07 PM](https://user-images.githubusercontent.com/11688869/201451431-413888ad-a1da-4af7-b1c7-4a637411e267.png) 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...