SunnyOd

Results 15 comments of SunnyOd

> @SunnyOd can you provide the dataview and obsidian version and operating system you are using? > ### DQL Sure... I'm on: - Fedora Linux (i3 Spin): 5.18.16-200.fc36.x86_64 - Obsidian:...

I'm using playerctl to skip forwards/backwards 10s/5s using this sxhkd entry: #MEDIA Controls - Browsers alt + shift + {space,comma,period} playerctl -p firefox,com.brave.Browser,chrome {play-pause,position 5-,position 10+} `position` works perfectly in...

Hi. I tried using i3-resurrect to save workspace-groups layouts, etc. but looks like it by default wants to save traditional i3 layouts instead. Is there an option I need to...

Hi @infokiller I think the issue was around resurrect not remembering the name of groups/workspaces and when I was restoring the workspaces it would restore id numbers, but don't hold...

> Thanks for the kind words @SunnyOd Once #31 and #34 are fixed, I believe your issues will be resolved and I'll update this issue accordingly Awesome, much appreciated!

Exactly same issue here. Using 3090, on nobara with latest kernel and nvidia 550 driver, ALVE v206.1 AppImage and quest 3. Using the latest steamvr beta I'm getting the same...

Same issue here. ctrl+tab has no bindings and space adds a space (after i checked setting on)

Tried this too and the accuracy seems to have improved significantly. Thanks for sharing

Getting the same error here too. I'm using `ollama` with `litellm` and `code-llama` I've tried to update the `config.yaml` to tell it the location of the bash binary and also...

Thanks @Notnaton. I normally run `interpreter` via a shell script so it sets up the conda environment, etc. The script was prefixed with `#!/bin/bash` before so I changed it to...