Calvin Leung Huang
Calvin Leung Huang
Currently git2consul pushes it's configuration (if one is passed) to the Consul KV before pulling and using it. However, this doesn't really buy us anything and can potentially introduce race...
git2consul has steadily been gaining users since its early stages, and for that we thank you. This project would not have been nearly as successful without the involvement of the...
This issue was first brought up by @jsullivan3 internally. When git2consul identifies that a Git repository has a conflicting change, it currently removes the local copy of the repository and...
Include docker in the `Brewfile`
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.12.8 **Electron Version**: 1.3.13 **System**: Mac OS X 10.12.2 **Thrown From**: [go-plus](https://github.com/joefitzgerald/go-plus) package, v5.0.9 ### Stack Trace Uncaught RangeError:...
Is it possible to use crossbuild to build external static libraries for different platforms? More specifically, I would like to build libgit2 and its dependencies statically (openssl and libssh2). I...
I was wondering what would be the pipeline for cross-compiling a project that is using git2go? My knowledge with compilers is minimal, and to my understanding cross-compiling external libraries is...
It would be great if there is the option to pass in commands such as `-var-file` to the `terraform_plan` command (and similarly with `terraform_apply`). I love this tool, but I...
In addition to the available `plan` and `apply` commands, there should also be support for the `refresh` to fetch against the real resources.
Since the latest version of terraform handles Windows' `plan` and `apply` commands correctly, there is not need to spit out and output file any more.