James Groom

Results 254 comments of James Groom

If you want another use-case: I'm writing a daemon which periodically checks the audio graph of an (external) [PipeWire](https://pipewire.org) daemon, and creates or deletes links based on a user-defined ruleset....

Ah, it's not just me then. BizHawk was also affected by this `System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.` (this is...

Unfortunately `0.30.0` doesn't fix our problem, the same exception is thrown, again only by CI builds. Shall I open a new issue?

Figured it out. When I forced `System.Runtime.CompilerServices.Unsafe = 4.5.3` it didn't work because that's outside the lower bound `>= 5.0.0` inherited via `SharpCompress`. By simply forcing it *up* to `5.0.0`,...

I'm getting this on *every dir* when using `FolderBrowserDialog` (I now have Mono 6.12.0.151, built from source w/ [Nix](https://nixos.org)). I'd patch it, but... where is the source? Clearly [this](https://github.com/mono/mono/blob/mono-6.12.0.151/mcs/class/corlib/System.IO/FileSystemInfo.NotSupported.cs) could...

I've had a report of what I believe is this same issue, though it comes from `CreateKeyboardDriver` instead of `CreateMouseDriver`. I created [this repro project](https://gitlab.com/YoshiRulz/opentk-3-crash-repro) from our EmuHawk application. When...

Yes. If you weren't aware, .NET Framework 4.8 (the latest) can't consume .NET Standard 2.1 assemblies. We're trying to gradually port our app to .NET 6 which means moving as...

Many reasons, which are listed in the linked Issue above. With great effort we could probably replace all the libraries at once, at the cost of losing Linux support and...

By the wontfix label I assume you don't want me to PR [my branch](https://github.com/YoshiRulz/SharpAudio/tree/netstandard20) which resolves this (with a hack). --- If you can help us switch to Veldrid I'd...

For those out of the loop: > BlastEm is an open source, higly accurate emulator for the Genesis/Megadrive that runs on modest hardware. It is the first emulator to properly...