Andrew C. H. McMillan

Results 22 issues of Andrew C. H. McMillan

```nim commandline: option variableA, string, "var", "v", "default" ``` ```sh # none of the following work executable --var: # out: Missing value for option 'var' executable --var= # out: Missing...

Specific use case is so I can check passwords against [HIBP](https://haveibeenpwned.com/API/v3#PwnedPasswords), Another aspect would be allowing someone to register against an external database (instead of needing to have the users...

~~oops, hit enter too quick~~, https://man7.org/linux/man-pages/man1/ssh-keygen.1.html search `-Y sign` https://blog.dbrgn.ch/2021/11/16/git-ssh-signatures/ this also works with git et al Would be a lot easier / less confusing alternative to GPG key management,...

Having some form of quantifying how much content has gone would be nice, either in the form of `That's 1 missing out of every 23` or just `12.3% missing overall`...

enhancement

The [current template for the firejail sandbox](https://github.com/itchio/butler/blob/9a431b93be1308e857a5d0b6038dced481491f51/runner/policies/firejail.go) is notably inadequate for protection (e.g. you can muck with bash aliases, change ~/bin, etc etc, its not a sandbox in the current...

an example of this exists at https://github.com/aio-libs/aiojobs/blob/master/.travis.yml

enhancement

## End of X.Y support On the following dates, the following changes can be made to clean up the code somewhat ### 2.7 EOL (2020-01-01) * `subprocess.Popen` --> `subprocess.run` *...

enhancement

It would be potentially better to grab the info from the manual pages directly instead of subproccing man, however we might still need to subproc man anyways to get paths...

enhancement

### Describe the bug. PS4 says the pairing code is `000000` Flipper says its `123456` (it changes each time obviously, point being, its not `000000`) Pairing doesn't go through as...

bug
core+services

### What - Red/Orange/Green comparative colors unusable if colorblind - This becomes exacerbated if night mode is enabled ### Expected behavior Symbols to be placed in the colored icons (Ticks...

bug