Results 113 comments of Matt Dainty

If I remove that latter `k++` then existing tests start failing, so it's more nuanced than that.

If you add the following at the beginning of the outer loop, does that fix things? ```golang if s.streams[i] == 0 { continue } ``` That looks like it should...

Can you attach or provide a link to an archive that demonstrates this bug?

@strangiato would you care to share how you downgraded Docker? I'm in the same situation where all of my builds have broken and downgrading Docker seems the easiest workaround for...

I'm trying to understand how you'd make use of this. Is this so you would just fetch the raw streams and read them separately? How do you know what compression...