Sam Van Campenhout
Sam Van Campenhout
I tried adding a changeset but it only seems to allow major bumps? I'm probably missing something. 
I probably won't have time for anything besides a rebase though 😞. So if you think it is useful in its current state I'll try to rebase ASAP.
I'm running into this issue. We're using `firstObject` in templates to traverse Ember Data hasMany relationships. They are flagged by the `no-array-prototype-extensions` rule, but the suggested solution doesn't work. Supposedly...
I believe I gave this a try but I ran into the issue where ember-cli assumes a project is an Ember app (or addon) if ember-cli is a dependency.. So...
I think it's the same issue as this one: https://github.com/emberjs/data/issues/8606 It seems related to the folder name. If it includes `ember-data` it throws that error. I haven't looked into it...
It seems to be a broccoli issue, actually. This issue was mentioned in the other thread: https://github.com/broccolijs/broccoli/issues/503 Keeping it open for visibility makes sense I think 👍.
@NullVoxPopuli It's still an issue, yes. I've reproduced it in a Stackblitz: https://stackblitz.com/edit/github-bmw1gc
Does the code work before Prettier strips the extra braces? Curlies in that position are considered _modifiers_ not "Mustache statements" so I don't think it can do what you are...
@AW0005 Ah, I see. I assumed you where trying this in an Ember / Glimmer VM project (in which case the code snippet would trigger a build error and the...
This will most likely break the ember inspector dev tools. Is that a blocker for this RFC?