Charles Milette

Results 519 comments of Charles Milette

The following code gives me the right image: ```cs imageManager.Fetch(Discord.ImageHandle.User(userId, 128), (result, handle) => { var data = imageManager.GetData(handle); // Discord returns BGRA but Bitmap expects RGBA for (int i...

The solution would most likely be to use the [UTF8Encoding class](https://docs.microsoft.com/en-us/dotnet/api/system.text.utf8encoding?view=netcore-3.1) before sending the string.

https://stackoverflow.com/questions/17694860/linker-error-contains-invalid-omf-record

If you want something to uniquely identify a device within a session, you can use DXGI's adapter LUID.

Have you unblocked the executable? Also I'd recommend moving the program to a more permanent location than the Downloads folder.

I'm in the same boat, with a bunch of Windows 10 users. My envisioned plan would be a single package, that when ran on Windows 11 SV2 or older (including...

> Windows 10 will reach EOL in 2 years, 2025. LTSC goes EoL in 2027, while IoT LTSC only goes EoL in 2032. So Windows 10 still needs to be...

Unfortunately I can't use this workaround on my M2 Mac Mini: DDC only works over USB-C, not HDMI :(

Not trying to use it for widgets, just want to clone it.