Martin Liu
Martin Liu
The `BodyPart.headers` dictionary returned by the `MultipartDecoder` uses bytes for keys and values, while the `requests.Response` object uses string keys and values. Is there a reason that the headers should...
This PR updates the version of Docker to `19.03.12`. In particular the latest versions of Docker use api version `1.40`, while the current version (`18.09.8`) uses api version `1.39` and...
Following from https://github.com/getsentry/raven-go/pull/155, I realized that always passing in pkg/error's cause into `GetOrNewStacktrace` doesn't always work. This PR modifies the behaviour of this function so that it gives us the...
This PR adds the image's labels as a comma separated string to the version's metadata. Labels contain valuable metadata and in our case we encode information about the git commit...
Hi all! I have a use case where I only want the Docker image resource to pick up new versions if the tag matches some glob pattern. For example, only...
**What language does this apply to?** Ruby proto3 **Describe the problem you are trying to solve.** The proto3 docs says that a JSON implementation may provide an option to: >...