Daniel Compton
Daniel Compton
Keep: > Returns a lazy sequence of the non-nil results of (f item). Note, this means false return values will be included. This is a good replacement for `(->> (map...
I think this is a common pattern where people want to execute side effects in a mapping sequence. Need to check whether this is always valid, and how you would...
Carried over from #27: Allow `lein kibit` to be called with one or more namespaces (not implemented currently). e.g. ``` lein kibit com.company.namespace ```
Kibit runs in a single thread when doing its checks. This is fast enough in small projects, but in larger projects like Clojure itself, it can be a bit slow....
I always find it confusing when there are flatland forks of libraries, sometimes the authors one is the canonical one, sometimes it is the flatland that is canonical, or has...
These forms are both treated by lein-cljfmt 0.5.7 as fine and not needing any repair, even though neither is very idiomatic Clojure. ```clj (ns test1 (:require [clojure.edn :as edn] [clojure.java.io...
I ran `git absorb` and it created a number of fixup commits, but still left many staged changes. The documentation doesn't say what to do here, or what this means....
There may be more efficient ways to handle the bytes coming and going from RethinkDB than creating and parsing as strings. A few possibilities - Look at gloss `:char-sequence` on...
There are a bunch of query terms that don't have tests. If you're looking to help contribute to the driver, adding tests for some of these would be a great...