Chris Bednarski

Results 25 issues of 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...

bug

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...

enhancement

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...

bug

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...

bug

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...

bug

Get one here: http://wiki.nginx.org/InitScripts

bug

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...

enhancement

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...

enhancement

http://www.rabbitmq.com

enhancement