Brian Hurlow

Results 81 comments of Brian Hurlow

nice work on the latest release! I was playing around with the latest datahike on a plane today, also found transact to be suspiciously slow: ``` (defn t1 [prefix times]...

in my case specifically, I intend to use the `.env` file to provision my docker container when running in production. When developing locally I want to use that same file...

not sure I've seen many tools that _set_ `.env`, most of them read from it

seems like replacing `pr-str` with a dynamic var here: https://github.com/bhauman/rebel-readline/blob/master/rebel-readline/src/rebel_readline/clojure/main.clj#L24 might do the trick. Consumers could bind the var as needed

on first glance it appears that sablono uses the clj side of things for some performance gains etc, although I'm not seeing anything that would require the jvm. Wondering about...

@r0man ok cool I agree as well. The existing use of regular clj seems to be serving this project pretty well so simply moving that to a likely slower cljs...

something like om would make this particularly easy