Zanie Blue

Results 2879 comments of Zanie Blue

I think that's the best approach!

Hi bot, this issue is still relevant. The upper pin remains and furthermore httpcore is not compatible with h11 0.13+.

A decision is still needed on https://github.com/encode/httpcore/pull/526 to support h11 0.13.

I'm new to this project, but I'm interested in taking a look at this. It seems like it'd be easy to follow the style for the type hints already introduced...

`mypy` is righteously failing with ``` h11/_connection.py:481: error: Incompatible return value type (got "Union[Event, Type[Sentinel]]", expected "Union[Event, NEED_DATA, PAUSED]") [return-value] ``` The type of the return value is from `event...

Unfortunately not. Since those types are narrower than `Sentinel` which is the indicated return type here, users would have to cast your return type to avoid type errors. Narrowing the...

They are two separate commits already, here's a separate PR for the format changes https://github.com/python-hyper/h11/pull/145 though. I can drop the format commit from this PR if you want to merge...

I've rebased onto `master`, dropping the formatting commit. We'll still need a cast or an update to how `_process_event` works to pass type checks though.

Hi! Could you share a redacted section of your config?

This looks like an issue with your dask/distributed versions. I can't provide additional advice without more information