Charles Duffy

Results 36 comments of Charles Duffy

@folbricht has tracked down the build failure -- while tpmk declared a dependency on Go 1.11, it in fact requires Go 1.15. I expect this PR will need to be...

...a question for the aptly team here: What's the feasibility of having a go 1.15 builder in Travis, so this code can be tested if it's moved behind such a...

Removing the default `Overload()` would be **very** welcome. For traditional UNIX folks who expect `var=value someprogram` to override any file-based configuration (particularly in absence of `godotenv.Overload()` calls within `someprogram`'s source),...

Y'all might also investigate Nix (which provides [`dockerTools`, an alternate build tool for Docker images](https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-dockerTools)) towards this end. Nix converts all timestamps to one second past epoch, btw.

> Does rules_python generate pyc at all? [bazelbuild/rules_python#1761](https://github.com/bazelbuild/rules_python/issues/1761) > > Again, there's no issue with mtimes, the problem is the timestamps embedded in pyc files The NixOS install CD is...

In the failing case, our output type definition is: ```json { "type": "array", "items": { "type": "string" }, "title": "Output", "x-cog-array-type": "iterator" } ``` In the working case, our output...