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

It appears to be misconfigured for 24h (i think it used to be 3 days and i'd say we can bump this further), but we're seeing a report of a...

In practice we always write a custom renderer to flatten this: ![image](https://user-images.githubusercontent.com/124158/97923096-7776b680-1d2b-11eb-8455-d1e54dd02ae4.png)

This is a developer convenience for Rosie dev mode with synthetic fixtures where the login flow triggers a transaction and the db state gets cleared with each restart.

1. Fatal error: java.lang.Exception: Not supported: class clojure.core$map_QMARK___5397 Caused by loading admin namespace interactively then refresh, fixed with restart

This used to be allowed ... this is happening in server context traversal which doesn't even need to happen in new hfql. Workaround is to tighten up all lazy `any?...

This pattern keeps coming up, where the fiddle defn returns nil as it is simply a prompt that collects parameters for a transaction. Should the hf/tx be directly routable? ```clojure...

Route/spec stuff: * [x] hf/defaults args and ret should match the shape of the function fdef (e.g. s/cat) * [x] s/cat form should be canonical representation of routes internally *...

It looks like some where the s/fdef specs are being seq'd Given the following query ```clojure (defn ^{::hf/fiddle {:shape '[:find (pull ?e [*]) . :where [?e] :in $ ?e] :links...

This is the easiest to talk about at least – the EDN matches the UI, it is a well-formed s-expression, the specs will pass, and you can edit it. Is...