Ryan Delaney

Results 77 issues of Ryan Delaney

From original issue with more context: [asdf-ruby/issues/270](https://github.com/asdf-vm/asdf-ruby/issues/270) If `$ASDF_DATA_DIR` is set to a path with whitespace in it, the asdf-python plugin cannot do the business: ```console $ echo $ASDF_DATA_DIR /Users/ryan/Library/Application...

Did some rearranging and added python-chess plus a couple cli annotators

I'm not getting diffr highlighting when using `colordiff -y foo bar | diffr`. Would be neat to support that also.

enhancement
help wanted

Currently, environment variables beat command line arguments. It would be nice to be able to reverse this behavior with an option. ``` env: the default value of the option is...

Running `PYTHONWARNINGS=default` reveals a few problems. ``` $ npm install -g markdownlint-cli npm WARN checkPermissions Missing write access to /usr/lib/node_modules/markdownlint-cli npm WARN checkPermissions Missing write access to /usr/lib/node_modules [snip] $...

_shamelessly copy-pasted from exercism/bash/issues/171_ tldp.org's shell scripting pages have very high Google page rank. They're detailed, extensive, and easy to read, and much of the information in there is useful....

## Feature description Background: Support for the XDG base directory spec was recently closed in #1285. Also recently, freedesktop.org has [extended the spec](https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html) to add support for `$XDG_STATE_HOME`: > $XDG_STATE_HOME...

feature

In #329 we added a ban for ASCII-armored GPG private keys. But as far as I can tell we don't have a method for detecting un-armored private keys, since they...

[`inetutils`](https://formulae.brew.sh/formula/inetutils#default) provides (among other things) GNU ping, symlinked as `gping`: ```console $ gping --version ping (GNU inetutils) 1.9.4 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version...

I find that configuration and state data is stored in `$HOME/.grip/`, including (but not limited to) in these files: * `~/.grip/cache-*` Users who do not expect state data to be...

internals