Simen Bekkhus

Results 1245 comments of Simen Bekkhus

@pi0 hiya 👋 Any plans to merge and release this? 🙂 Specifically the `jimp` upgrade

yarn v1 version (which is what we ship) will never change, so we can drop the `-s` flag entirely if it complicates things

Running `yarn add @docsearch/react` now (installing `3.5.2`) prints the following warnings: ``` warning "@docsearch/react > @algolia/[email protected]" has unmet peer dependency "@algolia/client-search@>= 4.9.1 < 6". warning "@docsearch/react > @algolia/autocomplete-core > @algolia/[email protected]"...

Having skipped tests doesn't make much sense. We probably need some sort of integration test which spawns Jest or something for this case

`jest-runtime` does it by intercepting the `require` (or `import`) call and returning a module with the correct API (what would be the globals for the currently running module). I'm not...

FWIW the Node implementation has the same (called `headersToSpanAttributes`). https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http#http-instrumentation-options

Is it correct that the update in libuv did not land in Node 22 either? Is there any timeline for this?

Could you attempt to run Jest as well? If you ran the "bankruptcy PR", then Jest is (currently) removed. Jest heavily utilizes `vm.Script` (including `importModuleDynamically`) and also supports native ESM...

> > If you have a compiled binary for arm64 Macs, I'm happy to test it myself > > I uploaded a binary to my fork: [joyeecheung/node@`fix-compile-memory` (release)](https://github.com/joyeecheung/node/releases/tag/fix-compile-memory) - I...