Ross Smith II
Ross Smith II
I tried installing mro locally, but received this error: ``` Running installer script... DEBUG[1560887074.93424] $out = ------------------------------------------------------------------------------- ROBOCOPY :: Robust File Copy for Windows ------------------------------------------------------------------------------- Started : Tuesday, June 18,...
Sorry, I didn’t test against https://github.com/lukesampson/scoop/pull/3502 .
https://github.com/veracrypt/VeraCrypt/releases/tag/VeraCrypt_1.25.4 's release notes says: `Add MSI installer for silent mode deployment (ACCEPTLICENSE=YES must be set in msiexec command line).` tells us it's an msiexec based installer. As such, you...
/verify
It’s certainly [possible](https://chocolatey.org/packages/keybase) but I’m almost certain it will require admin rights.
#64 will help by allowing you to specify the maximum number of records returned. Currently, the code will return the entire result set, which could be thousands of records.
This fixes #43
I don't know it is required in this context, but the regex ``` libs|styles\\.css ``` may need parentheses: ``` (libs|styles\\.css) ``` Also, I don't know if it applies here, but...
@Alecto Great news! If it's solved your issue, please close this ticket if you don't mind. Thanks.
Sorry, I don't know of a solution. If you are using scoop, try switching to @Ash258's fork, and see if that works for you: ``` call scoop install 7zip git...