Jakub Cerny
Jakub Cerny
Very likely, this is related to https://github.com/vitejs/vite/issues/7651 - Vite SASS processor is unable to peoperly rebase `url()` when there are variables in it (if I understand correctly). So move from...
I am still seeing the same erratic behavior, even after upgrading to 1.10.5
I can confirm this. I just installed the plugin on a new M2 macbook and after install, it was not loaded. After manually moving the folder `/Library/Application Support/obs-studio/plugins` into the...
Why is the ruby requirement so high? After patching the Gemfile.lock and adding `PLATFORMS x86_64-linux` I was able to install it on bullseye and it runs on ruby 2.7.4 just...
I think the `scrollTop: target.offset().top` line should be `scrollTop: $(target).offset().top` That should help you.