Owen Galen Jones

Results 7 issues of Owen Galen Jones

Hello, One thing that's bothered me for a long time about Blueprint was the tiny default font-size (12!) which I would always manually increase. This allows font-size to be set...

I was recently trying to utilize this library in conjunction with org.clojure.core.matrix for the deeplearning4j library but it seems that the clojar is possibly out of date? With a `project.clj...

@pjlegato once you push `onelog` to Clojars can we bump this version as well? This is to allow these libraries to play nice in 1.9. Thanks! Owen

Working through these, I noticed in challenge 3-1 there's two functions `interpose-space` and `interpose-pipe`. It was odd seeing two specific `fn`'s so soon after learning about generalized `fn`'s with `:onyx/params`....

Calling `str` on something like `{:id 4}` will result in: ``` com.rjmetrics.sweet-liberty.db {"raw-query":["SELECT email, id FROM users WHERE id = ?","1"]} ``` Which throws an error in PSQL, it's not...

Experienced this error: https://github.com/qerub/camel-snake-kebab/issues/15 Saw that bumping the version to 3.2 fixed it for me.

Friend the Clojure authentication library attaches a collection of authentication fn / handlers which sweet-lib throws up on trying to parse as JSON. Example: ``` [false false true false] parsing:...