cathalogue

Results 8 comments of cathalogue

would runinning `auto-cpufreq --live &` work for non systemd distros?

I can reproduce this as well when making a query like: ` secret-tool lookup username `

arboard does not work on my system: Arch Linux + Sway.

simple fix is to not disable `ISIG` on the termios structure: ```diff diff --git a/src/tty.c b/src/tty.c index b8a555d..98c2459 100644 --- a/src/tty.c +++ b/src/tty.c @@ -59,7 +59,7 @@ void tty_init(tty_t *tty,...

Even when I do this: ``` package.preload["blink_cmp_fuzzy"] = require("blink_cmp_fuzzy") ``` It still gives same error?? this is very strange

I think I narrowed the issue down to be here https://github.com/Saghen/blink.cmp/blob/main/lua/blink/cmp/fuzzy/init.lua#L27

Ok so I figured out the issue, ill make a pr that fixes this. Basically the issue is that `package.cpath` is not inherited by the worker, this is fine for...