Edward Faulkner

Results 717 comments of Edward Faulkner

cc @chancancode: this would essentially copy your ember-route-template implementation into ember.

RFC: https://github.com/emberjs/rfcs/pull/1046

Much more progress in https://github.com/emberjs/ember.js/pull/20868

The next actions here are - update the PR to include typescript support for stable decorators and exercise it in a smokiest app. - write the RFC for how people...

I think the smallest next action to move this ahead would be to decide on a tagging strategy that would allowed tagged releases for `@glimmer/component` that don't interfere with tagged...

When we bump ember-source in the app blueprint to the version containing this change, it would also be a good time to bump `@glimmer/component` to `^2.0.0`. Prior to that point,...

Please hold off changing addons, I think this is a bug in ember-auto-import https://github.com/embroider-build/ember-auto-import/issues/644

The part of this that was a bug is now fixed in ember-auto-import (you will no longer get an assertion telling you to put @glimmer/component in dependencies). I wanted to...

The reproduction is doing a thing that's unsafe. It worked by lucky accident on Ember versions before 5.6. But it's relying on timing that is definitely not guaranteed. It's never...

(Yes, this is a weird API, which is why it got deprecated and removed.)