Mateusz Mazurczak
Mateusz Mazurczak
Add the first-ever Rich Hickey Clojure talk
For some unknown reason after updating to the newest version of antq I get this error, that is not coming from antq itself in the code, it is from the...
Hi, is there an option to sort dependencies in a ns require? (ns my-ns (:require [b.c.d.e] [a.c.d.e] [a.b.c.d]) --> (ns my-ns (:require [a.b.c.d] [a.c.d.e] [b.c.d.e])
I get a message "If you don't want to ... to be marked as misspelled in the future you can add it to your personal dictionary." And here comes the...
**Describe the bug** The problem is that when renaming the same function twice, lsp loses track of its length, making the second rename not applied or applied incorrectly (e.g. mixing...
If there is list in list it will not be shown after compilation. e.g.: - first version - a - b - second version - c The points "a, b,...
I'm using [tools bbuild](https://github.com/babashka/tools.bbuild/tree/babashka?tab=readme-ov-file) for building pom.xml, [which prints messages to *err](https://github.com/clojure/tools.deps/blob/master/src/main/clojure/clojure/tools/deps/util/io.clj#L20)* using tools deps utils function e.g. [here](https://github.com/clojure/tools.build/blob/master/src/main/clojure/clojure/tools/build/tasks/write_pom.clj#L119). I would like to have control on what's printed, so I...
When doing deref on defstate variable clj-kondo throws warning that the deref is done on the return value. Not understanding it is an atom. ```code (defstate routes :start (do ["a"...
Having defstate like that (which is also mentioned as valid in README): ```code (defstate "my doc" :start (try ...) :stop (when ...)) ``` Will raise clj-kondo warning saying: lifecycle functions...
Hi, updating tempura from 1.5.3 -> 1.5.4 version results in cljs warnings E.g. ``` 7 Warnings Warning :fn-deprecated in [taoensso/timbre.cljc](http://localhost:9630/build/null) at 68:41 taoensso.encore/compile-str-filter is deprecated 65 | ;; fn or...