Joe Pea
Joe Pea
Does any OS let you synchronously couple window resize to window content drawing? I would think not. Because if that were the case, then any time rendering inside content is...
Well, in my case, the tag doesn't match the inferred thing, so it's ignored. So, what I mean is (what I would like), if I say something is a `@class`...
I guess what I'd want in my case is to write `@directive`, but have that behave like `@class`, so that (based on the above screenshot) the blue "class" label would...
I'll just use `famous.core.Surface` for now.
For the stumblers, stage 3 decorators landed in Babel on Sep 5th: https://babeljs.io/blog/2022/09/05/7.19.0 🎉 Here's a small guide on how to use them in TypeScript: https://github.com/microsoft/TypeScript/issues/48885#issuecomment-1247431866
Based on this proposal, https://github.com/tc39/proposal-decorators/issues/465, `@super.dec` could totally work, and would make more sense if https://github.com/tc39/proposal-decorators/issues/465 were true because then property access would have meaning.
I get that we want to support many languages, but _JavaScript_ is the _primary language_ of the ***Web*** (even in the non-JavaScript JavaScript-GC'd DOM APIs written in C++), and we're...
Perhaps the pressure being put on ***Web***Assembly by non-web-developers is just not good for web. The profiles of people in this discussion indicate a strong non-web orientation and hence non-web...
Admittedly, many web developers don't know _what they need_ at a lower level, but we must not abuse this fact for purposes that don't align with the existing web.
Using Three.js or Babylon? Babylon 5+ has an animation problem we need to fix. - #155