Gabriel Staples

Results 102 issues of Gabriel Staples

For reboot I use `sudo reboot` For shutdown I've been taught to use `sudo shutdown -h now` but I don't know why I was taught `-h` vs `-P` so I...

I see from your readme that: > This is a fork of the Realtek 802.11ac (rtl8812au) v4.2.2 (7502.20130507) However, v4.3.2 has been available, apparently, since 2014-04-11. Can you update this...

added link at top to most actively-developed fork today

Bug: `--word-diff` doesn't work. I'm seeing a lot of this in the output when I do `git diffn --word-diff`: ``` ============== GIT DIFFN ERROR ============== THIS CODE SHOULD NEVER BE...

bug

See: https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/master/useful_scripts/wip/git-logn.sh. Also consider making a separate repo with `git diffm` or something to act as a command-line form of a `git meld`-_like_ tool! See here for starters: https://github.com/ymattw/ydiff/issues/99#issuecomment-803365676. Ensure...

Try it out and you'll get this: ``` ============== GIT DIFFN ERROR ============== THIS CODE SHOULD NEVER BE REACHED! If you see this, open up an issue for `git diffn`...

bug

Ex. of what I need to add when NO files match: 2. No files were "changed but **not staged**". A typical message is: 2. These 6 files were changed but...

bug

Apparently you should never pass variables containing arbitrary text to `printf` as part of the format string, because if they contain any `%` characters, `printf` will try to interpret them...

bug

This would be useful.

documentation
enhancement

Clean it up first too. https://superuser.com/questions/246092/how-to-convert-a-1-page-pdf-to-a-2-page-per-sheet-pdf/1452008#1452008