azerum
azerum
What version of argon2 do you use? After [this commit](https://github.com/ranisalt/node-argon2/commit/b47602840a259946039db8526ddd182d1430f634#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L3), argon2 switched from using `prebuild-install` to `prebuildify`. This was version [email protected] `prebuildify` downloads pre-built binaries for most (all?) platforms during...
This is still an issue for other packages that still use prebuild-install, such as `[email protected]` > Does that package provide a way to override the current platform that it installs...
Interesting, thanks for explaining! I wonder what bugs arise when using race-then-poll-in-a-loop method? I'd love to have a think about it, especially since I use channels in some projects Could...
Also, what are you thoughts about cancellation of channel operations? One may want to cancel writing/reading based on external signal In Go they pass around a channel that is closed...
Looks like since PNPM 9.11+ (according to [this comment](https://github.com/pnpm/pnpm/issues/6166#issuecomment-2369741467)), one can run ``` cd common/temp && rush-pnpm deploy --filter= --node-linker=hoisted --prod output ``` To create self-contained `output` directory with no...
Edit: rephrased to sound less confrontational, sorry Maybe it's useful to have a list of parts I would refactor in `cli/src/domain/models/{Preview,Studio}`: - Duplication between Preview and Studio: `server.listen()` code, `wsServer`...
@microsoft-github-policy-service agree