Tobias Bieniek

Results 665 comments of Tobias Bieniek

yeah, the `HbsReferenceContributor` is limited to the Handlebars PSI. Angle Bracket Components are part of the HTML PSI though, so they would need their own dedicated reference contributor AFAICT.

@hjbuchanan unfortunately that is currently not possible 😕

@hjbuchanan sure, we are always happy to review and merge PRs! what specific changes are we talking about though? only running ESLint on demand when running tests is unfortunately impossible...

> Does this require big change ? if not I can try to prepare pr myself. I think the necessary change should be quite small, but unforunately I'm not entirely...

looks like something wrong in our `EmberServeSettingsEditor` implementation. @makepanic do you have time to look into this?

when you use `ember serve` and someone introduces an ESLint issue, does it quit the process then?

tbh I'm not convinced by this functionality. showing a "stack trace and error report" should be reserved for when something is really going terribly wrong, but not when linting fails...

Given https://github.com/ember-cli/rfcs/pull/121 I'm not sure how this would work in the future 🤔

the addon will still be here, but will likely not be maintained anymore at the same level as before, unless someone from the community steps up and takes over.

@rwjblue @stefanpenner any pointers on how this could be implemented?