Adam Liddell

Results 136 comments of Adam Liddell

I am also seeing this with `async with` statements, when they contain a branch within the block. On Python 3.10.2 and coverage 6.3.2

Just stumbled across this. I've previously implemented a middleware supporting servicer on top of grpclib, which uses async context managers for the middleware and requires no special handling for the...

I just hit this issue also and it appears it is related to an issue with the node zlib module not flushing properly when you've written more than a single...

The fix for this was made in https://github.com/nodejs/node/pull/14527 (and https://github.com/nodejs/node/pull/14571), which made it into today's 8.3.0 release.

I've had the same issue on Ubuntu where it gets stuck in the same step. Using Node 8 instead of Node 10 fixes it, possibly due to this issue: https://github.com/jupyterlab/jupyterlab/issues/4585

Saw this when looking for another rules_docker issue, so figured I'd stop by. I saw this error or very similar when working on 4.2.0 and I believe it was an...

FWIW transitive proto compilation with an aspect is probably not the right method to use any longer. Both rules_proto and rules_proto_grpc have dropped aspect based compilation in favour of more...

> Is there a place to further discuss this (this PR is probably not the best venue)? This situation sounds similar to some of the problems we have with SWIG...

I believe the cause of this may be in https://github.com/moby/moby/issues/42801; please take a look and see if this aligns with what you're seeing

Here's some checks I ran to find this, which might be helpful for tests: `fd00:0000:0000::/63` split into `/65`: `[fd00::/65 fd00::8000:0:0:0/65 fd00:0:0:1::/65 fd00:0:0:1:8000::/65` `fd00:0000:0000::/48` split into `/50`: `[fd00::/50 fd00:0:0:4000::/50 fd00:0:0:8000::/50 fd00:0:0:c000::/50]`...