Jérôme Prudent
Jérôme Prudent
Hello ! Because most of the time I'm interested in the last spy, I found that I can inject this macro in my user NS, to avoid having to find...
```clojure (cprop.tools/map->env-file {:composite.key/namespaced 43}) => "/tmp/cprops-1629906434989-8080623925560935467.tmp" (println (slurp *1)) export NAMESPACED=43 => nil ``` The content of the file should be : ``` export COMPOSITE.KEY___NAMESPACED=43 ```
```clojure (defrecord Node [v l r]) (->Node 1 nil nil) ``` will fail with the following error: ``` Unhandled clojure.lang.ArityException Wrong number of args (3) passed to: clojure.lang.PersistentArrayMap AFn.java: |...
Hello! I tried to use Hugsql with Babashka but had a crash. I just want to ask if someone had any success using hugsql with babashka ? --- And thanks...
## Bug report ### Describe the bug Unable to create a new draft document when the content type have a repeatable required, min value 1, component that is not provided....
### What does this PR do? It supports recovery of public keys when the transaction use the anti replay protection (EIP 155) ### Where should the reviewer start? PR is...
In the example page, link should be : https://github.com/NicoHood/HoodLoader2/tree/master/avr/examples
Hello ! I get this strange error: ``` [error] -- Error: :202:38 -- [error] 202 | case one :: two :: Nil => Chunk.from(Height.Range(one.next, two).heights) [error] | ^^^^^^^^^^ [error] |undefined:...