Ranieri Althoff

Results 385 comments of Ranieri Althoff

That's right, v0.27.3 failed to publish. That helps a lot, I'll try to find a commit between v0.27.2 and v0.28.0 that might be causing issues.

Huh, your action is downloading the Alpine version instead of the Debian/glibc one. Our actions actually run on Ubuntu 20.04 so it should be more than enough. Can you provide...

Hey! You might try running your actions on Alpine by adding the following: ```yaml container: image: node:14-alpine ``` To the job. Just like we do here: https://github.com/ranisalt/node-argon2/blob/master/.github/workflows/ci.yml#L64-L65 I guess that...

You can use `secret`, pass a `Buffer` and it will be included in the password hash. That feature is missing from the docs, but you can see the implementation in...

I can't reproduce. I consistently get the same sha256 hash from rebuilds. I am using GCC 9.1.0 on Arch Linux.

No problem, if you find this issue again please reopen.

I can't provide support for old versions of the lib.

I checked with v0.29.0, and it seems that two builds produce the same binary. I modified your Dockerfile slightly, to use the latest Node version available (18.x was not installable,...

Are you by any chance installing inside WSL and then trying to run it outside WSL? That would install the Linux version of the prebuilt binaries from WSL, which will...