Matt Dainty
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...
@dependabot rebase
Can you attach or provide a link to an archive that demonstrates this bug?
@dependabot rebase
@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...
@dependabot rebase
@dependabot rebase
Fixes #400
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...