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

Scrap – don't know if this is possible to define semantics for. ``` (deftype Partial' [pfn f args] Fn IFn (-invoke [_] (pfn)) (-invoke [_ a] (pfn a)) (-invoke [_...

Fiddle Name: ``` :something/employee ``` Schema: ``` [{:db/ident :employee/name :db/valueType :db.type/string :db/unique :db.unique/identity :db/cardinality :db.cardinality/one} {:db/ident :employee/manager :db/valueType :db.type/ref :db/cardinality :db.cardinality/one}] ``` Data: ``` [[:db/add "1" :employee/name "The Man"] [:db/add...

``` (defn hydrate-impl [rt pid request] (r/fmap-> (r/cursor (state/state rt) [:hyperfiddle.runtime/partitions pid :ptm]) (get request (either/left {:message "Loading" :data {:request request}})))) ``` It's using the request in get, or returing...

* http://tank.hyperfiddle.net/:mbrainz/ Chrome debugger hits the "Paused before OOM" threshold, but it chugs through. It takes a while. Hyperfiddle and Datomic and Transit seem to be doing just fine.

enhancement
performance

![image](https://user-images.githubusercontent.com/124158/72750091-dcd92c80-3b89-11ea-98f7-2c878d5e5a6c.png) ![image](https://user-images.githubusercontent.com/124158/72750148-0abe7100-3b8a-11ea-9578-2160a268da0b.png)

This top-level tx was staged manually by typing in the datoms... The top level grid is also buggy, thinking the identity is good and emitting broken transactions by identity rather...

![image](https://user-images.githubusercontent.com/124158/65181686-93d36900-da2d-11e9-917f-97b6562ef884.png) ![image](https://user-images.githubusercontent.com/124158/65181661-8918d400-da2d-11e9-8e80-741f2049bfb9.png)

bug

![image](https://user-images.githubusercontent.com/124158/69454141-7d020900-0d33-11ea-933b-65714d53c7b3.png)

1. Cursor/Focus is lost on load (so pause for the debounce interval and focus is lost) 2. Catch the load interval just right and bad transactions are staged ![image](https://user-images.githubusercontent.com/124158/69577724-f94b5500-0f9c-11ea-8b15-d4e55e9f5c2d.png)

New sys attrs related to entity specs and to tupleTypes are shown as well as :db/ensure and :db/doc