David Barsky
David Barsky
## Feature Request ### Crates - tracing-subscriber ### Motivation The typemap-based used by the Registry's to store extensions is a typemap that erases types, places them into a Box, and...
## Feature Request ### Crates - This proposed change impacts `tracing-subscriber`. ### Motivation It is impossible to soundly to use [`tracing_subscriber::fmt::time::LocalTime`](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/time/struct.LocalTime.html) or [`tracing_subscriber::fmt::time::OffsetTime`] in any multithreaded environment because _any_ call...
## Feature Request ### Crates - `tracing` ### Motivation Cargo's feature flags are global across the crate graph and are additive. This means if `tracing`'s compile time filters are enabled...
I'll preface this acknowledging that 3059 is a beta, but Spacegray doesn't seem to have icons optimized for the new tab switcher. I've attached a screenshot to show what I...
This is a partial step towards resolving #9, but isn't complete.
While #9 is more focused on the data collection side of things, this issue is concerned with how parent/child relationships should be rendered in the console. Possible approaches: - @hawkw...
A few notes before I dive into the proposal: - Since this is a larger change in Rusoto, I’d like to discuss the approach/trade-offs *prior* to sending a PR. -...
It'd be really handy to replace the current builders with a set of builders for Request, Response, and URI that track the builder's state using some sort of typestate, allowing...
## Motivation - A few AWS services (like SQS, IAM, EC2) use `application/x-www-form-urlencoded`-based RPC calls. While this encoding is typically handled by the SDKs, this code needs to exist somewhere....
With most of [RFC 2504](https://github.com/rust-lang/rust/issues/53487) being implemented in stable, I wanted to share my idea of how Failure should evolve towards. For preserving context, I'll briefly re-iterate what RFC 2504...