Matt Patterson

Results 12 comments of Matt Patterson

Hey, thanks for this - I'm really inexperienced with the wider Java ecosystem - I've used Gradle through a bit of Android programming, but haven't directly used Maven. I'm not...

@mkristian, coming back to this issue, I have afew questions about how `jar-dependencies` will help here. The problem is that the Saxon core classes (`net.sf.saxon.Configuration`, say) are provided in three...

Logs related to the failure of the initial Windows 11 `winget`: [WinGet-2023-12-12-17-23-51.554.log](https://github.com/microsoft/winget-cli/files/13650996/WinGet-2023-12-12-17-23-51.554.log) [WPM-2023-12-12-14-19-12.715.log](https://github.com/microsoft/winget-cli/files/13651019/WPM-2023-12-12-14-19-12.715.log) [WPM-2023-12-12-17-20-29.341.log](https://github.com/microsoft/winget-cli/files/13651015/WPM-2023-12-12-17-20-29.341.log) Output from `Add-AppxPackage`: ```Powershell PS C:\Users\matt> Add-AppxPackage https://github.com/microsoft/winget-cli/releases/latest/download/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The...

If I install VisualStudio Community 2022 through the Store app, after installation is complete the command line `winget` then functions correctly, so presumably the updated packages are installed in a...

> Based on what I see here, I expect WinGet is failing to update the source due to its inability to connect to the CDN: > > * [P.S.A. Original...

pinging @pobocks - any thoughts / things you want?

Unapprove is fine, IMO. Disapprove means to "have or express an unfavourable opinion". Unapproved means "not officially accepted or sanctioned", and although unapprove as a verb isn't common, disapprove really...

I'd avoid storing just the ID and store the whole URL - I wouldn't be surprised if the URL format doesn't change enough to break your scraper :-( Would something...

I have this issue too. My company's use case is that we want to enable local installation of our wheel by our developers on their machines. We have a python...

Following on from the QTCG meeting of 2023-10-17, I've tried to summarise the discussion about `parse-csv` that ranged much wider. Part of that was discussion of parse functions in general:...