Friedel Ziegelmayer
Friedel Ziegelmayer
There is a rust implementation for the non streaming version in https://github.com/TobiasBengtsson/crc24-openpgp-fast. It should be possible to implement a version that is streaming based on the paper and this code...
## Description ## Breaking Changes ## Notes & open questions ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [...
https://github.com/n0-computer/iroh/actions/runs/9227366556/job/25389166037
https://github.com/n0-computer/iroh/actions/runs/9223537485/job/25376990712?pr=2311
A lot of my networking code uses [`bytes`](https://docs.rs/bytes/latest/bytes/) to handle efficient storing of incoming and outgoing packets. I would like to transition more of that code to use `zerocopy`, but...
- [x] fix tests - [x] rename transport
Closes #1182
When using the `ComboBox` the zoom settings don't seem to be applied, and I am not quite sure on how to proxy the scale through properly.