Christopher Slycord

Results 17 issues of Christopher Slycord

``Progress is printed like the following: input_file/input_url: 0%| | 0/30480 [00:00

https://www.mono-project.com/download/stable/#download-lin Under Ubuntu, Debian, and Raspbian `sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF` But apt-key is deprecated and slated for removal, as it's a potential security risk. Debian recommends that...

* Added array variables for file types to be used in different phases * Modified BinaryExtensions array to be on multiple lines for easier readability * Changed code syntax to...

Next_Package_Release

No errors/warnings provided upon entering an invalid output format outputs that the following files were saved and below outputs a blank line because nothing was saved. Should issue an error...

When I upgrade wsltty, it always brings a dialog box asking if I would like to overwrite existing files. This is done through chocolatey. Chocolatey extracts the installation using `Start-Process...

question

Can't find a lot about their newer FIDO2 key that has a fingerprint reader for windows hello/login. No idea if they fixed the shortcomings you found in the older keys....

1) changed quoting on variables according to recommendations from 'shellcheck' utility 2) simplified checks for file type by adding lowercase() function 3) changed expr math to use "$(())" 4) changed...

* Made compatible with any posix shell * Moved command running into a run_cmd function * run_cmd will check the userid and if it's not 0/root, then it will run...

Currently, if a script uses ErrorLevel to check for the success/failure of the prior command, the converter changes it to store in an ErrorLevel variable then use that in the...

SC2268 recommends that one not use x-prefix comparisons, but it allows them in many cases. SC2268 appears to only get triggered if: 1) The comparison is = or ==. Nothing...