NullVoxPopuli

Results 2058 comments of NullVoxPopuli

I just implemented this for TrackedArray here: https://github.com/glimmerjs/glimmer-vm/pull/1713 it turns out the proxy-trap has a separate hook for deletions -- so that's all that's needed

yea, the way QUnit does this (my favorite browser test tool so far) is it allows you to toggle the test-framework's try/catch. By default, it does what vitest does, where...

ye @ijlee2 sg -- can we coordinate in the discord?

Questions: - [ ] do we remove all of the rules around formatting (move them to to their own config?)

it's moreso a performance boost if we don't need to check js/ts. js/ts support was only added because of in-flight ember-template-imports experiments, and then _happened_ to provide linting on test...

> I do like linting in test code :) it'd be linted if it were gjs/gts > does it mean that "hbs will work? nay, this'll be skipped because linting...

I mean, the RFC comments may say to keep the behavior at least for another major.

emitting type definitions would be hugely useful -- not just for library authoring (for ember's `.gts` files (or `.svelte`, `.vue`, etc)), but also for having a way to interact with...

I think I'd want to print a warning, but continue using the invoked ember-cli, ignoring the local ember-cli.