Robert Jackson
Robert Jackson
Removing Final Comment Period so that we can address recent feedback...
Cross posting from #364. @Gaurav0 said (https://github.com/emberjs/rfcs/pull/364#issuecomment-426990076): > I'd like to renew my previous question about upgrading apps. If we turn off jQuery in the blueprint how will we not...
> How long would the "non-octane" blueprint be maintained? Unclear, likely for at least an LTS cycle but possible for the full major cycle. Really looking for @davewasmer / @tomdale’s...
Yes, I agree. We need to move this forward...
FYI - I brought this up at todays core team meeting. A few general notes/observations: * There is brought consensus that we should provide a good solution to the problem...
We discussed this again at the most recent GlimmerVM team meeting, and think we have a viable path forward that we are confident we can support over time. We are...
@lukemelia - Just checking in here, have any time to update the doc? I _think_ @pzuraq has most of the plumbing landed in glimmer-vm, so looking forward moving the API...
> It will not work with a component helper: > > ```hbs > {{component 'my-component' reallyImportantArgument=this.foo disabled=false}} > ``` > > ... One workaround is to use the let helper...
I do think we'd need an RFC to address this, either new syntax or a custom keyword/helper. _Something_ akin to [ember-component-attributes](https://github.com/mmun/ember-component-attributes)'s syntax might work: ```hbs {{yield (hash MyComponent=(component 'my-component' (html-attributes...
@chancancode - Thoughts?