Jerry Nummi

Results 15 comments of Jerry Nummi

+1 to slowly moving them over. A Big Bang PR will definitely cause some errors.

Looks great! What is the automated test story like for Engines and is there a live example we can use to click test?

@cyril-sf, would you be okay with pushing a _work in progress_ PR?

> don't judge the code as it's WIP Of course not. I haven't used engines before so I'm curious!

> The component probably isn’t showing up because it is a template-only component and therefore doesn’t have an instance Not showing the inspector always feels like unexpected behavior. Perhaps we...

Maybe we should have a separate section in the inspector to display args?

Is this really a system bug? I feel like this would be scoped to the browser.

Emberjs.com: Neither of these work for me:

@chancancode, it's getting better: no empty white screen. Unfortunately Inspector doesn't switch apps and now I'm getting this error: ``` VM129:9027 Uncaught TypeError: Cannot read property '__deprecatedInstance__' of undefined at...

I discovered this poking around on the Apple Music beta site. Pretty sure `this` is incorrect because `this` is the `mixin-detail` component. `let mixinIndex = this.get('mixinDetails.model.mixins').indexOf(this.model);` `this.model` is not part...