Noah Bogart
Noah Bogart
Would there be interest in splitting the `lambdaisland/cucumber` portion of this library into a separate project? Or maybe including a `deps.edn` in the `src/lambdaisland/cucumber` directory so I can rely on...
A pretty big diff, but overall no changes to the internals of seesaw. I've updated the required version of Clojure to 1.11.1, and lazytest to [0.4.2](https://github.com/NoahTheDuke/lazytest). Includes CI through Github...
From clojure.pprint: ```clojure (defmulti simple-dispatch "The pretty print dispatch function for simple data structure format." {:added "1.2" :arglists '[[object]]} class) ``` Code like this should be written with protocols. There...
Hey liquidz, love antq. I forget exactly how to use it when it's been a little while, and then I have to load up the readme because there's no `--help`...
**Describe the bug** If a symbol matches a var defined in clojure.core except with an additional `*` at the end, clojure-lsp treats it as the clojure.core var. `clj-kondo` catches the...
### Describe the bug When constructing a record, if there are comments at the end of a given line but the length of the whole record isn't beyond `margin`, then...
Hearing that Procyon can't decompile `leftn` made me wonder if other decompilers could. So I whipped this up, and it works (with a lot of unfortunate differences in output formatting)....
From Stimslack: * The back is super laggy when selecting 14 targets. And the halo on selected cards isn't visible
I trust that the code currently works, but should the `runtime-cljs` line say `:include-macros true`? The clojurescript compiler's spec expects only `true`: https://github.com/clojure/clojurescript/blob/f1fc819da94147411e353ecb17c751af6a18ce2e/src/main/cljs/cljs/core/specs/alpha.cljc#L130 https://github.com/lread/test-doc-blocks/blob/887b90d11d82066746f4775c910af208c007589f/src/lread/test_doc_blocks/impl/test_write.clj#L27