Daniel Nephin
Daniel Nephin
Also: https://github.com/docker-php/docker-php/blob/1.21/docker-swagger.json I agree it would be good to either generate the go types from the spec, or generate the spec from the go code. Both can work, and we...
> Does swagger have something to handle the stream hijacking that is done for attach, etc? I've been thinking about this. I think the way to support it would be...
The response returned by this endpoint should match the type, yes. I think we need to fix the type.
Please see #19
I think https://github.com/docker/compose/tree/master/contrib/completion should work, no?
I've started using renovate with grouping (`matchPackagePatterns`, `groupName` configuration, with the `go` datasource) and separate commits would help a lot. Occasionally, especially with the `k8s.io` dependencies we get a group...
I think some of this can be automated without a bot, or changing anything about the release process. We have a set of release scripts in compose that do some...
https://github.com/jstemmer/go-junit-report/blob/master/formatter/formatter.go has some Go types for this format.
Thank you for the report! If I understand correctly the end result is that all FDs get consumed after a couple hours and the process needs to be restarted. Is...
If this fix is related to `consul watch`, maybe we should use that watch machinery and assert that we see the event we expect in the `watch` stream? I haven't...