Dom Kiva Meyer
Dom Kiva Meyer
``` clojure (-> (a/interpose-$ :conj (vec "abc")) (a/compile {:reducers {:conj conj}}) (a/find [] (seq "abc")) :value) ;=> [97 98 99] (-> (a/interpose-$ :conj [\a :b "c"]) (a/compile {:reducers {:conj conj}})...
Hi Stephen, Thanks again for providing and maintaining this great plugin! My preferred card style is Cloze because they support any number of "sides". For example, in Anki, `{{c1:This text}}...
In ClojureScript, Chrome Developer Tools shows that Timbre logs originate from a line within `taoensso.timbre.appenders.core/console-?appender` because that is where `console.log`|`warn`|`error` is called. It would be great if logs showed the...
For example, component `A` depends on `B` and `C` but both `B` and `C` are independent and can take quite some time to initialize. Could Integrant start `B` and `C`...
Lacinia seems to be the most popular Clojure GraphQL server library and, as such, we would like to support common use cases. Particularly, we would like to be able to...
It would be nice to provide plugins to help with common workflows. There are many ways to use GraphQL and it is not yet clear what a general-purpose plugin for...
## Feature request For note-taking and knowledge acquisition, providing transcriptions would be very useful. In particular, transcriptions would substantially enhance the utility of bookmarks. At least two apps do something...
Upsert?
jOOQ 3.9.0 seems to have added support for PostgreSQL's `INSERT INTO ... ON CONFLICT` (AKA upsert) feature. Will this be added to Suricatta?
boot-cljs-repl is polluting my project directory by compiling to "out/" instead of "target/*". ``` clj (deftask dev [] (comp (watch :verbose true) (speak) (reload :asset-path "public" :on-jsload 'my.project/restart!) (cljs-repl) (cljs...
### Describe the bug `seek` seems unusable for a slider component or rewind button in a multi-resource audiobook, because it cannot go further back than the beginning of the current...