Ben Linsay

Results 13 comments of Ben Linsay

I'm running into this while trying to use Tower middleware. Using a service builder means that I now have a pretty deeply nested type instead of a channel. The following...

Oh, good stuff in #4 - failing early rules - but this seems like a higher-level issue.

having the same problem on osx 10.14 with Command Line Tools but not XCode installed ``` Compiling coreaudio-sys v0.2.0 error: failed to run custom build command for `coreaudio-sys v0.2.0` Caused...

> I have the distinct suspicion that this DNS server behavior might be somewhat contrary to DNS [spec](https://datatracker.ietf.org/doc/html/rfc1035) Your guess sounds right to me. > I don't think it could...

I spent some time looking at this yesterday and it seems like this is a bad interaction between generated code and Zed's file watching. I'm using prost to generate code...

> Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests. @mcollina sure! Before I get started, is this something...

> This is actually by design. That is it's purpose. Right! The ask here is to think about exposing another API more like h2's that gives the caller control over...

> You probably do need the future to be polled, but it can be polled in a separate task, and then awaited later. That definitely works, but it requires a...