Eric Holmes
Eric Holmes
Maybe also merge the `-p` flag with `-d` as a separate formatter. They're basically the same thing: printing the graph.
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
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...
Should be able to install walk with: * [ ] Homebrew * [ ] apt-get * [ ] yum * [x] `go get -u`
Could be kinda cool to support some level of compatibility with Makefile's. Maybe...
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:  I think it would be nice if the buttons were extended...
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...