Kim Nielsen
Kim Nielsen
Figured out that it only panics if I do it on a slice of a structure like type t struct { test string } tt []t so its more a...
@davidrjenni Sure .. but I made a smaller example to reproduce: package main import "fmt" type t1 struct { T2List []t2 } type t2 struct { Tname string } func...
I'm actually using both input and output with pipewire
I guess revamp will take a while so I can always use the pulseaudio insted
in 1.4.230 its still grayed out so no
Well using neovim 0.6.0 it seems to load and set the autocmd but it dosn't seem to work .. like the load is done before the default of nvim. I...
since new release it doesn't seem like playground works at all .. tried reinstalling but I still get ```Error detected while processing CursorHold Autocommands for "": Error executing lua callback:...