Eric Brown

Results 9 comments of Eric Brown

> Maybe it would be better if AS supported `interface` instead, and did with it similar to constructor-less classes, rather than investing time down this path. This makes a lot...

> Any thoughts? That script change works and should be default behavior, the current behavior is completely nonsensical. Why should the exportation change the animation data?

Would be great for updating isolated groups of systems at a time. In my use case, this would be separating physics (running at a fixed timestep) from rendering (updating at...

> I'm not against a spherical coordinate helper, although I'm not sure how generally useful it is, because spherical coordinates require a specifically chosen axis and angles, so they'll work...

Same issue on Manjaro. Disabling key repeat in Manjaro's keyboard settings "fixed" this.

I also had a problem during migration, and to be honest, this plugin isn't necessary anymore with import attributes: ```typescript import packageJson from './package.json' with { type: 'json'}; import {...

> This feels like something that could be added as an auto-implemented method on the `Animatable` trait. Does that make sense to you? Yes, `Animatable` seems like the right place...

If/ when this gets implemented, it would be awesome if `publishConfig` respected `main` [like Yarn does](https://yarnpkg.com/configuration/manifest#publishConfig). My use case is changing the `main` property from ./src/index.ts during development to ./out/index.js...

I hate to beg for merge requests, but could we get a review/ approval? @spacekookie @kaosat-dev Thanks!