rvolgers

Results 12 issues of rvolgers

Inspired by [this blog post](https://blog.0xfa.be/building-a-backend-app-in-rust/) which mentions some API struggles with writing a Rust backend program, and one of the mentioned things is that `Selector::parse('...').unwrap()` is not ergonomic when the...

C-enhancement

A new stream is allowed to start after the previous stream ends, according to the `xz` spec. I'm not sure what the point of that is, but I'm trying to...

enhancement
help wanted

`eslint` is a big part of our largest project's build times and it's currently configured to use babel-parser. To get rid of babel entirely it'd be nice to be able...

E-hard

This appears to be the same issue as #102, but nothing there worked for me. Still looking for a solution. (Edit: Problem has since been solved, I was clearing files...

(I suspect that you are already tracking this and may just be waiting for a final release that contains the fix, but just in case...) The pull request was merged...

bug

Currently there does not appear to be support for the plaintext signature framework as described in [RFC4880 section 7](https://tools.ietf.org/html/rfc4880.html#section-7). This style of signature involves a message which starts with a...

enhancement

This handles no secret data and I'm reasonably confident in the implementation, but I'm not sure what the standard is for accepting new cryptographic implementations. This is actually already covered...

Related to #44. Not closing yet as this PR only covers public keys. This is pretty hard to figure out from the existing docs. The helper is intended to "just...

Webpack 5 no longer ships polyfills for nodejs builtin modules, and recommends using this module if a module need `util`, and the module README does say it should work in...

bug

The proposal is to allow cargo-edit to manage this Cargo feature: https://rust-lang-nursery.github.io/edition-guide/rust-2018/cargo-and-crates-io/replacing-dependencies-with-patch.html The command `cargo add-patch frob --path=~/frob` would add a line to a `patch` section in `Cargo.toml`: ``` [patch.crates-io]...

cargo-add
new command