SjoerdV
SjoerdV
> @SjoerdV I completely agree as I had to deal with this with ~15 mounts controled by autofs (again in a corporate environment). It worked but every powershell process startup...
Update: I did find a workaround that might work for some, so I thought I would share... It involves sandboxing the pwsh process with **firejail** and disallowing it to read...
> In 7.4, we've made a change to not implicitly look at network drives that are in PSModulePath. Please try that and see if that resolves your issue. Thanks for...
> It should work when you use `initramfs-tools` to have a larger set if block device/controller/fs related drivers added to the initramfs: > > ```sh > > apt install initramfs-tools...
for me, above suggestions did not fix it (still having mpv hang on window resize with error `[vo/gpu-next/libplacebo] vkQueueSubmit: VK_ERROR_DEVICE_LOST (../src/vulkan/command.c:390)`): ``` vulkan-queue-count=1 swapchain-depth=1 ``` nvidia driver version: ``` Fri...
I had the same issue as @VVD (not hearing one specific person on a call) Then I noticed the message 'OC.requestToken changed ' and suddenly I could hear that person...
@Cat-Lady with the [patch](https://github.com/illnyang/nvlax/issues/11#issuecomment-1034079793) applied you need to build with version 12 of GCC compiler (you need to have those installed as well) `CC=/usr/bin/gcc-12 CXX=/usr/bin/g++-12 cmake ..` followed by `make`...
As a great fan of 'folder browsing' shouldn't we at least have an option that prevents 'flattening' the folder structure when only one video is present in a folder? This...
Still an issue please re-open
@xulongwu4 , This irked me as well. The fix is as follows: add this css rule (or you could just use a fixed, lighter color) `color: var(--nordic-inactive-tabbar-tab-color);` to this line...