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-dsc
Nor am I buddy. The thing is, DSC doesn't know the scope; WinGet does. We don't have a property for it. It is only 3 locations it iterates through, and if it finds one, it returns it. What do you t...
Gijsreyn created a review comment on a pull request on microsoft/winget-dsc
The reason for the check is that we've seen cases where Wow6432Node is present. Also, the code in the VSCode repo says it: ![image](https://github.com/user-attachments/assets/95dd01e8-363c-4779-...
Gijsreyn created a comment on a pull request on microsoft/winget-cli-restsource
I could have looked a bit further, @yao-msft; thanks a lot for the change and time!
Gijsreyn created a review comment on a pull request on microsoft/winget-cli-restsource
I think there are ;). Same would be for Az. Performance with Install-PSResource is way faster compared to Install-Module. ![image](https://github.com/user-attachments/assets/a46328f2-85ec-4dff-b...
Gijsreyn created a review comment on a pull request on microsoft/winget-cli-restsource
If they have the `Microsoft.PowerShell.PSResourceGet` module installed, yes. Otherwise, you can give both options something like: ```powershell # Using Windows PowerShell PS C:\> Install-Modul...
Gijsreyn opened a pull request on microsoft/winget-cli-restsource
Follow Azure naming convention
This PR follows the Azure naming convention from: https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations I already loved the work that...Gijsreyn created a branch on Gijsreyn/winget-cli-restsource
azure-naming-convention - This project aims to provide a reference implementation for creating a REST based package source for the winget client.
Gijsreyn created a review comment on a pull request on microsoft/winget-cli-restsource
Do the same for this. Using Install-PSResource over Install-Module for Az is way faster :)
Gijsreyn created a comment on an issue on microsoft/winget-cli-restsource
Perhaps an idea @denelon, you can have a quick chat with Sydney to upload it to MAR?
Gijsreyn created a comment on an issue on microsoft/winget-cli-restsource
FYI. Just manually modified the module file. When adding `-Async` without timeout, it didn't work. Adding `-Timeout 30000` did the trick.
Gijsreyn opened an issue on microsoft/winget-cli-restsource
New-WinGetSource fails to publish Azure Web App
### Brief description of your issue I noticed the `Microsoft.WinGet.RestSource` just being released yesterday, so I was eager to try it out. When running the `New-WinGetSource`, it throws an error...Gijsreyn created a comment on an issue on microsoft/winget-cli
I'll try to give it a shot in the upcoming days, thanks for the heads-up. Was already expecting it to put it in the enterprise security section.
Gijsreyn created a review comment on a pull request on microsoft/winget-cli-restsource
Perhaps if the PowerShell module requires a minimum version of 7.4 to run, we can switch it to Install-PSResource, as it is built-in with this version :)
Gijsreyn created a comment on an issue on microsoft/winget-cli
Yippie! Thanks @florelis
Gijsreyn created a comment on an issue on microsoft/winget-cli
Let me know if you want me to write something @denelon. I would need some pointers do, share your ideas if you have them ;)
Gijsreyn created a review comment on a pull request on microsoft/winget-pkgs
Oops, I assumed the previous commitment to point it toward 1.1.0. Thanks for the sharp eyes, @aisgbnok
Gijsreyn created a comment on a pull request on microsoft/winget-pkgs
@denelon Same for this one :)
Gijsreyn opened a pull request on microsoft/winget-pkgs
Resolve dead links
Checklist for Pull Requests - [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [ ] Is there a linked Issue? Manifests - [...Gijsreyn created a branch on Gijsreyn/winget-pkgs
dead-links - The Microsoft community Windows Package Manager manifest repository