Ty Overby
Ty Overby
could you make an empty switch, add the janestreet repository to it, and then install bonsai again?
> - Bonsai.Var, for truly global state, since it acts as a mutable container that can feed into computations via Bonsai.Var.value. > - Bonsai.Dynamic_scope, for "semi-global" state which is shared...
`’a Url_var.t` Is parameterized on the ‘a that the user provides to parse into and out of, so we can’t have a single instance
Incremental should already know when the computation graph is dirty, and although request_animation_frame is called frequently, if there's nothing to do, it shouldn't do any work. Could you post your...
That's really strange! Looking at the traces, it seems like Chrome on Android is re-rendering the page on every frame even if nothing changed; you can see the chrome compositor...
At the moment, it is not possible for any Incr_dom content to be rendered serverside because the virtual-dom library that we rely on is javascript-only. We are planning on making...
Odd, can you pin it to the github version? The function does exist https://github.com/janestreet/virtual_dom/blob/master/src/attr.mli#L229
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
This patch addresses tests 1 and 2, but does not address test 3. For that, I think that the renderer might need to scan back into the buffer to see...