Phoenix Kahlo

Results 16 issues of Phoenix Kahlo

For example, when trying to print a `quinn::Endpoint`, when it gets to `recv_buf`, it just prints a list of many many integers with little discernible meaning. Possibly would be worth...

Hi! I totally understand if the slab project is hesitant to add a somewhat "unconventional" feature such as this, but I heavily use it in a [project](https://gitlab.com/gretchenfrage/notminecraft) of mine via...

One example of this was noted in #1757: > - quinn does not re-export `quinn_proto::TransportError` and other downstream-API-exposed types despite that being a public part of quinn's API via [quinn's...

Running the main branch (commit `08ee9ee471b61fe2c7a7248dfb628b0edcf6aca9`) with the latest cargo version (`cargo 1.81.0 (2dbb1af80 2024-08-20)`, `rustc 1.81.0 (eeb90cda1 2024-09-04)`) emits the following warning: ``` warning: /home/phoenix/repos/quinn/quinn-udp/Cargo.toml: unused manifest key: target.cfg(any(target_os...

On the master branch, there are 18 warnings which occur only in test modules. These warnings are not logged by `cargo check` alone, but they are logged if you run...

When `cargo check` is run on master, the following warning is logged: ``` warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition (in...