Jeff Hicks

Results 162 comments of Jeff Hicks
trafficstars

Assigned to the Cmdlet working group to review

I just updated to module v 1.7.10661 and can confirm this bug. If I run `Get-WingetPackage -source winget` I expect to see only winget sourced packages, but I see everything....

You should make this as easy for the user as possible. Don't force them to know the technical details. Give them an easy to use parameter that accepts pipeline input...

You don't need a parameter that accepts a hashtable. That's what splatting is for.

Don't commingle the design considerations of a DSC resource with a PowerShell commands. They are very distinct in their requirements.

I'd approach this in a more granular approach. First, how likely is the user going to need to change the Schema value? I also thing the default behavior is always...

Actually, I'd have to think a bit further on the experimental features cmdlet because I would need a way to turn something off and I don't like parameters that take...

I am doing something similar with [Get-WGPackage](https://bit.ly/3jQh9MH) from my WingetTools module. ```powershell PS C:\> get-wgpackage -id WestWind.MarkdownMonster | select * Moniker : markdown-monster Description : MarkdownMonster A powerful, yet easy...