Results 147 comments of Isaac Lee

I replied to @Windvis' question [on Discord](https://discord.com/channels/480462759797063690/1209140251046715423/1209811176331018300).

I think we can ignore the originally reported issue, because [`this.intl.setLocale(['en-us'])` hadn't been called in the app's `application` route]( https://github.com/NullVoxPopuli/ember-intl-reproduction-backtracking-assertion-when-accessing_local/commit/0c8239984348100a15aeef022e8eb4deaec63c99). I tried out @Windvis's approach of removing `@dependentKeyCompat` in #1843....

Hi, @Pjaerr. Thanks for reporting the bug and providing code. As I'm still new to the project, I'm not familiar with installing polyfills for `ember-intl`. The [documentation](https://ember-intl.github.io/ember-intl/docs/runtime-requirements#adding-formatjs-intl-relativetimeformat) showed adding the...

@rinoldsimon Thank you for letting us know of this issue. We recently updated the default branch name for `cli-guides` to `main`, and didn't realize the scenario with the edit link....

@jenweber Yep, a temporary revert of the branch name is okay with me. Thanks for your help!

When it's time for `v3.0` development, I recommend using [`ember-codemod-pod-to-octane`](https://github.com/ijlee2/ember-codemod-pod-to-octane) to un-pod the demo app. ```sh # If the current directory is the addon root npx ember-codemod-pod-to-octane --type=app --root=tests/dummy ```...

Here's a codemod if you want to provide people a link in the RFC: [`ember-codemod-remove-inject-as-service`](https://github.com/ijlee2/ember-codemod-remove-inject-as-service).

I don't think this is a good idea. The logo image has `alt=""` and `role="presentation"` to indicate that it's decorative. We'd also need to update every post on `dev.to`.