Moshe Atlow
Moshe Atlow
> That'd be a very nice feature indeed! I would go further: only accept 1 `request-ci` and one `resume-ci` when no new commits have landed; with clear error messages it...
Thanks for the nomination, it is a tremendous honor!
> Hey, looks like this nomination has passed 🎉 @nodejs/tsc @aduh95 We already setup a onboarding session for later today
> How do I contribute to nodejs too? See contribution guide. https://github.com/nodejs/node/blob/main/CONTRIBUTING.md And https://github.com/nodejs/node/blob/main/GOVERNANCE.md
> [https://github.com/sindresorhus/got/blob/HEAD/documentation/cache.md](https://github.com/sindresorhus/got/blob/HEAD/documentation/cache.md?rgh-link-date=2021-12-14T17%3A40%3A33Z) > > ```js > const storageAdapter = new Map(); > await got('https://sindresorhus.com', {cache: storageAdapter}); > ``` > > Maybe something like this > > ```js > const fetch2...
Hi. concurrency can be used with `Promise.all`: ```js test('multi level test', { concurrency: 2 }, async (t) => { await Promise.all([ t.test('subtest 1', async () => { console.log('1'); await setTimeout(2000);...
hi @Bellacmeireles whay os are you using? how did you originally install node?
Hi, it seems like the issue is with this error: `ERR_OSSL_PEM_NO_START_LINE` can you provide the full log in the `.log` file?
CC @richardlau @nodejs/node-core-utils
@aduh95 that is expected the `ncu-ci resume` command expects a pull-request id , not a pull-request URL, just like `ncu-ci run`