Outsider
Outsider
### Description of the Change We've introduced [@ungap/promise-all-settled](https://www.npmjs.com/package/@ungap/promise-all-settled) in #4476. And Node.js support [Promise.allSettled](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled) in Node 12.9.0. So, we don't need polyfill anymore because we support Node 14+. ### Why...
If specify non-existed file with `--file` option, mocha throw expection. ``` ./bin/mocha --file non-existed /Users/mocha/node_modules/yargs/yargs.js:1163 else throw err ^ Error: Cannot find module '/Users/mocha/non-existed' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15) at Function.Module._load (internal/modules/cjs/loader.js:508:25)...
https://nodejs.org/en/blog/release/v17.3.0/ ``` npm run scaffold https://nodejs.org/en/blog/release/v17.3.0/ 2021-12-17 ```
μ΅κ·Όμ [Netlify](https://www.netlify.com/)λ₯Ό μ’ μ¨λ³΄κ³ μλλ° μ°κΈ°λ νΈν΄μ GitHub νμ΄μ§μμ λμ΄κ°λ 건 μ΄λ¨κΉ μκ°ν΄ λ΄€μ΅λλ€. μ€λλμ΄μ μ§κΈ λΉλ κ³Όμ μ λ€μ μ κ²ν΄ λ΄μΌνμ§λ§ Git νΈμλ₯Ό ν΄μΌνλ github pagesλ³΄λ€ κ΄λ¦¬λ μ½μ§ μλ μκ°νκ³ ...
νμ¬ @nodejs/nodejs-ko μ 7λͺ μ΄ ν¬ν¨λμ΄ μμ΅λλ€.(λͺ°λλλ° νμ μλ μ¬κΈ°μ μΆκ°κ° μλλκ΅°μ.) https://github.com/orgs/nodejs/teams/nodejs-ko μ΄ κ·Έλ£ΉμΌλ‘ μ 체 λ©μ μ νλ κ²½μ°λ μκ³ nodeμͺ½ λ€λ₯Έ νλ‘μ νΈμμ translate κ·Έλ£Ήμ νΈμΆν λ μ΄ λ©μ μ μ¬μ©νλλ° νμ¬ νλμνμλ...
**Describe the bug** As the doc, `NavList` can [be used with Next.js](https://primer.style/react/NavList#with-nextjs). But it occur a `Error: Maximum update depth exceeded`. ``` Error: Maximum update depth exceeded. This can happen...
In @nodejs/nodejs-ko , we are using GitHub pages and actions for our blog for nodejs news. We need to build a preview on PR because we missed broken markdown in...
We don't have any `package-lock.json`.
> Changing the link function to this works as intended. Debouncing doesn't work because you are updating the model anyway using the onchange callback. You were also attaching a watch...