Doug Tangren

Results 432 comments of Doug Tangren

I think where youre going with this. If you have some ideas I'd be up for pull requests I myself only use the default API endpoints so I have less...

In particular I'm wanting to see how to transfer contexts across threads. Since CurrentGuard can't be Send, I'm missing what the pattern in practice looks like

In that first example, does the span information associated with "background-thing" get discarded when detaching? It seems the both detach/attach operations discard any built up span state. When attaching, it...

I'm looking to understand the use of `mem::replace` [here](https://github.com/palantir/rust-zipkin/blob/8e687536b2d95ec002599b7aaa4a71e6797867e0/zipkin/src/tracer.rs#L237-L238)

Ah I see. Thanks!

Speaking of aws sdks, beyond https://awslabs.github.io/smithy/spec/aws-core.html, is there an eta on publishing a more complete set of aws service smith specs, similar to what the botocore project provides? I'm really...

@mtdowling I'm specifically looking towards where this project is going and where the community driven [Rustlang SDK project](https://github.com/rusoto/rusoto) could go. In addition, I've been involved with the Rustlang lambda runtime...

Making a note that exposing a binary name would also be helpful for containerization tools that build the copy binaries into a container

Hi @schmitch. I'm not sure I understand. Rebazel will by default watch for changes to the input files a target depends on and retriggers an action when they change. What...

Oh I see. Thanks for clarifying