Results 17 issues of Isaac Lee

Hello. A couple of weeks ago, my team introduced a bug when we Octanified our templates by changing all instances of `this.model` to `@model`. We didn't realize until today that...

## Background - [Learning Team meeting notes from August 20, 2020](https://github.com/emberjs/core-notes/blob/master/learning-team/2020-08/2020-08-20.md#ember-arrays-vs-native-arrays) - [A Discord conversation](https://discordapp.com/channels/480462759797063690/480777444203429888/741663906245771294) ## Description We currently don't describe well how to update tracked arrays and objects in...

enhancement
help wanted
Octane

## Background - [Ember Guides: Components - Built-In Components](https://guides.emberjs.com/release/components/built-in-components/) - [Learning Team meeting notes from August 6, 2020](https://github.com/emberjs/core-notes/blob/master/learning-team/2020-08/2020-08-06.md#reorganizing-built-in-components-in-ember-guides-il-10-15-min) - https://discuss.emberjs.com/t/ember-octane-and-2-way-binding-what-are-you-recommend/18092 ## Description There were 3 problems that inspired the conversation...

enhancement
on hold

## Background In the Ember Guides, we use the `+` and `-` to indicate what code have been added or deleted. For example, in the [Super Rentals Tutorial](https://guides.emberjs.com/release/tutorial/part-1/orientation/#toc_editing-files-and-live-reload) (and other...

needs team discussion

- [x] I am on the [latest](https://github.com/ember-intl/ember-intl/releases/latest) ember-intl version - [x] I have searched the [issues](https://github.com/ember-intl/ember-intl/issues) of this repo and believe that this is not a duplicate ## Description Hello....

needs verification

In an Ember 3.16 app, I'm using fixtures to set up data for development and production. You can find a sample app at https://github.com/ijlee2/test-mirage-fixtures. I'm always seeing the fixtures in...

Question / Discussion

DACH represent.

enhancement

## Background When the latest versions of `ember-template-lint` (`v5.3.0`) and [`ember-template-lint-plugin-prettier`](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier) (`v4.1.0`) are installed, template code in test files will be checked for formatting. Running `yarn lint:hbs:fix` will auto-format the...