Bill Farner
Bill Farner
Rather than returning a list of size 1 containing an empty string, split an empty string into an empty list. This could be done application-side with a custom `IParameterSplitter`, but...
no_season will now match episode numbers < 10 when the value is not zero-padded. Tests come up clean: ``` :::console $ python all_tests.py ================== STARTING - ALL TESTS ================== this...
Go 1.8 adds [support for plugins](https://tip.golang.org/pkg/plugin/), which i propose we support as a discovery mechanism for InfraKit plugins. Same-process plugins will simplify environments where the allowed/supported plugins are static and...
Addresses this TODO in `rollingupdate.go`: > // TODO(wfarner): Make the 'batch size' configurable. We should accept a `parallelism` flag for updates to allow multiple instances to be drained simultaneously.