Alex Gunnarson
Alex Gunnarson
This also popped up as an issue for me @ztellman after I was experiencing otherwise inexplicable HTTP timeouts with the Aleph client and the default executor. The main thing that...
@bhauman , @Conaws (Conor White-Sullivan) reached out to you on Twitter a few weeks back (his handle there is @Conaw) and talked about possibly doing a pull request to support...
Wow, thanks so much for the impressively quick reply! I really appreciate the helpful hints - I'll make good use of them. Also, I really have so much respect for...
Yeah, I had frustrations with reagent, even though it really is the simplest of all reactive ClojureScript UI libraries that I know of (besides freactive), and I never even tried...
Thanks so much for the replies and sorry for the delay. @aaronc : I will definitely look at the `updateCursor` method and experiment with it - that looks like it...
Using 0.3.4 and appending `wait` to the tasks (e.g. `(comp (test-cljs) (wait))`) works for me on both Mac OS X 10.14.1 and the latest Docker image of Alpine Linux. However...
(Thanks for reopening this @crisptrutski!)
Also even adding `wait` is only *sometimes* a workaround. With the exact same Docker image (`openjdk:8-alpine` with headless Chrome and Boot installed — yes Alpine Linux is a bit finicky...
So plugin_base.cljc is simply a platform-agnostic version of what was formerly reagent.cljs — I didn't write any of it (the diff is misleading and should really just say I renamed...
The latter, and yes, returning the datoms (i.e. only the diff) would be nice (really, only the datoms affected by the registered query/pull expressions — not all the datoms from...