Keziah Biermann
Keziah Biermann
Now that `const_generics` are stable, I wonder if it is possible to implement support for `[u8; N]` arrays (`serde` seems to support them)?
It would be cool to have some builtin encryption similar to the "Notes"-app. As far as I'm aware, there is no standard for encrypted OPML files, so it would probably...
Would it be possible to replace the `static inline`s with a configurable attribute that can be disabled if necessary? ## Background We are using a Rust library to implement the...
## Describe the bug The installer fails within a busybox-environment e.g. as used by the Debian 11 installer: ``` tar: invalid tar magic ``` ## To Reproduce Steps to reproduce...
## What did you expect to happen? Topgrade or it's child processes successfully connect to a remote address. ## What actually happened? I have spurious errors that a topgrade child...
Would it be possible to add some documentation how unverified members are handled by default in an encrypted room? AFAIK, there are 3 reasonable possibilities: 1. Encrypt to all members...
Why is [`mk_salt`](https://github.com/wireapp/hkdf/blob/develop/src/lib.rs#L77) implemented like this? I've read [RFC 5869](https://tools.ietf.org/html/rfc5869) and as far as I can tell, it is nowhere specified that you should pad or hash the salt. They...
This is a feature request to add support for the Authenticated-Enveloped-Data Content Type from [RFC 5083](https://www.rfc-editor.org/rfc/rfc5083.txt) for the `cms` crate. I'm willing to create and submit a PR for this,...
**Is your feature request related to a problem? Please describe.** Usually I only want a single-line-suggestion (in most contexts it works better); but then sometimes I want a multiline suggestion...
## To Reproduce I'm trying to build some gridfinity stuff, therefore I'm trying to to build the baseplate in CadQuery. However I'm getting some weird `Fillets requires that edges be...