Jason Williams

Results 6 comments of Jason Williams

It seems pretty unlikely that a significant number of people are using `autostart` since it's not documented anywhere. I stumbled across it while troubleshooting some Ember 3.28 upgrade issues and...

Hi, I'd like to propose that `require-expect` be removed from the recommended set of rules. I think it's odd that we'd actually recommend _against_ using `assert.expect` in tests as using...

> Out of curiosity, what kind of use cases do you see [assert.expect(n)](https://api.qunitjs.com/assert/expect/) being valuable for? And are those use cases common? The two biggest use cases in my current...

Hey all, just adding another report: I'm using plugin version `1.1.0` and had to add: `"prettier.documentSelectors": ["**/*.gjs", "**/*.gts"]` I already had the below settings: ``` "[glimmer-js]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.foldingStrategy":...

> It should select and scroll to the component. But opening the devtools, or switching to ember devtools is not supported by chrome, nor firefox. This is key information! I...

Adding my experience with the new layout and the reasons I ultimately switched back to the old (streaming) output. Also want to stress that these aren't complaints but just personal...