Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Gijsreyn created a review comment on a pull request on microsoft/winget-cli
Apologize Kabel. I don't know why I made a boolean for it. I guess I was reading too many settings. Do you mind re-reviewing? I made an enum now.
Gijsreyn created a comment on a pull request on microsoft/winget-cli
Also updated the code quotes in the `settings.md`.
Gijsreyn pushed 1 commit to add-extractmethod-schema Gijsreyn/winget-cli
- Add quotes in settings 6cefead
Gijsreyn created a review comment on a pull request on microsoft/winget-cli
Got it @mdanish-kh.
Gijsreyn opened a pull request on microsoft/winget-cli
Add maxResumes to list
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> - [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [...Gijsreyn created a branch on Gijsreyn/winget-cli
docs-maxResume - WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
Gijsreyn opened a pull request on microsoft/winget-cli
Add missing setting in schema
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> - [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [...Gijsreyn created a branch on Gijsreyn/winget-cli
add-extractmethod-schema - WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
Gijsreyn opened an issue on microsoft/winget-cli
Locale not respected in `winget display`
### Brief description of your issue Maybe this is expected behavior; perhaps it is not. When specifying locale in the settings file as such: ```json { "$schema": "https://aka.ms/winget-settin...Gijsreyn created a review comment on a pull request on PowerShell/DSC
Thanks for the explanation, Andrew. I tried it in the past, and that works. But sometimes, I want only particular modules to be found, with the structure mentioned in this PR and in the test. What ...
Gijsreyn created a comment on a pull request on microsoft/winget-cli
I agree; maybe only introducing `upgradeBehavior` would suffice, as `uninstallBehavior` is already there.
Gijsreyn created a comment on a pull request on microsoft/winget-cli
Thanks for the reply Kaleb. If that's the case, then I would even think of renaming the setting name, as it states `installBehavior`, but that might be a preference and opinion.
Gijsreyn opened a pull request on microsoft/winget-cli
Clarify settings behavior
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> - [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [...Gijsreyn created a branch on Gijsreyn/winget-cli
clarify-settings-install-behavior - WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
Gijsreyn opened a pull request on microsoft/winget-cli
Add default value for `ConfigureBehavior
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> - [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [...Gijsreyn created a branch on Gijsreyn/winget-cli
configure-behavior-default - WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).