Dustin Getz

Results 239 comments of Dustin Getz

eval-cljs should probably lift to hyperfiddle-app, perhaps inline in main.cljs

This commit regressed error reporting. Silencing this exception is bad because this is the exception that reports the UI as broken. Should the test be refactored? Working error handling: ![image](https://user-images.githubusercontent.com/124158/91640651-31306e80-e9ed-11ea-8f98-55909a93e08b.png)...

Should datagrid default sorting happen in the server, right after the query? We can efficiently sort by column pull order there. Client can of course communicate sort directives to the...

![image](https://user-images.githubusercontent.com/124158/89716557-f1d9a980-d97b-11ea-948c-7f6aa18e8e92.png)

(s/def ::e hyperfiddle.spec.datomic/ref?) triggers the ref widget, it reflects map nesting {::e {::name "E..."}}

@Invocatis is this fixed in ideal txs? (This is an old issue)

If everything is a transducer does this go away?

Here is a totally fine popover that is much simpler than recom ``` (def ReactTinyPopover (reagent.core/adapt-react-class (aget js/reactTinyPopover "default"))) [contrib.ui.popover/ReactTinyPopover {:is-open @open :position "bottom" :align "start" :padding 0 :transition-duration -1...

I'm gonna have to fix this in November, likely, for client work. I can also look into doing enterprise grids from userland renderers, the issue being that they will lose...

* [react-tablulator](https://github.com/ngduc/react-tabulator) - has virtual scroll * https://codesandbox.io/s/oxmj02v696 * http://tabulator.info/examples/4.0