NullVoxPopuli

Results 2058 comments of NullVoxPopuli

test-helpers supports v4: - https://github.com/emberjs/ember-test-helpers/blob/master/addon/package.json#L54 ember-async-data supports v4 - https://github.com/tracked-tools/ember-async-data/blob/main/ember-async-data/package.json#L54 (only in latest release) your version of ember-data supports v4: - https://github.com/emberjs/data/blob/v5.3.11/packages/request/package.json#L46 try deleting all occurances of test-waiters from your...

This appears like it could be sus: ``` ember-a11y-testing 7.1.0 ├─┬ @ember/test-helpers 4.0.5 peer │ └── @ember/test-waiters 4.0.0 └── @ember/test-waiters 3.1.0 ``` Opened a PR here: https://github.com/ember-a11y/ember-a11y-testing/pull/589 in the mean...

> however, pass the entire context down as [input](https://stately.ai/docs/input) and then use that. But that's a biiiit weird ya, you shouldn't need to do that -- I consider this a...

Why, @Linear? it's rude to close without explanation 😢

ah! thanks! yeah, limber/helpers/state has been replaced with `cell` from `ember-resources`

This would also be a good opportunity to switch the workspace discovery code to `@manypkg`

I don't think we should touch the existing hbs behavior, even with a flag -- benefit too little

With this change, - no hbs is needed ever - we can use `@glint/*@unstable` (which currently doesn't support split-file components, because it's _hard_) (this version of Glint also solves a...

In short: - hbs has 0 risk of anything going wrong (as its not changing) - gjs is how you use the new feature :tada:

> but are Application Initializers and Application Instance Initializers themselves deprecated? they are not > also see they are using an that is fine :tada: