Linus Färnstrand
Linus Färnstrand
I'm trying to install the cloudabi tools on my macOS machine. I followed your guide at https://cloudabi.org/run/macos/. I hit the following error while brew was trying to install `flower`: ```...
Is `clap` really a hard dependency for `criterion`? I personally only use it as a library and don't specify my benchmarks over the CLI at all. `clap` pulls in a...
Would be nice if it was possible to have (for example) a bullet list and make lagom hide the list from the start and add one item per click made.
Adding (yet another) scanner for known vulnerabilities in our dependency tree(s). This one actually checks some places we have not looked at before. Draft until we have figured out what...
Hi. It looks like `osv-scanner` only checks for `gradle.lockfile` and friends, not `verification-metadata.xml` ([Gradle dependency verification](https://docs.gradle.org/current/userguide/dependency_verification.html)), which is the only "lockfile"-like thing we have for gradle. We currently use another...
The current signature of both encapsulate and decapsulate (`fn encapsulate(...) -> Result`, `fn decapsulate(...) -> Result` stores the **secret** on the stack. This means it will potentially be copied around...
We were lagging a bit behind here. I have not studied the changelog extensively. I'm not aware of anything specific we need. But since we were two breaking releases behind...
Upgrade `criterion` to the latest version. Mostly to get rid of complaints from `cargo audit` and not have to ignore known issues. But also because having the latest can be...
Hi! Thank you for this crate. I have this crate in my dependency tree and was just about to upgrade it from 0.23 to 0.24. When upgrading dependencies I always...
Upgrade all our direct usage of `ipnetwork` to the latest version, and makes it a workspace dependency. Nothing new we need, but nice to have the latest version. We still...