Friedel Ziegelmayer
Friedel Ziegelmayer
As far as I can tell there is no working CI setup at the moment. Github actions would likely be the easiest to setup.
I have the following situation, a field in my protobuf (when stored in rust) needs encoding to bytes before it can get stored in the protobuf. I would like to...
Very, very WIP Uncomplete, unordered task list - [x] switch internal storage for `RsaPrivateKey` - [x] switch internal storage for `RsaPublicKey` - [x] switch all code to use the new...
Unfortunately in the latest version the early data feature is broken. (Doesn't compile anymore)
I was running through the mobile section for `0.5`, for ios - compile fails like in #1512 , adding `desktop` to the `dioxus` features fixes this - after running `cargo...
When running inside of docker (base image: `rust:1.75-buster`) and trying to list the detected ports, I am getting this ``` Found 3 ports: /dev/ttyUSB0 Type: Unknown /dev/ttyUSB1 Type: Unknown /dev/ttyUSB2...
The relay handshake is quite expensive currently - TLS 1.3 + HTTP 1 UPGRADE - Server sends FrameType::ServerKey - Client sends FrameType::ClientInfo - Server sends FrameType::ServerInfo This simplifies the protocol...
This would likely be done using MDNS. @fabricedesre mentioned he uses https://github.com/WilliamVenner/searchlight successfully for this.
Due to the low maintenance and absurd high amount of `unsafe` code in parts of the `futures` crate, we are trying to avoid usage of it. Usages are replaced with...
First round of using zerocopy in the sync db. ## Open tasks - this is missing a migration currently - in a next round, after redb@v2 is merged, it should...