Karsten Schmidt
Karsten Schmidt
Thanks @loganpowell - this probably has to do with inline element/style parsing and the fact that `!` is a partial match for `![` (image tag)... will take a deeper look!...
I've done some more testing and can confirm that the issue has to do with an interaction with partially matched inline format symbols. I've updated the readme to link to...
@loganpowell @gavinpc-mindgrub just a note to say THANKS & I haven't forgotten about this and will review this soon...
Hi @nkint - instead of having to resize the mounted onscreen canvas and re-initialize the whole scene, you could just use an FBO, bind it, render to it, then read...
Ciao @nkint - haven't tried this myself yet, but if you're using WebGL2 you could try adding this manual RBO multi-sample init/config step before initializing the actual FBO: ```js gl.renderbufferStorageMultisample(gl.RENDERBUFFER,...
After some further testing, it seems the issue is not with this function, but with "invalid" (or rather inconsistent), manually created arcs, where the order (and/or values) of the start/end...
Hi @Bnaya - could you please share some of your tests with this repo somewhere? I've attempted using project refs twice in the past and always ran into one or...
Hi @loganpowell - yeah, thanks for the break! :) :) But seriously, I'm grateful for all the enthusiasm, new ideas / food for thought etc. I'm principally open to things...
I'm happy to help & advice, of course! To get the ball rolling, it would be great to first collect some links about React/Babel internals and JSX options. I also...
Thanks for this, @nkint! Just a brief note about the typed attribs - this is only problem if using the lazily evaluated component form (which admittedly is kinda default I've...