Chris Krycho

Results 673 comments of Chris Krycho

@SergeAstapov do you have time to update this RFC this week? I think @rwjblue's concern was the only blocking concern here so we should be able to nominate this for...

That's correct!

This is also directly related to the fact that there is no *syntactical* restriction on component invocation in strict mode templates—basically by definition: if the name from the surrounding JS...

Wellllll, actually we *might* want to go the other direction. @dfreeman discovered some non-trivial issues with allowing `div` and friends as legal names in the context of what Glint needs...

Thanks for writing this up! One question I have: is the idea that the router subclass could override *all* parent methods? Or should some of them be `private` (in TS...

Re: "no private API"—I want to be clear here about two things: 1. I don’t have a vested interest in the particular decision we make here! I just want to...

I came across a significant piece of additional motivation for this RFC this week and wanted to write it down before I forgot. There is actually a significant *gap* in...

Hey @NullVoxPopuli, we chatted about this briefly at today’s Framework Core team meeting, and we all agree that the basic idea is good, but folks had some thoughts about what...

I believe we actually have been: @wycats has chatted with @NullVoxPopuli about a bunch of related pieces here (and for Resources), based in part on the Starbeam research, and I...

The reason we haven't provided imports for them in a new location is that we have a policy of only providing imports for actual public API from Ember. That is:...