Dustin Getz

Results 288 comments of Dustin Getz
trafficstars

yes i totally did just do a git filter-repo on electric master and pushed it today, didn’t realize it would impact the other repos. You are doing a fresh clone?...

As of this week we have a better, upgraded version of the datomic-browser, now for Electric v3. It is far better / simpler / faster. However the src is currently...

Thanks, we accept the bug. The root cause is that `e/for` mounts branches concurrently – they are racing. It is potentially straightforward to guarantee a mount ordering and we have...

* can we monkey-patch the Expr class visibility from userland * can we reify something duck typed that matches most userland calls? * what is cljs impact

[clojure.lang.Compiler$Expr](https://github.com/clojure/clojure/blob/527b330045ef35b47a968d80ed3dc4999cfa2623/src/jvm/clojure/lang/Compiler.java#L349-L357) [clojure.lang.Compiler$LocalBinding](https://github.com/clojure/clojure/blob/527b330045ef35b47a968d80ed3dc4999cfa2623/src/jvm/clojure/lang/Compiler.java#L5947-L5996) [analyzeSymbol ... new LocalBindingExpr(b, tag)](https://github.com/clojure/clojure/blob/527b330045ef35b47a968d80ed3dc4999cfa2623/src/jvm/clojure/lang/Compiler.java#L7291-L7298)