NullVoxPopuli

Results 2064 comments of NullVoxPopuli

sounds reasonable to me! sorry I haven't gotten to this. doing too many things :sweat_smile:

Atm, this test is failing: ```ts @test 'Can pass curried modifier as argument and invoke dynamically (with named args, multi-layer)'() { const foo = defineSimpleModifier( (element: Element, _: unknown, {...

@chancancode I don't think we should rollback the rename -- there isn't a 1 to 1 mapping between all the concepts.

Before i do investigation, can you provide more information about why you want to do this? 🙃 Thanks!

iirc, it's possible, but there is no existing tool to do that. We have lots of file -> wireformat tests, but it's all opcodes and JSON, so I think it'd...

A bit off topic, but how do you use two mice simultaneously? even outside of web, I've been curious about this for gaming purposes

> A prologue would be a good compromise. anyone can more or less do this themselves in userspace via this technique: https://github.com/emberjs/rfcs/pull/946#issuecomment-1685392130 > especially while debugging. has anyone ever needed...

If anyone is following along here, there is a big todo list here: https://github.com/emberjs/tracking-polaris/issues/33

```bash cp issues/982 pulls/ ```

I'm good with disabling `import/no-unresolved` :100: the lint that has helped me out the most is `import/no-extraneous-dependencies` (or `n/no-extraneous-imports`) -- it helps folks properly manage their package.json, which can get...