Curtis Vogt

Results 388 comments of Curtis Vogt

I did some investigation into the `hack/run-in-gopath.sh: line 34: go2make: command not found` and this is what I found. The `go2make` file is installed by the Kubernetes `Makefile` and the...

By using the host tool chain I managed to build the tools required and then switch back to cross compilation. The script isn't pretty but it does seem to be...

Definitely should use some GHA caching: ``` [ Info: Loading tzdata 2016j [ Info: Downloading tzdata 2016j archive ERROR: LoadError: InitError: RequestError: Operation too slow. Less than 1 bytes/sec transferred...

I spent a little time looking to implement this features and made some discoveries: To support conditional includes we would probably need to move away from using the YAML tag...

> Although this use of `default` as an initial value for interactive prompting might have worked before v9.8.0, I think it doesn't align with the intended semantics of a default...

> Perhaps Copier is missing a feature that allows to provide an initial value to a _required_ question, and this value does _not_ need to pass validation. A question with...

An alternate solution would be to environmental variables for each input which allows the use of double quotes still. ``` env: depot: ${{ inputs.depot }} ``` I'm fine with the...

> opens the door to arbitrary code execution just by tweaking the workflow name. If we're concerned about this then I don't think even single quotes will work as an...