Lynn Frank
Lynn Frank
## Description The `kitchen init` command provides the ability to specify a driver and provisioner. It's only fair if you can specify the transport and verifier. I am proposing the...
Make test fails because `golangci-lint` is NOT installed. ``` $ make test rm -rf _output Setup... go env GO111MODULE="on" GOARCH="amd64" GOBIN="" GOCACHE="/Users/franklinwebber/Library/Caches/go-build" GOENV="/Users/franklinwebber/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GONOPROXY=""...
The dependencies to run the test are not in the makefile or defined in the README. ```shell $ go get sigs.k8s.io/secrets-store-csi-driver ```
The documentation (https://www.habitat.sh/docs/reference/callbacks/) shows them in the execution order. That is extremely helpful. I would like to see the callbacks introduced in their execution order and then below that focus...
> Passing user credentials to the ark, some attributes support that, which can then be used when downloading the remote file either by appending them to url or passing them...
> Ark is always downloading the remote_file, can we not add a new attribute say redownload = true/false, which can then internally check for the existence of the archive and...
Throughout `library/default.rb` the name of the resource is used to create a file name for the release_file. This causes a problem in the path if there are spaces in the...
- Mac OSX 10.12.6 ``` $ env | grep HAB | grep -v HAB_AUTH_TOKEN HAB_ORIGIN=franklinwebber HAB_BINLINK_DIR=/hab/bin ``` Let me tell you a story about the one time I tried to...
The specs have quite a few examples, however, it would be a good idea to generate some documentation in the README that shows how to interact with the classes after...
Pull Request #3 provided support for TMX files to handle external TSX files. As the Tiled Editor exports into JSON, it would be good to provide similar support if that...