Zanie Blue

Results 1223 comments of Zanie Blue

The output of ``` sudo iptables -S sudo ip6tables -S ``` during each behavior may be useful for analyzing your issues

Some additional notes: - Changing the multithread flag does not affect this - Lowering the minimum bootstrap requirement (e.g to 10) causes more to return TRUE - Using the example...

> > Is that outcome to be expected? If not, I'd be curious to know why this might be happening. > > Importantly, there is an element of randomness in...

> Hm... let me investigate a bit more, but I suspect what is happening is that the initialization state of the C-side random number generators is affected by the sequences...

Hi! Just a +1 that this is something we are noticing may be a bottleneck in our pipeline. We can report actual compute times if that would be helpful too.

You can see the list of features for the new handler at https://mkdocstrings.github.io/python/ — it seems like this would only be useful if you want to include a generated API...

> I think it may not be a good idea to pin h11 under 0.14, it can cause unnecessary conflicts. See: https://hynek.me/articles/semver-will-not-save-you/ That sentiment is the point of issue #509....

@graingert I'm not sure the remaining optimizations regarding the overload are feasible in the short term. It may be worth merging the current improvements to unblock upgrades and address the...

Note https://github.com/python-hyper/h11/commit/04cc0f781c47ebfb9f9b188a8e8aa423f276c0b1 was merged a week ago so we can remove the aforementioned hot-loop cast once there's another h11 release.

I'll look into updating this for h11 v0.14 Edit: See #579