Linus Unnebäck
Linus Unnebäck
Yeah, npm-check just executes `npm install ...` so the lockfile should be updated if you are using npm 5 or higher
Should be solved in [🚢 2.0.0 / 2025-10-22](https://github.com/LinusU/react-native-get-random-values/releases/tag/v2.0.0)
Should be solved in [🚢 2.0.0 / 2025-10-22](https://github.com/LinusU/react-native-get-random-values/releases/tag/v2.0.0)
Hopefully solved in [🚢 2.0.0 / 2025-10-22](https://github.com/LinusU/react-native-get-random-values/releases/tag/v2.0.0), please reopen if not
@bjohansebas the reason I switched to ESM initially was in order to consume [the `file-type` package](https://www.npmjs.com/package/file-type) (via `stream-file-type`) Here is some more thoughts on it: https://github.com/expressjs/multer/issues/1042#issuecomment-973902270 Sorry for having been...
ping @mkruskal-google @sofisl Is there any plans on resolving this? 🙏 I think that including a dependency on the Node.js typings isn't best practice, as then basically every library with...
Correct me if I'm wrong, but the `memory_only` option doesn't at all seem to be doing what it says in the documentation? Also, I'm not sure that this storage engine...
I think that I'm hitting this error as well, I have an interface that accepts one file, or a list of files, and I cannot accept both in my function...
I would like to add `bytes` support to [`serialize-typst-value`](https://www.npmjs.com/package/serialize-typst-value), and I think that this would be a good way to accomplish this. Using `bytes((...))` would quickly inflate the size of...
Would you mind explaining more what this change does and why you think it's the right approach? I fail to see how this could fix an `EPERM` error 🤔