Results 512 comments of Joyee Cheung
trafficstars

Would be useful for https://github.com/nodejs/node-v8/issues/175 too. We probably just need to add `--reverse` to the `git apply` command to make it work

node-fetch supports custom agents so we could just use something like https://www.npmjs.com/package/proxy-agent for proxy support. It shouldn't be too hard as all HTTP requests are routed to https://github.com/nodejs/node-core-utils/blob/master/lib/request.js . This...

appveyor is supposed to test Windows, but I think we can probably try out the new Windows support of travis: https://blog.travis-ci.com/2018-10-11-windows-early-release

Also we can be more generic about the mirror: e.g. allow other variants like https://nodejs.org/download/v8-canary/ and support mirrors like https://cnpmjs.org/mirrors/node-nightly/ (this one is much faster if you are in China)....

Also we may be more flexible about the command being run...for instance, if the test case must involve an addon, it should allow the user to specify the `--node-dir` or...

@mmarchini `--mirror`/`--script`/`--command` SGTM. It would be nice to support them (at least `mirror`, probably makes less sense for `--script`/`--command`) in `ncu-config` so there is no need to type those things...

Thanks for reporting, do you want to open a PR to fix that?

There is currently something similar generated as a TODO list in the markdown output here: https://github.com/nodejs/node-core-utils/blob/32c7b48f846bb12f79dddff5124ad51254167e86/lib/ci/ci_result_parser.js#L534-L537 We just need to push more information into the `todo` in the loop and...