Ross Smith II

Results 115 issues of Ross Smith II

Also spell out `OFFSET` is zero-based.

I know this might be outside the scope of your guide, but this example demonstrates a few features that aren't documented elsewhere.

See https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html#The-Shopt-Builtin Should we also add `dotglob`?

Of the three examples [here](https://github.com/dylanaraps/pure-bash-bible/blob/b713eafcbe3142631138bbac74e463e3a955903b/manuscript/chapter19.txt#L39) only `hash` correctly reports if an executable is in the PATH. `type -p` and `command -v` both report success on aliases, builtins, etc. `type -P`...

The current logic fails if a function is exported, i.e., `declare -fx funcname`

See https://github.com/ScoopInstaller/Extras/blob/master/bucket/hack-font.json

In Windows 7, the nirlauncher and sysinternals packages nicely appear as folders in the "Scoop Apps" folder. On Windows 10, the folder names are ignored, and each package's entries appear...

enhancement

I have both ffmpeg-nightly and imagemagick installed, but `scoop list` reports: ``` Missing runtime dependencies: 'imagemagick' requires 'ffmpeg' ``` If we added: ``` “provides”: [“ffmpeg”] ``` to ffmpeg-nightly that would...

enhancement

### Is your feature request related to a problem? Please describe. yadm has to be configured the same on every decrypting system to match the settings on the encrypting system....

feature