NullVoxPopuli

Results 2057 comments of NullVoxPopuli

No RFC needed, see: https://discord.com/channels/480462759797063690/568935504288940056/1370714948447113226 Changes to these sorts of things in the blueprints are to try to reduce problems for consumers, and are less so in need of opinions...

> addon blueprints add a peer dependency on ember-source I removed it from the v2 addon blueprint yesterday. And removed @glimmer/tracking from the v2 app blueprint a couple days prior

Opened a PR here for the v1 https://github.com/ember-cli/ember-cli/pull/10697

The maintained addon blueprints already do this: - old: https://github.com/embroider-build/addon-blueprint/blob/main/files/__addonLocation__/package.json - proposed new default: https://github.com/ember-cli/ember-addon-blueprint/blob/main/files/package.json

yeees! I find the indicator of `async` on a method/function so useful. Like, especially for boilerplate code, ```ts async foo() { // TODO: implement this } ``` this is a...

> But the rule doesn't lint against using it - it lints against using it without the sister feature await (or similarly manually returning a promise). it's a virus though....

For me, the most common place it gets in the way is in generated boilerplate -- i maintain a fair number of libraries, and project/file generators ( and many of...

no need for that, you can just pick up the work

which macros version were you using?

thanks! any chance you could provide a little reproduction repo to help us debug?