Les Aker
Les Aker
Howdy! I'm trying to write a Homebrew Cask for installing this, and it seems like invoking `Do Not Disturb Installer.app/Contents/MacOS/Do Not Disturb Installer --install` still pops open the GUI w/...
Ran into this w/ a submodule. I submodule a scripts repo at `.bin`, and that repo contains `circle.yml`. So when I ran `.../... upgrade`, it was linking that file into...
I'll often test a change to a dotfile, then have to cd to ~/.../src/REPO and git checkout before .../... upgrade will cleanly apply. This shortcuts that.
Was running into issues where if the source file was a symlink, it hit this condition and failed to identify the existing file. I'm not sure what the original intention...
I ran into an issue where I _wanted_ a .gitignore file to be linked in (I'm using [a skeleton dir for puppet module creation](https://github.com/halyard/puppet-module-skeleton/tree/master/skeleton)), but dotdotdot was ignoring it. This...
It seems like the ideal behavior for a cookie w/ an expired timestamp would be for me to consider it equivalent to http.ErrNoCookie, but right now I can't find a...
The setting to hide skipped rules is basically always what I want, and especially for complex rule sets it’s really crucial to parsing who needs to approve. Can we add...
This should handle #7 by padding out the Base32 string to always be a multiple of 8 characters in length. That said, it feels like a dangerous spot to hide...
Would it be possible to add code above the “example” section of the docs, or in a readme in that directory, that walks through the right github app settings for...
I ran into an issue w/ os_based_configure_options: Because it is called in a subshell (https://github.com/asdf-vm/asdf-ruby/blob/302efde548eb62705a268ceda0fd8898b2d2c6da/bin/install#L57), if it exits, that error gets swallowed up. This occurs if homebrew isn't available on...