Arimil
Arimil
I tried using a member variable like so: ```cpp if (!configuredDevice.isEmpty() && configuredDevice != "Default") { delete m_OutputDevice; QByteArray utf8Data = configuredDevice.toUtf8(); m_OutputDevice = new char[utf8Data.size() + 1]; std::copy(utf8Data.constData(), utf8Data.constData()...
It looks like this was an upstream bug in SDL that was resolved here: https://github.com/libsdl-org/sdl2-compat/issues/367 So selecting audio devices in moonlight is no longer needed.
This is especially noticeable once you have the pocket waystone, on our server everyone has started naming their bases in such a way that they are sorted near the top...
I was having issues with this even when quoting the credential manager path, git would show an error saying that `C:/Program` could not be run. If this happens to anyone...
I'm on CachyOS and autoload is working for me. It's also worth mentioning that I don't have the file mentioned in your log at all. ``` /etc/systemd/system/input-remapper.service.d/autoload.conf ```
This is what I have for autoload: > /etc/xdg/autostart/input-remapper-autoload.desktop ``` ❯ cat input-remapper-autoload.desktop [Desktop Entry] Type=Application Exec=bash -c "input-remapper-control --command stop-all && input-remapper-control --command autoload" Name=input-remapper-autoload Icon=input-remapper Comment=Starts injecting all...
CC: https://github.com/jellyfin/jellyfin-web/issues/4866
[m3u8.zip](https://github.com/user-attachments/files/19655381/m3u8.zip) Here's the two relevant m3u8, I also sent you a dm on slack.
I don't think repeat is what they'd be looking for in this case, while it would work they would still have to mash the button, they would just get multiple...
Hmm, I've found a workaround for this, it seems that if you: 1. disable the doki theme plugin 2. restart your editor 3. set your zoom level to the desired...