Lukas Senionis
Lukas Senionis
Hello, like some other people, I sometimes get an error when closing a device. It's a very rare error on my system, however I managed to catch it and it...
Currently hidapi is not able to close open device handle in a thread-safe manner. This is due to `CancelIo` function being used instead of `CancelIoEx` for closing a win32 device...
## Description New changes allow for Sunshine to control display devices on Windows, such as: - changing display mode (resolution and refresh rate); - activating/deactivating displays; - enabling/disabling HDR; It...
# MoonDeck - Sunshine app generator will now use custom Moonlight executable if selected. - Sunshine app generator now properly escapes hostname and app name. - Exotic hostnames with HTML...
# This is a continuation of the https://github.com/LizardByte/Sunshine/pull/2032 PR after a rebase fiasco... ## Description New changes allow for Sunshine to control display devices on Windows, such as: - changing...
## Description This is one of the first PRs related to https://github.com/LizardByte/Sunshine/pull/2582. The code has been moved to the https://github.com/LizardByte/libdisplaydevice repo and will be coming to Sunshine little by little....
## Description This is a continuation of https://github.com/LizardByte/Sunshine/pull/3417. Moved the code around to remove possible race conditions and bad patterns in general. I tried to not change the logic at...
I would like to use `moonlist list ` cli command in my tool, but the default timeouts are too long if the host is offline. I can terminate moonlight via...
On my linux laptop calling `moonlight --help` results in a crash/coredump after the help is printed. It is caused by `00:00:00 - Qt Warning: QThreadStorage: entry 2 destroyed before end...