Nicholas Paun
Nicholas Paun
I have suggestion for a feature you could implement in the extension, if you like -- Allowing the user to download their final exam schedules as an ICS file, or...
Implement an API compatible with [node:zlib](https://nodejs.org/docs/latest/api/zlib.html) - PR #2477 - [X] Create module (@anonrig) - [X] `crc32` (@anonrig) - PR #2496 - [x] Export `zlib.constants` (@npaun) - PR #2533 -...
- Explain how our pre-commit hook works - Explain how to download and install all our linters (clang-format, prettier, ruff, buildifier)
Fixes https://github.com/nodejs/node/issues/59168 As for the destination parameter symlink_status and status were accidentally swapped. symlink_status does NOT dereference while status does.
Fixes https://github.com/nodejs/node/issues/58947. This implements the errorOnExists check for onDir, which we previously had only for onFile.
I pasted in an old `get_bcr_version()` function I did last summer, and then asked Claude to implement the rest of the logic to implement `bazel_dep` directives. Note that this still...
See `textdecoder-labels.any.js`. For example, we need to treat `866` like `IBM866` and `sjis` like `Shift_JIS`. This might not be ICU's responsibility. Investigate whether we need to store our own list...
Adding the V8 flag `--harmony-temporal` won't be needed once V8 enables Temporal by default. I'm just keeping this branch around to make it easier to test stuff.