Dennis Ideler
Dennis Ideler
When the auth step fails, we don't handle it properly. Instead the scripts runs in a degraded state. ``` github.com X github.com: the token in GITHUB_TOKEN is missing required scope...
Been using fisherman for a few years: https://github.com/jorgebucaran/fisher Recently did a `fisher update` to update the installed packages and fisher had a v2 to v3 upgrade which caused things to...
Example https://github.com/dideler/fish-cd-git. Not all of them, just the ones that could benefit from it, such as complex scripts that need testing or scripts that others may want to use.
See https://github.com/thoughtbot/dotfiles/commit/24b34d1becd573be8ad12d1f7a2e5182f8646ddc
http://stackoverflow.com/questions/1459150/how-to-undo-git-commit-amend-done-instead-of-git-commit Immediately after an amend, `git reflog` should show something like ``` f41210d HEAD@{0}: commit (amend): Summary line Z 9a0c170 HEAD@{1}: commit: Summary line Z 07dd8f6 HEAD@{2}: commit: Summary line...
``` ? Destination file already exists for redshift.conf Do you want to [s]kip, [S]kip all, [o]verwrite, [O]verwrite all, [b]ackup, [B]ackup all? ``` Better to show absolute path (such as `~/.config/redshift.conf`)?
It would help users of this library a lot if the [hex branch](https://github.com/amuino/couchbeam/tree/hex) was the default branch on the GitHub repo. Otherwise the project looks unmaintained and it can be...
### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (run `bundle update github-pages`) ### This issue...
I'd like to use the `.liquid` extension for any HTML files using Liquid. This is to benefit from liquid development tools in my editor, and for html development tools not...