Brian Lalonde
Brian Lalonde
I think I may have correlated the problem with our firewall. I'll report back if that turns out to be the problem. It could be that the download URL is...
Confirmed that was my problem.
Similar issue here: winget works fine from my non-elevated account, but then I have to re-authenticate with an elevated account for each machine-scoped install, which sort of defeats the purpose...
I ran @gustavohellwig 's script, but that didn't seem to fix it, while @MichaelNeero 's command did! If I can confirm that adding the source package alone works for someone...
"Cred" can [show up in](https://onelook.com/?w=*cred*&loc=scworef&scwo=1&sswo=1&ls=a) "creditworthiness", "accreditations', "credibility", "credo", &c, so that may be too broad.
I didn't mean to imply that those words should be excluded, just that `cred` matches too many irrelevant words. If `cred` can be narrowed to `cred` and `creds`, or just...
Yes, I excluding/suppressing is what I meant, but I'd like to keep using it. It's a good rule that has simply overextended its reach. Working in finance, `cred` is just...
My current workaround: Get-GitHubIterations.ps1 ```ps1 #Requires -Version 7 [CmdletBinding()] Param( # The integer ID, visible in the URL of the project. [Parameter(Position=0,Mandatory=$true)][int] $ProjectId ) # presumes the gh command is...
@andyfeller Thanks! To be honest, it had never occurred to me that multiple iteration fields were even supported! I guess my approach would at least require an additional parameter to...
A lot of times, it deals with mapping the fields from one API's properties to another. There isn't generally enough business logic defined around it that I would think about...