Livia Medeiros
Livia Medeiros
`main`-based alternative to: https://github.com/nodejs/node/pull/44129 Skip the test if filesystem doesn't provide correct `atime` or `mtime` value from `fs.stat()`.
Backport of: https://github.com/nodejs/node/pull/43714 On `arm-12+`, `fsPromises.stat` timestamps are returned as 0 even for small positive values. Excluding this platform from test.
#### For bugs - Rule Id (if any, e.g. SC1000): SC2006 - My shellcheck version (`shellcheck --version` or "online"): 0.8.0 - [x] The rule's wiki page does not already cover...
- Most methods in `Atomics` work only with unclamped integer-based TypedArrays. In the specs, it's either directly checked by [ValidateIntegerTypedArray](https://tc39.es/ecma262/multipage/structured-data.html#sec-validateintegertypedarray), or via [AtomicReadModifyWrite](https://tc39.es/ecma262/multipage/structured-data.html#sec-atomicreadmodifywrite). - `Atomics.notify` and `Atomics.wait` require waitable TypedArray...
```mjs // e.mjs const a = 'print me'; export { a as "dove" }; ``` ```mjs // i.mjs import { "dove" as b } from './e.mjs'; console.log(b); ``` `"dove"` is...
Navigating on homepage is a bit confusing, especially on mobile devices. Switching between [`live/upcoming`](https://holodex.net/), [`archive`](https://holodex.net/#archive) and [`clips`](https://holodex.net/#clips) works via urlhashes on the same page, while other destinations are handled by...
`win2012r2-vs2013` tries bash script as bat and reports as success: https://ci.nodejs.org/job/node-stress-single-test/nodes=win2012r2-vs2013/353/console Console output ```console 04:52:59 Started by upstream project "[node-stress-single-test](https://ci.nodejs.org/job/node-stress-single-test/)" build number [353](https://ci.nodejs.org/job/node-stress-single-test/353) 04:52:59 originally caused by: 04:52:59 Started by...
Implementation-wise, do we really need to make a copy?
## This would solve... `User-Agent` with additional information might help server to be aware of possible features, limitations and quirks of client. ## The implementation should look like... Default `user-agent`...
PR: https://github.com/nodejs/node/pull/43085 Action rerun attempt: https://github.com/nodejs/node/actions/runs/2320332585/attempts/7 `git-node land` output: https://github.com/nodejs/node/pull/43085#issuecomment-1126858386 At the moment of landing, the latest run of that action was cancelled, there were 5 prior successful runs, and...