mrmaxm

Results 342 comments of mrmaxm

Both paths are valid, I think during discussion of affecting children or not, we choose not to, which is similar the way `background-color` works in CSS. There are situations where...

Some hidden rules of propagating/non propagating, would probably confuse users. But having a checkbox "propagate" for certain properties, probably would make sense.

Help, #typescriptproblems. Not sure how to deal with this problem. :(

There could be multiple approaches to picker. Here are a few needs we found in our projects for pickers we've implemented: 1. Filtering: call a raycast, optionally providing filtering function,...

We've had a chat about this in another place, and I personally believe this is a bad API in this particular case. **Reasoning:** 1. Chaining should serve functional meaning, like...

rAF - ensures to run a callback as close as possible before screen refresh, ensuring least latency from JS to actual screen. Anything related to rendering, should use rAF. Best...

For performance, please run tests many times to warm up the V8.

Problem is, that if you have multiple instances of that template in Editor, and you position them around in different places, then applying a template, it will update all other...

An additional issue to this: Exit Time is in the range of 0..1, but it does not take into account animation speed, so if animation speed is 0.5, so Exit...

This fall webgl context will be added for offscreencanvas to Safari. https://webkit.org/blog/14205/news-from-wwdc23-webkit-features-in-safari-17-beta/