William Marshall
William Marshall
@dfinke, I've tested 7.6.0 and I can confirm that your fix works when it applies. However, line 137 restricts the fix to situations where a user is retrieving data from...
The Firefox exclusion of VP9 (described in #9552) does not always act as @bt90 describes. If you configure the `preferredCodec; 'VP9'` and `enforcePreferredCoded: true` in the config file, then there...
Looks like the code here is what's holding Firefox back. https://github.com/jitsi/lib-jitsi-meet/blob/3cc1e01027a9a8b23d25959c096f3cc6e9f47ac2/modules/browser/BrowserCapabilities.js#L232-L234 Any word on whether VP9 is going to be enabled on Firefox or not?
I think that's probably to avoid having to change the integrity hash every time RapiDoc is updated. Otherwise we'd have to constantly update the file hash for every example. Also,...
This is a duplicate of #32. The workaround is not to upgrade CsvHelper past version 29.0.0.
Looks like they're having some issues with distribution in general lately. The Microsoft Update version also hasn't been updated since November of 2023 (#21087), so the cause might be a...
I'm expecting you to issue updates for PowerShell via Microsoft Update. Be they automatic updates from 7.2 and 7.3 to 7.4 or silod by minor version like 7.2 and 7.3...
The current version of CsvHelper.Excel is fully supported on .NET6, so long as you [enable System.Drawing.EnableUnixSupport](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only#recommended-action). It's future major versions of .NET that it's incompatible with, as the switch was...
How the `-l` and `--location` options work is defined by the `InstallLocation` field of the [Installer Manifest](https://github.com/microsoft/winget-pkgs/blob/master/doc/manifest/schema/1.1.0/installer.md). As an example of how to get the `-l` and `--location` options working...
@ItzLevvie I'd still consider this an issue better addressed by modifying the manifest files. It's certainly not a bug (as this issue is labled) if winget does not implicitly pickup...