Henrik Mohr
Henrik Mohr
Just for clarification @jarohen? As far as I understand, the tx event `#crux/id` is the entity ID, not the content hash. ~1. Because it's `:crux.db/id` we have no way of...
UPDATE: Just for your info: I've tried to replace my component fns for generating the `Table` and the `TableRow`'s with code from @DaveWM's https://github.com/DaveWM/reagent-material-ui. And it immediately works: ``` clojure...
ANOTHER UPDATE: Hmm... I removed the @DaveWM library and reverted back to the version of my code using your library.. And now the stack trace disappeared!
But the first issue remains - the `onRowSelection` callback still isn't triggered when splitting into 2 component fns. Reopening.
Hi Nicolas, Actually, I don't. I haven't properly configured the components module yet, I guess. I haven't gotten the server reload to work properly anyway. If you figure out how...
@hellonico ? :-)
Thanks for your input! Does it automatically reload the changes to the `Sente` related handlers?
Woops, completely missed your comment somehow - sorry about that @metasoarous. I'll happily accept PR or other forms of submissions in this regard!
Somewhat related to #7
I actually thought of using CosmosDB for `tx-log` as well, but haven't finished that analysis yet. My initial thought was to use Azure Event Hubs for the `tx-log`, but it's...