Simen Bekkhus
Simen Bekkhus
@XhmikosR what do you mean, "more people"? This thing is really just exposing part of the programmatic API through the CLI. It's missing tests, I know, could probably write them...
There's no `build` folder for either 3.3.0 or 3.4.1. It shows up if I do `cd node_modules/sodium-native && npm run dev`. Doing so makes it work for 3.4.1. (:tada:) Should...
Mac. x64 fails, M1 mac works
We have https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md FWIW. Both `NODE_ENV` and the user is mentioned there. Can link to it?
Ok, then I'm not sure why we're duplicating information from it? To answer the original "Should this file even exist on the website? Would users be better off if we...
Related to nodejs/node#31710, no? Where, after some back and forth, I finally understood `/` is interpreted as the pathname in the url (so should be relative to cwd). PR clarifying...
Are the [`vm` ESM APIs](https://nodejs.org/api/vm.html#vm_class_vm_module) not part of this stabilisation discussion, or just forgotten? EDIT: I see it was added to the comment 👍
Jest would very much use such a function, and I'd love to not have to implement the logic manually. We implement our own `require` (for mocking and dependency tracking, and...
Yeah, I'm hoping the function discussed in the OP will allow us to not have to implement guessing or fallbacks. The use case of loading config presented in the OP...
Not sure I still really follow. Why does `import` read and write to some internal cjs cache? I understand it internally uses the same mechanisms to load, but why doesn't...