hyperfiddle-2020 icon indicating copy to clipboard operation
hyperfiddle-2020 copied to clipboard

CRUD apps as a function

Results 100 hyperfiddle-2020 issues
Sort by recently updated
recently updated
newest added

This commit is the crash https://github.com/hyperfiddle/hyperfiddle/commit/3a222c7f61ba382c9febc70c83f1182393535af9 Error is: `Cannot compare {:region/id :ca.district/napa-south} to {:region/id :ca.district/twin-no-livescan}`

Here, ::sub is tagged with sd/ref? aspect and thus gets a ref renderer for free, but should stay gray ![image](https://user-images.githubusercontent.com/124158/89715316-d28a4e80-d972-11ea-9381-0abdff5c910e.png)

Here is what the picker interface could look like ```clojure (defmethod hf/render #{:rosie.hyperfiddle.sub/locations :swing/display-sub} [ctx props] #?(:cljs [picklist (assoc ctx ; This way is too much programming, not declarative enough...

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...