Joe Pea
Joe Pea
BTW, nice project! :)
I got a setup working nicely after a bunch of trial and error. PR coming soon.
By the way, is there any other rAF-based observer like cyclic that you may be aware of?
Cool! Any progress on this? Hmmmm.... Good thing the source code is openly available! Simple Window Saver already has this feature and that is also on github: https://github.com/nickbaum/simple-window-saver/
What built in session manager? I don't see such a thing.
I totally don't know, but it seems to me like ``` Template.hwk1Content.onRendered(()=>{ document.getElementById('gl-canvas') // it works }) ``` is a race condition, because if I can't access the parent DOMElement's...
Famous-views could be smart enough that if it detect array literals, etc, it can instantiate the respective component: ``` js {{>RenderNode size="[20,20,20]"}} {{/RenderNode}} ``` and behind the scenes famous-views does...
I'm not sure I like the idea of backwards compatibility for Modifier and Surface, it seems like more surface area for bugs and more time needed for maintenance. Maybe the...
Deleted my last comment, nevermind, people will likely mix them to have different types on each axis for sure.
I think the usefulness of the unused values would be that you can toggle the size type and then those values will come into effect instantly. I guess it could...