Tobias Bucher

Results 33 issues of Tobias Bucher

Use case: I have a library that also produces an executable. The executable needs `env_logger` in order to be able to log, the library shouldn't carry that dependency though, as...

E-hard
A-crate-dependencies
C-feature-request
S-needs-design

It seems that if any struct field in the path to a `Box` is marked with `#[serde(flatten)]`, deserialization **always** fails. In the example below, `Def` can deserialize a certain JSON...

Duplicate of #1116 which was closed by its author. Would a rustls backend be considered if it were pull-requested? How would it look like? Probably enabled using feature flags?

Does the quiche client support connecting to the server's preferred address as stated in [Section 9.6 of draft34](https://tools.ietf.org/html/draft-ietf-quic-transport-34#section-9.6)? The code says things like https://github.com/cloudflare/quiche/blob/fcaedfa486b402d331025629cb6e8895c3885394/src/lib.rs#L4598 so I'm going to assume "no"....

enhancement

Current implementation does not bother with freeing the child thread's resources.

bug

Currently, the mutex is just commented out which is bad because we now *do* have threads.

bug
blocked
P-high

This needs `Mutex` to work.

blocked

- [ ] `aarch64` - [ ] `arm` - [ ] `powerpc` - [x] `x86` - [x] `x86_64` Only required when we'll try to implement `pthread_self` or other stuff requiring...

A-powerpc
A-ARM
A-AArch64

Not a priority either, needs a working `pthread_detach`.