Edward Faulkner
Edward Faulkner
Embroider is enabling broccoli memoization by default: https://github.com/embroider-build/embroider/pull/1115
> I have many years of Ember experience, but this is a complete mystery to me. Is there any documentation I can read up on to get a better understanding?...
Yes, the extension strategy breaks that too.
Only the `component` keyword arguably needs a lint. Non-string-literal usage of `helper` and `modifier` keywords was never allowed and throws a hard error.
Both copies of the `page-title` helper will necessarily still be on the page during the animation. And it looks like the title concatenation is driven purely by timing. Those two...
A few updates to the earlier questions in this thread based on discussion around the embroider v2 addon format RFC: > How do we absorb the asynchrony introduced? This is...
I think the test failure here is because ember-try is using NPM 7, which hard errors on a missing peer dependency. But I don't see why it should be missing....
On the topic of ecosystem compatibility, the thing I'd like to stress it that it's an accident of history that `@glimmer/component` ships as a standalone package while `@ember/helper`, `@ember/routing`, etc...
> Either we need to make v1 work with all the pieces identified above with no breaking changes But I think that's already true. The API changes in @glimmer/component 2...
You need a devDependency too. (This is an example of the confusing fallout from making v1 addons be their own test-app too, in a single package. The package.json has two...