John Flavin

Results 8 comments of John Flavin

@kdavies4 What would be required to make this change, or to see if this change could be made? This clause in the license was brought up in https://github.com/conda-forge/staged-recipes/pull/11075, where I...

> Of course you could call `git tag` first, and then `bump2version` to create a bump commit. This is what I'm doing currently. It does the workflow I want to...

Might be helpful to tag this issue with "Help Wanted". It could be an easy PR for a new contributor.

TL;DR It isn't possible to support most of the `docker system` commands directly, but you could add some things to `docker-client` that would help get us closer. Here's a long...

I know that when the abstract getters return Immutable* collection types, AutoValue will generate implementations that also use the Immutable* types. Do you know what collection types AutoValue will generate...

It is true that a `boolean` return does not tell you which error occurred. But the practice throughout `docker-client` is that any known error states are thrown as exceptions with...

That [test failure on 1.10.3](https://travis-ci.org/spotify/docker-client/jobs/127826597) is caused by the same problem as #412. That issue (or at least the test that failed because of the issue) was fixed in #415....

No, this is a different issue. #707 refactored all the existing filters to be a consistent style; its only additions were filters for networks. This issue is about adding new...