Ashley Mannix

Results 486 comments of Ashley Mannix

@dtolnay it’s been a while since I’ve thought about this 🙂 So will post on the `tokio` dev channels, give it some thought and circle back here, unless somebody else...

Ah that's a bit unfortunate! We could write our own alternative to `env::temp_dir`, like `writable_temp_dir`, that on Windows follows through the same environment variables, and on Linux just forwards to...

@Stebalien Personally, I think changing the behaviour here to prevent the prefix and suffix from altering the path is reasonable. I wouldn't necessarily expect `.prefix("foo/bar")` to do that or try...

> defmt currently does not support hosted environments like Linux, Windows, macOS, etc. this can be a bit of an issue when using / (host) testing libraries that use defmt...

I checked out the `keep-alive` and it looks like the connections are persistent by default, since `hyper`s client only speaks HTTP 1.1, and Elasticsearch defaults to a 30 second timeout....

Well it's mostly strings and objects, so you could probably get away with a basic tree enum, but the only way to cover everything would be to use `serde_json::Value`. As...

Ah cool, I'll keep tracking progress on that then and update my compatibility stuff when it comes out. Thanks!

@benashford Any updates on the `rs-es` mapping? Anything you could use a hand with?

One question that's come up during the crate evaluation so far is whether `mime` is the best name for the crate. Since we're just dealing with media types then maybe...

I asked this question [recently on the users discourse](https://users.rust-lang.org/t/rotor-and-tokio/7322) and got some feedback from @seanmonstar. `tokio` looks like it's giving you a lot more out of the box than `rotor`,...