Anthony Dodd

Results 104 issues of Anthony Dodd

There are a few areas where wording and clarity can be improved, and a few areas with outdated references (0.9.0-alpha stuff).

enhancement
guide / docs

As of `0.9.0-alpha.0` the synchronous code has been disabled. This is due to a few difficulties with maintaining both the sync and async code in the same crate, **specifically** the...

discussion

For systems where there are many components which need to register their own metrics, shared mutable access to the registry is required in order to keep things nice and simple...

Hey there @DenisKolodin. This project caught my eye, it is definitely exactly what I have been looking for. I would love to help out. I am in the process of...

Per the docs here https://stripe.com/docs/api/idempotent_requests, it would be quite nice if the various API interaction methods supported a way to set this header. There are a few different ways this...

I observed some very interesting behavior while using this crate in a few services of mine. I've observed that running multiple tasks on the tokio runtime along with a nitox...

Hey all, I've been doing some hacking on this lib and noticed this issue during development. Looks like it is closely related to #6, though I am not building new...

As described in the Nats [FAQ here](https://nats.io/documentation/faq/#a-name-reqvspub-a-what-is-the-difference-between-request-and-publish), it is assumed that users should be able to specify timeouts when making requests (request/response pattern). We can use [tokio's timeout system](https://docs.rs/tokio/0.1/tokio/timer/struct.Timeout.html) to...

Looks like there is already an issue open for compression. Awesome. In this case, I'm looking for a way to remove old entries. Perhaps from a given offset and back....

enhancement