Alex Sarafian
Alex Sarafian
Since I've created this issue I've already taken a look into the code. I understand where the actually dependency type implementation needs to be created but can you provide some...
Notes for the future. The cmdlet that will support this dependency is `Copy-S3Object`. Required parameters are: - the bucket name - the key - target path. Can be file or...
Pull request available #30
Not sure I understand the functional difference between `-Force` and e.g. `-SkipConfirmation` in this context. Since the usage of `-Force` is not persisted, aren't you doing exactly the same with...
Indeed, the `-Force` parameters has two roles 1. Re-Install a module when there is no reason to "update" 2. When there is a reason the "update" accept the untrusted repository....
I believe that the original reason behind the default lack of trust, even for the gallery is the scripting nature of powershell, same as with the requirement for signed scripts...
> Hi! > Same issue to me, work fine for months and suddenly no access to the Watch Later folder > LibreElec 9.2.6 on Raspberry Pi > Kodi 18.9 >...
@belibug honestly I don't remember. Keep in mind there is #27 with small minor bug fix that is blocked because of this. If this works and the appveyor ci works,...
Indeed. The .net team has unofficially declined any further support into WCF and SOAP and have replaced even WCF with gPRC. As of .net3.0, it is possible to load full....
This is an issue in general with powershell. When using plain hashes, you cannot be sure about the sequence of the keys. Try `[ordered]` and you might get improvements. I...