Skip to content

Instantly share code, notes, and snippets.

View dklawren's full-sized avatar

David Lawrence dklawren

View GitHub Profile
# Run "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process"
# as admin in PowerShell to allow execution
#Install WinGet
$hasPackageManager = Get-AppPackage -name 'Microsoft.DesktopAppInstaller'
if (!$hasPackageManager -or [version]$hasPackageManager.Version -lt [version]"1.10.0.0") {
"Installing winget Dependencies"
Add-AppxPackage -Path 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx'
$releases_url = 'https://api.github.com/repos/microsoft/winget-cli/releases/latest'
mysql> select distinct bug_id from bugs_activity where who = 546015 and bug_when > '2023-03-09' and fieldid in (24,120) and removed like '%java%Exception%' LIMIT 1000
bug_id
1536505
1646242
1646248
1646250
1646396
1646397
1648121