NullVoxPopuli

Results 1113 issues of NullVoxPopuli

Currently, I get warnings like this in all blueprints I help maintain ``` The option '--node-version' is not registered with the 'new' command. Run `ember new --help` for a list...

Exploration in Discord: https://discord.com/channels/480462759797063690/568935504288940056/1432791167799656469 The problem is here: - https://github.com/ember-cli/ember-cli/blob/01a68b9b3641cc6acaa8dc1e4a101d660e70f29f/lib/models/command.js#L315 We never enter this block unless a `watcher` option is present. when doing `ember s`, `watcher` has a default value...

## Tests ### via workflow-dispatch - default branch (we don't want to use workflows from old brancehs) - running with tag: `6.6.0-alpha.1-ember-cli` core issue: https://github.com/NullVoxPopuli/ember-cli/actions/runs/18412556294/job/52468445423#step:5:19 ```bash Running npx [email protected] new...

The RELEASE.md is still kinda manual -- we can automate away the stuff that is consistent between releases, ya? what do folks think? if folks find this favorable, I can...

don't know what file this stuff goes in?

I see that there exists `QUnit.test.if(name, condition, testCallback)`, but using this does not integrate well with flaky-test quarantine strategies. For example, when running tests, we generate an ourput file (JUnit...

Type: Enhancement

The service isn't documented, so an argument can be made that it is private API

I've seen https://github.com/http-party/node-http-proxy/issues/1237 but now http3 is a thing, and I'd like to use http3 with proxies, too 🎉 We'll need - https://github.com/nodejs/node/issues/38478 - https://github.com/nodejs/node/issues/57281 per [this comment](https://github.com/nodejs/node/issues/57281#issuecomment-3153220902) > As...