Chris Thoburn
Chris Thoburn
Idiomatic usage and encouraged patterns should be documented and available to play with via the dummy app. We should use `ember-cli-code-snippet` to keep the code in use current with the...
The state of our jsdoc code comments is currently nil. We should change this so that our code will play nice with user's autocomplete and document itself better.
seems like a risk
this addon brings older versions of many broccoli plugins currently
Many codemods have their own options flags, it would be nice to have a way to specify which codemod you want to run and flags you want to run it...
Recently realized that this package requires monorepos to install ember-cli etc. at the root in order to deal with it not declaring a peer-dep on ember-cli.
should be available from @ember/array https://discord.com/channels/480462759797063690/1078725868500832378/1079878481334251590 Example Error ``` Build Error (broccoli-persistent-filter:Babel > [Babel: @ember-data/model]) in -private/promise-many-array.ts /Users/chasegiunta/repos/dochub/frontend/-private/promise-many-array.ts: @ember/array does not have a NativeArray export > 1 | import ArrayMixin,...
I'm opening this mostly for a paper trail later for folks that hit this with ember-try. I suspect the issue is due to a project config and not with ember-try...
Largely works but this error is consistently printed in CI indicating incomplete cleanup. Jobs work and this error does not cause the scenario to fail, but figured I'd put this...
For apps which have additional rules around query construction the ability to leverage eslint-plugin-graphql to create additional validation rules would be great! :)