Chad Hietala

Results 19 comments of Chad Hietala

@locks is this still an issue?

I agree. @krisselden mentioned this to me the other day on slack. I more or less created this issue because when Kris pings me with things I tend to believe...

So all the compat stuff at runtime leans on the browsers treebuilder to get the nodes inserted into a placeholder and then lifted out into the real element. Ideally when...

While a lot of this was done in #697 there are still some cases where it should be done. The tricky bit is that the same code path is used...

For historical reasons I understand why `@controller` is conceptually being passed but have you considered decoupling further? For instance we could introduce the following: ```js // strawman example import Route,...

@knownasilya Yes this is introducing more modifiers like #112 outlined. We are actively working on revising that RFC. This RFC may make more sense when #112 is updated. @Panman8201 Not...

@balinterdi Yes. @piotrpalek For what it's worth I help maintain an app that has 120,000 lines of handlebars (2589 templates). I did a quick audit of just `` and ``...

@MelSumner thanks for taking the time doing the investigation and providing paths forward. I think I would prefer that we do something with `{{outlet}}`s, either making an `{{application-outlet}}` or just...

| | sync | microtask | raf | setTimeout | ------------- |:-------------:| -----:| -----:| -----:| | Safari 10 | ✓ | ✓ | nothing | ✓| | IE 9 |...

@octogonz any chance you can review this?