Andrey Antukh
Andrey Antukh
Hi @rauhs At penpot, today we upgraded from 0.1.8 to 0.1.9 and found a little regression introduced in https://github.com/rauhs/hicada/commit/6f3df03a435377e6d422e634025d4c8fd1d37c9b ```diff diff --git a/src/hicada/compiler.clj b/src/hicada/compiler.clj index 99167cd..60b5159 100644 --- a/src/hicada/compiler.clj +++...
Hi Is there any way to disable json decoding on queries that involves json/jsonb fields? I'm working on the clojure (https://github.com/vertx-clojure) adaptation of the pgclient and I found that when...
Would be awesome to have the pre-init hook. Why? (Rationale): Right now we have prep-key and pre-init-spec, on prep-key you still have all refs unresolved. On my use case, some...
Currently cats supports on its `cats.labs` namespace already supports manifold deferreds and core.async channels. Would be awesome to have also support for manifold streams under `cats.labs.manifold` namespace.
:require-macros explicitly tells compiler to look for clj files, but with other forms of require compiler first requires cljs files
The cljs compiler now allows use of namespaced maps syntax. This should be reflected in the doc.