Boyko Daniel
Boyko Daniel
I think it's related to vscodium install method, it was a Flatpack package. With the native one, it works fine.
Possible resolution for #28
Works for me also, should be merged. Thanks.
Hi there. I want to share my story. TL;DR: I did it xD I have a bare-metal cluster with `v1.28.2` k8s version. It was set up using `kubeadm`. My goal...
When I'm trying to run action from terminal i got next error: ``` $ yabai -m space --focus 2 cannot focus space due to an error with the scripting-addition. ```...
For me issues was in sudoers: ```sudo vim /private/etc/sudoers.d/yabai``` I found that SHA checksum was changed (for obvious reason), so i did ``` shasum -a 256 $(which yabai) ``` ```...