Tom Karwowski

Results 31 comments of Tom Karwowski

CI failed on a doc-test, this should be fixed now.

Hey @seanmonstar, I think I'd like to work on this next. However, I need a few additional pointers before I can start: - Do we want to split only the...

Hey guys, decided to give this a go next. Some questions: - should `Service` be exported from root level, i.e `hyper::Service` or `hyper::service::Service` - I extended the scope a bit...

Hey @seanmonstar, I see you being active in other issues that I commented. Did you miss this one, or do you need bit more time?

Extending the scope – music to my ears. I'll get back when `tracing-service` is gone.

I think I got it. Had to work around the `oneshot::Oneshot` a bit, but it compiles :smile:. Not sure if we're not loosing something vital by removing `poll_ready` in context...

At work, we run into this issue, where we wanted to get callback on body chunks and then on end of streaming. We implemented custom `Stream` wrappers for both cases...

Alright, there is a fundamental flaw in the `bytes::Buf` design that makes it impossible to implement this feature. There is no method that will guarantee that the buffer was _actually_...

@xacrimon This one's pretty straightforward. PR and merge?

> Common Equivalent now lives in a separate crate by the way: https://docs.rs/equivalent/latest/equivalent/ That's true, but we care about whatever `Equivalent` trait hashbrown uses. So I think it's correct that...