dimovich
dimovich
> That was my hunch as well but I wasn't able to get behaviour that was consistent with that hypothesis. It wasn't clear from the comments whether the second argument...
> > Tree nodes implement `g/bounds` so `add-point` could just become (untested, but should work): > > ```clojure > (add-point [_ p d] > (when (g/contains-point? (g/bounds _) p) >...
Recently was looking for a library for fressian handlers for common clojure data types, and couldn't find one. Thanks for the [blog post](http://www.metasimple.org/2018/02/19/clj-fressian-ext.html). I ended up extracting a [part of...
@mrrodriguez For my use case the data is heterogeneous, and there aren't noticeable gains in file size for using the caching. The identity based handler is handy when there is...
You could fix the lowercase :viewbox like this: ``` (-> (pl.danieljanus.tagsoup/parse-string svg-string) (update 1 clojure.set/rename-keys {:viewbox :viewBox})) ``` I wonder @nathell, is the lowercasing done in clj-tagsoup or in some...
@Ramblurr besides the link you posted, are there any other that don't work? This seems to be the only one. Could be changed to: https://github.com/thi-ng/geom/blob/feature/no-org/src/thi/ng/geom/