Eric Holmes

Results 90 issues of Eric Holmes

Maybe also merge the `-p` flag with `-d` as a separate formatter. They're basically the same thing: printing the graph.

enhancement

Should transpose the graph, then perform a walk and pass a `$3` argument to `exec` like `f` (forward) or `r` (reverse)

https://github.com/ejholmes/walk/blob/11c4e90e67db16118e7d7d7d2bfa8a72be0b48c9/plan.go#L128-L134

enhancement

By default, the number of targets that are executed in parallel is unlimited. This should probably, at the very least, be limited based on the number of file descriptors in...

enhancement

Should be able to install walk with: * [ ] Homebrew * [ ] apt-get * [ ] yum * [x] `go get -u`

enhancement

Could be kinda cool to support some level of compatibility with Makefile's. Maybe...

enhancement

In recent versions of gpg, it [can serve as an SSH agent](https://wiki.archlinux.org/index.php/GnuPG#SSH_agent). This allows you to easily store your SSH key on a hardware device, like a yubikey. Unfortunately, in...

If you configure a repo to CD to multiple environments, on the same ref, you'll get a separate DM from SlashDeploy for each environment. This gets kinda annoying if you...

If you try to /deploy something that has some pending commit statuses, you'll see a message like this: ![](http://ejholmes.s3.amazonaws.com/41UpxYcBpEeuVndKNA7wt7q1e1JObPhH73.png) I think it would be nice if the buttons were extended...

enhancement

Under normal circumstances, GitHub will send a `push` event in the same order that commits are added. So, for example, if you do the following: ``` $ git commit --allow-empty...

question