David Barsky

Results 134 comments of David Barsky

> I certainly hope that some people interested in Rusoto will take over the project soon as the original maintainers have asked for. The official AWS SDK for Rust _is_...

I really like the changes so far! I added two questions seeking to clarify whether this change should also align with `async/await` and other upcoming features.

@srijs @matthewkmayer @softprops I'd be happy to see this land as soon as reasonably possible! I opened an issue (https://github.com/rusoto/rusoto/issues/1475) that _kinda_ builds on what y'all have done here—lemme know...

The domain will probably not go up again. I suggest migrating to https://github.com/awslabs/aws-sdk-rust.

`thiserror` can also be used as a build-time tool, in that you commit the generated output of thiserror's macros through [cargo-expand](https://github.com/dtolnay/cargo-expand). (yes, this is hacky, but it does mean you...

Regarding “Implement Service for `Arc` to get around `&mut` requirement“, could this be done using arbitrary self types, or am I misunderstanding something?

Since @nathanpeck tweeted about this RFC asking for feedback, I'd like to voice my support for a more extensible L3 ECS modules. I'm a fan of this RFC and Elad's...

@seanmonstar Thanks for the background context. There are a few circumstances—namely, the AWS use-case—where I _am_ constructing full URLs, not just URI fragments that compose into a target of an...

Not sure if any decision have been made on this PR but I think something along the lines of https://github.com/hyperium/http/pull/276 would address some of the goals of this PR. I'd...