Dustin Getz
Dustin Getz
Current thinking: Hydrate the schemas twice, first time without the stage, shove them into partition, then run this code as usual 
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  
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