Daniel Gallups

Results 25 comments of Daniel Gallups

@allan2 Is https://github.com/hyperium/hyper-util/pull/78 blocked until https://github.com/hyperium/hyper/commit/a9fa893f18c6409abae2e1dcbba0f4487df54d4f is released? If so, can you conceive of a method utilizing the `Config` struct in `hyper` without `hyper-body-util` for `tonic`, or will that not...

Scoping out upgrading tonic, it appears that this crate is far too large to handle in a single pr. Is it possible to set up a branch on tonic to...

Thanks, I'll see about making a contribution this weekend! Edit: Are we positive that we _should_ be using the replacement body struct over using anything that implements `hyper::body::Body`? It just...

I figured out it was due to a major change in the `strong-xml` dependency. All I did was assume that CDATA doesn't exist in these files (passing false to `writer.write_flatten_text`)...

You know, I didn't take a look at the only open PR on this repo (#167 ). It seems like you are interested in this. I'll see what I can...

It appears that [the referenced PR](https://github.com/hyperium/hyper/pull/3201/files/e8296d1c5bded88a508f1ca1f35791c30803182d)'s changes didn't make the cut into 1.0.0. Is there any reason why the pattern of calling the `inner` value on the builder's internal builder...

@Michael-F-Bryan Hey! I'm sure you're very busy, but could you take a look at my PR when you have a moment? Much appreciated!

@Michael-F-Bryan mind taking a look?

> I think I understand how this change makes the code more mathematically "pure", but are you actually running into a problem with the current implementation? Can you succinctly describe...

Ran out of time and forgot about this