Flor Chacón
Flor Chacón
Looking at the ARP on my machine, it seems that apps installed by Steam all have a product code like "Steam App [numerical ID]". So we could potentially detect that...
I think for cases where it depends on whether it runs as admin or not, we could set elevationRequirement=elevationProhibited for user scope and elevationRequirement=requiresElevation for machine scope; then enlighten winget...
> The ".appinstaller" extension is just remnants of earlier iterations of the "MSIX" package format. I'm assuming @denelon got `.appinstaller` confused with `.appx`? AFAIK `.appinstaller` is still alive --- It...
Sounds like an error is thrown when reading the database. Which winget should be more resilient to, or at least show a proper error... If you run with `--verbose-logs`, the...
> is over 7k lines long. I'd be mostly interested in knowing where it is crashing, that should be something we can see with just the last section of the...
I like the idea for `upgrade --all`. I used to use `--exclude` in Portage all the time back when I used Gentoo. Scenarios where this would be useful but pinning...
> Some of the strings are command/argument description. I thought we didn't include period on purpose?  > > Do we want to revisit the strings based on use cases?...
> * Is it any more correct to add periods to lines that aren't technically sentences? Maybe it's not more grammatically correct, but it looks prettier if it's consistent and...
Talked with @johnmcpms offline. For argument descriptions the main priority is to keep them short since the terminal has a limited space, even if it is not perfectly grammatical. I'm...
Marking this as a draft because clearly there are still a lot of strings to fix 😅