Cam Hutchison

Results 9 comments of Cam Hutchison

Not sure if I should have raised an issue to discuss this feature first, but this is the third time I've needed this (with a TODO in my Makefiles to...

Not sure how to get a passing build. Travis is saying: ``` $ travis_setup_go gimme: given '1.12.x' but no release for '1.12' found gimme: given '1.12.x' but no release for...

> What's wrong with just using the standard shell's features to deal with that, like: I covered that partly in the commit message - that shell construct will hide errors...

> What does kubectl diff do? I'm not sure. I haven't used that. And I can't run it now because we have "security" in my cluster: ``` $ kubectl diff...

> What if instead of adding a flag that forces found differences to be reported as exit code 0, we explicitly address the first use case and add a `--diff`...

That's an ambiguous response. I spent a whole 30 seconds trying to figure out how lazy evaluation would be impacted by this feature and I couldn't. Then I realised you...

What about using `git credential fill` to get the creds and delegate it all to git-credential-helpers? If `gh` did this, it would work perfectly for my use case (two GitHub...

@tr4g please be kind. i know it's frustrating, but there's so much work that can be done, not everything will get done. I personally want to take a crack at...

@eabase the last line of the script is the same as ``` # Only run main if executed as a script and not "sourced". if [[ "${BASH_SOURCE[0]}" == "$0" ]];...