bryphe
bryphe
Awesome progress @zbaylin !
> Unfortunately, Obj.magic doesn't seem to work and the Unix tools were removed from Luv in order to not depend on Unix I wonder if we can bring these back...
@tatchi - thanks for offering to help out! This would be really nice convenience API to have (I could see using it for Onivim 2 for persisting user settings /...
Ah, interesting! Thanks for the issue @Akin909 . I think there are two cases to consider here: - Case 1: Focused node was removed from the node tree - Case...
> @bryphe does rendering empty i.e. React.listToElement([]) remove the node from the tree? If there was a node rendering the component, and then something triggered a state change to cause...
One other motivation we had for our current `Style.[..]` model was to facilitate interop / component-reuse between Brisk Revery. I believe that switching to this compositional model would still work...
Thanks for the feedback @wokalski , great points. > Transform: Would a transform component apply the transform to all its children one by one? No matter how deep they are...
Seems like a really nice benefits for both the WebGL / native strategies would be that we could bundle assets that need to be loaded immediately (so we wouldn't get...
Ah ya, sorry @kyldvs - this is a major pain point at the moment! Our work to integrate Skia (#567) will help here, as Skia has support for loading and...
Ya, unfortunately I was mistaken - SVG loading _is not_ built-in to Skia (although it provides all the drawing primitives we need to render them). Flutter and Skiasharp actually have...