Chris Krycho
Chris Krycho
- On the first one: the chained path thing isn't so much "requires `Ember.get`" as "requires _something as smart as it is_ about not to blowing up on undefined path...
Similar to #291, this has become irrelevant in light of [Ember RFC 0800](https://rfcs.emberjs.com/id/0800-ts-adoption-plan/), the switch to supporting only native classes with official types, and the move away from classic CPs...
Note that this— > the non-modifier version would be dropped in favour of the modifier version (which would also mean old ember versions would no longer be able to use...
Yep. Figured that'd be the case – did the first change from the GitHub UI. 😂 Will finish this off later this week.
@boris-petrov it's effectively a caching problem. When addons inject `.js` files into the `app` namespace, *and* we're compiling `.ts` files to `.js` files in the consuming app (*always* in the...
The top Google search result is a pretty common problem for versioned materials like this. Unfortunately, it is something that we (and anyone like us, writing docs) have very little...
@MelSumner @pzuraq I agree that there’s a lot of value here, but I do *not* think it’s a good idea to show how to implement the current `Input` and `LinkTo`....
100% to that approach! If I had more time, I'd do it myself as it's *right* in one of my hobby-horse spaces. 😂
I would agree if beginners were the target audience, but precisely because this material is intended for an Intermediate audience I think it’s great to tackle what is unarguably *already*...
I'm in the same boat. Any update?