-
Tried writing a little transformer that was going to use `update-vals`, but it seems to be missing from Jet!
Similar story to other functions added in Clojure 1.11 such as `update-keys`, `parse-lon…
-
Clojure's [core.cache](https://github.com/clojure/core.cache) has a set of functions to operate over caches and, more so, [allows caching strategies to be composed](https://github.com/clojure/core.cac…
-
Some of the functions in monger are using deprecated calls on the mongo java API
For example, the get-db function on line 117 in src/clojure/monger/core.clj uses getDB which is deprecated http://ap…
-
So the usual functions like `clojure.core/defmethod` and the like can be used. This will make Methodical a true drop-in replacement.
Need to figure out how this will work since `clojure.lang.MultiF…
-
Greenmail helpers are in the test-directory. This means: they are not present in the maven repo. It would be really nice to have the helper functions for integration testing in the src-directory somew…
-
## Expected behavior
Cider jumps to the correct source when clicking a stack trace frame.
## Actual behavior
Cider jumps to clojure.core/fn as source of stack frames for top level anonymous …
-
**version**
clj-kondo v2022.09.08
**macro usage**
n/a
**platform**
MacOS from brew (compiled)
**editor**
I originally noticed this in Calva. But I traced it through into clojur…
-
build command (shadow-cljs): `yarn shadow-cljs watch functions`
build backtrace:
```
shadow-cljs - starting via "clojure"
Downloading: cljsjs/firebase/7.5.0-0/firebase-7.5.0-0.pom from clojars
Do…
-
Hello everybody,
How can I tell clj-frontend protocol. My goal is within my workflow execute commands to be my clojures functions. I'm sorry for bad English.
Thanks in advance
-
Hi. First off all thanks for the amazing utility.
I'm not sure that the improvement I would like to see can be made, but I still want to ask a question. Suppose we have the following example.
```
…