Easton Pillay
Easton Pillay
Yes, but since scoop is designed to work perfectly without admin rights, you can’t have disable Windows Defender as an install step. Is Defender reporting what malware it thinks scoop...
> Add an exception for the Scoop folder in your Defender settings Not a solution, since that requires admin rights. Do you have any other antivirus software besides Defender installed?
How would this work if winget was running non-interactively?
Wildcard dependencies would be interesting, but I'm afraid that if someone added something that fit the wildcard but didn't fit the dependency we could introduce regressions, like if `Eclipse.Adoptium.11.*` was...
Hardlinks and NTFS Junctions (for folders) don't require administrator rights (at least, they don't seem to based on my reading of the docs for mklink): https://docs.microsoft.com/en-us/windows/win32/fileio/hard-links-and-junctions It probably changes a...
Related: https://github.com/microsoft/winget-cli/issues/1474 and https://github.com/microsoft/winget-cli/issues/1929
Can you post the log file from the attempt? Maybe there's an exception happening that isn't showing up on the console for some reason. (`winget --info` to see where your...
I ran it with `--verbose-logs`, the relevant last lines: ``` 2022-03-01 10:58:21.223 [CLI ] Installer hash verified 2022-03-01 10:58:21.432 [CORE] Starting StagePackageAsync operation #1: https://github.com/kiwix/kiwix-js-windows/releases/download/v1.9.2-WikiMed/KiwixWebAppWikiMed_1.9.2.0_AnyCPU.appxbundle 2022-03-01 10:58:21.433 [CORE] Begin waiting...
Found this: https://github.com/tristanpenman/valijson/issues/98 which says that Valijson doesn't support the "format" parts of the JSON schema specs because they are ill-defined. We may need to do this ourselves.
That does look very useful, thanks for letting us know! Do you have an idea of when a release will be cut for Valijson with that support? Whenever that happens...