Dustin Getz

Results 154 issues of Dustin Getz

See here that the result index and result rows are tupled, and we have an element set, but we make no attempt to destructure the tuples here. There is an...

![image](https://user-images.githubusercontent.com/124158/58894321-c3997380-86bf-11e9-89ce-8d448437369e.png)

A good test case is this. Make a new CLI, make new fiddle :a, copy the schema from http://mbrainz.hyperfiddle.net/:hyperfiddle.ide.schema!$/ and transact. Use this query. Remove the needle and this does...

Funky shit happening (no js errors) may be red herring

https://github.com/testdouble/clojurescript.csv Can this be done by the user through the cli and deps? Not today, because we ship compiled cljs. We need to execute (require 'csv) on the page which...

1. First it gives a Datomic error that you can't set unique without setting :db/index first 2. Then our UI does not expose a way to set db/index true 3....

This button should use the txfn as the label, and it also maybe should be positioned at ::purchased instead of :db/id ![image](https://user-images.githubusercontent.com/124158/56911207-64ba5c00-6a7a-11e9-98d2-2498866822ea.png) ![image](https://user-images.githubusercontent.com/124158/56911199-5e2be480-6a7a-11e9-8146-e858d0e30004.png)

* http://tank.hyperfiddle.site/:seattle!neighborhood-edit/~entity('$',(:neighborhood!name,'Admiral,(West,Seattle)')) – broken

bug

`[[:db/retract 17592186045629 :message/_user [:message/key "C03RZMDSH--1517580830.000401"]]]` ![image](https://user-images.githubusercontent.com/124158/55517358-2fb71700-563e-11e9-9330-562825818ae1.png)

enhancement

This matters for databases with names other than $, which require the link/path to indicate which database they apply to. This guy silently does the wrong thing (it defaults txfn...

enhancement