Results 121 issues of Martin Klepsch

E.g. ``` clojure (into {} (for [n [:a :b :c]] [n (name n)])) ;; vs. (into {} (for [n [:a :b :c]] {n (name n)})) ``` :smile:

To clean up data before serializing it it would be nice to have some kind of predicate if Cheshire will be able to turn `x` into JSON. I looked at...

This ```sh echo "[how to deal with promises](https://gist.github.com/roman01la/b939e4f2341fc2f931e34a941aba4e15#repl--asynchrony)" > bootleg-md-dash-omit.md bootleg -e '(markdown "bootleg-md-dash-omit.md")' ``` breaks the link by omitting one of the dashes ```html how to deal with promises...

`enlive/at*` is a bit easier to use when programmatically passing selectors and transformations as collection. I'm not sure if this is the right way of doing it, let me know...

``` $ bootleg -e '(-> [:div {:class nil}] (convert-to :html))' bootleg: script error at line , column : Illegal argument: Vector arg to map conj must be a pair ```...

bug

https://github.com/xeqi/pedantic /via @micha

Maybe a worthy addtition to the list of plain text databases. Couldn't find much else than this though: http://www.drdobbs.com/rdb-a-unix-command-line-database/199101326

discussion

Hello & thanks for this fantastic service! I've recently been getting more and more `502 Bad Gateway` errors from badgen.net. I use badgen for the badges of cljdoc.org where I...

Currently `onTextInput` is only triggered when the user adds a character to the editor. Having a callback that is also triggered when characters are deleted would help with autocompletion related...

bug

Hey Matus! hope you're doing well :) Was just wondering if you have explored using [`:npm-deps`](https://clojurescript.org/news/2017-07-12-clojurescript-is-not-an-island-integrating-node-modules) instead of the `cljsjs/web3` dependency? This would allow for dead code elimination of stuff...