Conor White-Sullivan
Conor White-Sullivan
I'm curious whether this ``` (defn e-by-av [db a v] (-> (d/datoms db :avet a v) first :e)) ``` Might in many cases be more efficient than this, (even if...
This worked in posh 3.5 ``` (def prereqs-rule '[[(prereqs ?e ?p) [?e :node/prereqs ?p]] [(prereqs ?e ?p) [?e :node/prereqs ?p1] (prereqs ?p1 ?p)]]) (posh/q conn '[:find [?p ...] :in $...
I personally just want to lobby for pulling back the pull within query Especially when I'm in the early stages of figuring out a list component, I really like being...
Here is the full message -- this happened both on cloning this repo and with the template Exception in thread "main" java.lang.NullPointerException, compiling:(db.clj:118:3) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3463) at clojure.lang.Compiler$DefExpr.eval(Compiler.java:408) at clojure.lang.Compiler.eval(Compiler.java:6624) at...
Is this plugin still supported, I'm not seeing @stylesheets applying in newest version of sketch
You gave a great example during a breakout at Clojure remote of how to use this in devcards, posting example here for others (defn ops [] (assert false) [:div "hey"])...
[posh-todo.surge.sh](http://posh-todo.surge.sh)