Christopher Mancini

Results 7 comments of Christopher Mancini

Hey @mitchellh , the issue is focusing on flags generally, not specificallly `-h` which was used just as an example taken from the test case. I completely understand your point...

This is an issue that comes up often, especially if we haven't deliberately optimized build output for a workflow.

We encountered this issue while working on a PR / Fork for the Concourse github-pr-resource. Our internal GHE appliance is currently on 2.16 and we are experimenting with features that...

@dpb587 just an FYI, we have been running the version of this resource on one of our most important pipelines internally since I created this PR without issue. Likely it...

I was able to generate the protos with even simpler commands: ```shell protoc -I . --go-grpc_out=. --go-grpc_opt=paths=source_relative ./builder/output.proto protoc -I . --go-grpc_out=. --go-grpc_opt=paths=source_relative ./registry/output.proto protoc -I . --go-grpc_out=. --go-grpc_opt=paths=source_relative ./platform/output.proto...