Joel Holdbrooks

Results 13 issues of Joel Holdbrooks

Observe ``` clj (require '[fast-zip.core :as fz]) (require '[clojure.zip :as z]) (def xml {:content [{:content ["foo"]}]}) (-> (fz/xml-zip xml) (fz/append-child {:content ["bar"]}) (fz/down) (.. path changed?)) ;; => nil (->...

From: https://groups.google.com/forum/#!topic/clojurescript/6B68zEij6Bg > One small thing is that the default size of the -/+ toggle buttons is really tiny, making it tough to press them (And their style is hard...

enhancement

This seems like a start. ``` clj (defn at-font-face [& {:as kwargs}] (let [kwargs (->> (select-keys kwargs [:family :weight :style :eot :woff :svg]) (remove (comp nil? second)) (into {})) font-attrs...

See #136

enhancement
v2.x.x

- [x] Unable to resolve classname: clojure.lang.ILookup [at /private/tmp/meander/src/meander/substitute/syntax/epsilon.cljc:1441:24] - [x] user=> (require '[meander.epsilon] :reload) Could not resolve symbol: S__23485 [at /private/tmp/meander/src/meander/epsilon.clj] Probably related to one of the `(let [save-id...

epsilon
in progress
babashka

Consider ```clj (m/defsyntax static ([] `(m/or ('quote _) (m/pred number?) (m/pred keyword?) [(static) ...]))) ``` This syntax extension will be expanded to point of a `StackOverflowError`, however, it should be...

bug
epsilon

It would be great if there were a minimal working example using `chord` with `http-kit`. The current example uses a lot of tools from several libraries, which is fine, but...

If a `cljdoc.edn` file contains a malformed entry for `:cljdoc.doc/tree` the result can be an `IllegalArgumentException` when cljdoc attempts to render the documents. [Here](https://github.com/noprompt/meander/blob/687db76b2fd32106b6de32c1be62985a69b1a2e3/doc/cljdoc.edn) is an example of such a...

Help Wanted
Guides
UX

The title speaks for itself but I did this mainly to promote current best practices in Clojure and also to help me understand the source better. In some case there...