Dom Kiva Meyer

Results 20 issues of 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}}...

enhancement

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...

pull requests welcome
ideas welcome
enhancement

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...

help wanted
question

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...

help wanted
question

## 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...

enhancement

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...

bug

### 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...

feature request