Christopher Hunter
Christopher Hunter
API changes are backwards compatible. Zero value (nil slice of Bound) behaves exactly as it did before. I read the Nelder Mead implementation in nlopt and noticed how it handles...
When I import `go-git.v4 v4.13.1` with `k8s.io/[email protected]`, I get a build failure. ``` $ go run cmd/server/main.go # gopkg.in/src-d/go-git.v4/plumbing/transport/ssh ../../pkg/mod/gopkg.in/src-d/[email protected]/plumbing/transport/ssh/common.go:147:15: undefined: proxy.Dial ``` my go.mod ```diff module example go 1.13...
I would like to see the API of the project on the new Go docs website; however, the site is showing an error: https://pkg.go.dev/github.com/cmckee-dev/go-alpha-vantage?tab=overview Also if this had a license,...
Looks like the language type for the code block example for mongo-go-driver was not set. This PR fixes that.
This new command would allow platform providers to work with support to surgically replace a single bosh release in a tile. I would especially appreciate edits/review of command/flag names and...
this should make migrating from tile-generator a little bit easier there is a story of this. I'll add it in the morning.
This set of new validations ensures: - stemcell version lock matches spec constraint - stemcell version and constraint are valid - each release lock with a stemcell has the the...
### Is your feature request related to a problem? Please describe. I have been reading tile build scripts and found most scripts do this kind of thing. We should have...
### Is your feature request related to a problem? Please describe. Some teams use CI in GCP to test tiles. They would like to store BOSH Release tarballs in the...