Senan Kelly
Senan Kelly
for the meantime i'm just using my shell's "readline" type stuff user experience is not so bad if you use heredocs "
> can also use rlwrap yaegi but i've noticed some weird hangs oh that works really nice. haven't seen any hangs yet. thanks!
> Can someone please show me to how to do this `autocmd CursorHold * lua vim.lsp.util.show_line_diagnostics()` now? have you tried `autocmd CursorHold * lua vim.lsp.diagnostic.show_line_diagnostics()`
@AlexanderHel as a workaround, if you have access to a unix like environment, you could automatically find all Scan folders with for example a folder.png in them. and create a...
thanks Brian!! this looks nice . hoping to have a closer look tomorrow
also interestingly, the likes of jellyfin and plex do filewatching too. i wonder do they have some trick up their sleeve to avoid the limits
just ran again locally and seems to work quite nice :+1: i have some questions also - when starting gonic for the first time, it seems to do a scan...
another QQ, could s.watchMap be replaced by s.watcher.WatchList() ? also regarding the debounce, if you think it's a good idea, hugo do something similar here https://github.com/gohugoio/hugo/blob/master/watcher/batcher.go (found from https://github.com/fsnotify/fsnotify/issues/401 )
> Re: initial scan -- yes, that was deliberate to make sure the library was up to date as we set the watches, but I'm fine with omitting it if...
ah now it has started working for the whole tree copy. though it produces a lot of event. i think if we debounce/batch (maybe something like the hugo example?) it...