Dustin Getz

Results 154 issues of Dustin Getz

Used in Rosie model ![image](https://user-images.githubusercontent.com/124158/87858595-02f34580-c8fd-11ea-9eed-9cee8d48a2e7.png) ![image](https://user-images.githubusercontent.com/124158/87858598-05559f80-c8fd-11ea-9bb1-2d6b6118d08f.png)

This helps user intuit that their edit isn't locked in yet (server is loading the new query), which currently is something a hyperfiddle user has to understand as the lag...

Huge number of problems related to this causing various timeouts, made worse by Zoom video processing. Tag this issue with future changes here.

hyperfiddle-app works but Rosie crashes on `(find-ns 'user)` being not loaded. But I inspected the configs and they are identical. What is the difference? This is worked around in the...

Dustin Getz Confirmed that the publish job is failing due to some externality, it's not my push, it's a wild coincidence that i was editing build.boot, confirmed this by rerunning...

This also interacts with remembering to wrap any :eval form in (doall), but i think the exception is dropped regardless

A form pull of [:reg/gender] when the options query is (pull ?e [:db/ident]) means the select widget can't align the value with the option. They both should pull db/ident and...

First statement here is invalid ``` [[:db/add [:domain/ident "clojurians"] :domain/databases "hyperfiddle.tempid-159187755"] [:db/add "hyperfiddle.tempid-159187755" :domain.database/record [:database/uri #uri "datomic:free://datomic:4334/clojurians-log"]] [:db/add "hyperfiddle.tempid-159187755" :domain.database/name "$"] [:db/add "hyperfiddle.tempid--853640389" :domain/fiddle-database [:database/uri #uri "datomic:free://datomic:4334/clojurians-log"]] [:db/add "hyperfiddle.tempid--853640389" :domain/ident...

bug

http://d.hyperfiddle.net/:hfinc.crm!lead-view/~entity('$',(:crm!company,'ViZhen,Technologies,,LLC')) `[:db/add nil :fiddle/markdown "Delaware\nFred Mathis"]` ![image](https://user-images.githubusercontent.com/124158/61900668-e7fd1980-aed2-11e9-9614-0d6172f6a2b8.png)

okilimnik I understand that this kind of question was asked a lot of time, but how to do a sorted pagination of complex objects in datomic cloud properly? By querying...

feature-request