reinux
reinux
Is there a chance this can be addressed? You don't even need to call from another language for this to be a problem: ```fsharp type Animal = abstract member Name:...
> Otherwise, it's equivalent to doing something like this — which compiles, but which likewise fails at runtime, because each type's `IComparable` implementation has no sensible way to give a...
I might be missing something, but I'm not sure why something like c) wouldn't be the best approach. I think apples and oranges *can* be meaningfully compared -- just that...
Could it have something to do with WSL being enabled? Edit: spoke too soon, crashed with WSL disabled. Edit 2: also not related to SMB in my case.
Somewhat related question: is `params` ever going to be used? Could the warning be made context-aware the way `value` is in C#? I'm probably not alone in finding myself wanting...
So far: - Windows AMD is okay, though Terra Firma still runs rather slowly - AMD Linux still showing symptoms - Nvidia Linux null ref exception on startup again with...
The environment variable that did it was `QT_WAYLAND_DISABLE_WINDOWDECORATION=0` (i.e. disabling it). It's disabled now, so it's something else this time. That said, I agree that unless there are other users...
Just set up my system to make it easier to switch between X and Wayland, and tested on KDE on X11 on AMD. Same problem. So it's not a Wayland...
Could you do me a favor and check which driver/OpenGL version Ubuntu is running? I wonder if I may need to roll back to a specific version.
Success on nvidia 560.35.03! Two changes: - libx11 needs to be brought in explicitly on both Wayland and X (surprisingly not the case on AMD) - Need to use the...