Dustin Getz

Results 288 comments of Dustin Getz

Current thinking: Hydrate the schemas twice, first time without the stage, shove them into partition, then run this code as usual ![image](https://user-images.githubusercontent.com/124158/66709196-2addc900-ed2d-11e9-87fa-f36a7177719f.png)

The solution I want to explore is making the :hypercrud.browser/data key non-reactive, and the hyperfiddle.ui/table can lift the list-value into a reaction at the point of the unsequence.

I improved it in userland by pushing down the hack : `(contrib.reactive/track identity row)`

List is a solution, but the problem is it still obfuscates the map, so for example it becomes hard to sort it or change it to a mapcat

Another potential soln to link reactivity is to take a hard look at cats/Foldable and Traversable. [cats.core/foldm](https://github.com/funcool/cats/blob/d96c80ad0d26c88cbcb5052409b63a03ec95f263/src/cats/core.cljc#L955) cats.core/traverse cats.core/filter cats.core/forseq cats.core/mapseq Karl has explained to me that this is intractable...

Due to forbidden datomic imports in the submodule, `clj -m compile-cljs` must be `clj -A:free -m compile-cljs` so the cljc files that assume datomic.api are well-formed or this fails. (The...

This is a general bug in select option renderer ctx managemnt i believe. It happens in about half of the options i tried to make today. Half work. No pattern...

Commenting out :circle/ident (:identity) breaks the option renderers ![image](https://user-images.githubusercontent.com/124158/69662967-543f8380-1053-11ea-8415-fa592f465666.png) ![image](https://user-images.githubusercontent.com/124158/69663036-71745200-1053-11ea-85f4-4c5cf87746f5.png)

No, misdiagnosed. The URL is mangled and the entity is not bound at all due to `,` deserializing as ` `

Possibly can work with nominal args (partially applying arg by name), using spec to parse ordinal args