cbsrobot

Results 5 comments of cbsrobot

Thanks for working on this. I think it would be very useful to integrate the sws extensions as well: https://github.com/reaper-oss/sws

for the fixedheader layout the dropdown function should have a little delay ```javascript $(function() { window.IsTouchDevice = false; window.addEventListener('touchstart', function onFirstTouch() { window.IsTouchDevice = true; window.removeEventListener('touchstart', onFirstTouch, false); }, false);...

I have _probably_ the same Problem on Rocky Linux 9 with a NVIDIA card. If it's not related, please let me know. here is my output: ``` flatpak run --command=sh...

I have a Nvidia GPU with the proprietary driver: NVIDIA-SMI 545.23.08 ``` $ flatpak run --command=bottles-cli com.usebottles.bottles info health-check 20:03:27 (ERROR) Unable to load libGLX_nvidia.so.0 20:03:27 (WARNING) Unable to locate...

After digging a bit deeper it seems Nvidia CUDA team released version 545.23.08, but the official version is 545.23.06 and flatpak uses the official version. After pinning the Nvidia driver...