Lamparter

Results 281 comments of Lamparter

```diff if (Minimum == Maximum) { - Maximum += Epsilon; + throw new ArgumentException("Maximum and Minimum values cannot be equal."); }

Youch, though I imagine that's because the Windows release ships with the .NET Framework version of IronPython by default.

@valengaro the simple way to fix this is by running the 64-bit version of IronPython 😅 `ipy32.exe` is 32-bit whereas `ipy.exe` is the regular modern version. Hope this helps!

Have you installed the .NET Desktop Runtime and SDK?

This PR isn't ready for review just yet since I am still working on fixing the issue.

Thank you for this change @paulpach!

Sorry, I don't have write access to this specific repo.

Unfortunately not. I can ping the SDK team but I'm afraid that won't warrant a response due to the inactivity of the project.

Hello, the current release in the releases tab has expired. Please use the temporary release at https://github.com/RiversideValley/RiseMediaPlayer/releases/latest until a new one can be published here. Thanks!

I've replaced all the PInvoke code that doesn't rely on pointers and unsafe in #17118 and #17119 I'm still working on replacing code that *does* rely on pointers in #17086,...