Chris Bednarski
Chris Bednarski
Glob in Go doesn’t actually work the way it’s tested [here](https://github.com/hashicorp/atlas-go/blob/master/archive/archive_test.go#L293): ``` Include: []string{"build/**/*"}, ``` This test passes in *nix because (I think) the underlying shell takes over and expands...
When running `hostess ls` on a large file it would be nice to filter the list of results based on an additional argument. This saves having to pipe to grep...
OS X has a default IPv6 entry for `fe80::1%lo0` that gets removed when the hosts file is parsed. The `%lo0` segment which indicates that the IP is bound to a...
When installing with --version the directory name uses the default version instead of the version specified on the cli. As a result weird things happen (specifically, I can't install go...
Some software, like jenkins and mongo, are installed via apt repos and the version changes when upstream releases new stuff. For these, it probably doesn't make sense to have version...
There should be a page in markdown format in the project on github, as well as a bit inside the help text that will explain how to make your own...
Support a folder in place of a `source.py` file, for both built-in and external sources. So for example: ``` haproxy ├── haproxy.conf ├── init.d.sh └── install.py ``` This will make...