Kitsu

Results 70 comments of Kitsu

Ok, here even more detailed case that also reproduces on master and latest release: 1. Put cursor in the beginning [of the file](https://github.com/helix-editor/helix/issues/7273#issuecomment-1651997058) 2. Then paste `абвгдежзийклмнопрстуфхцчшщъыьэюя` 3. Add new...

I managed to add a client "by hand" which is really awkward, since you need to maintain all the changes. I successfully added an Android device with the installed official...

Would be really cool if the config could also be set via environments so no need to recompile.

Yeah, that's a good one. Also I would expect the following behavior: - envs are used even if no config is passed explicitly; - then if certain env value is...

> Could you explain the use case a bit more? What is the problem caused by auto-advancing mocked time, and why not just disable time mocking entirely? Although the behavior...

You could override one of the [xdg envs](https://wiki.archlinux.org/title/XDG_Base_Directory) `XDG_DATA_HOME`/`XDG_DATA_DIRS` for `~/.nix-profile/share`.

I don't use Void myself so the package won't be maintained and will likely be broken eventually. Feel free to make it yourself based on Arch versions: [binary](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yofi-bin), or [from...

Doesn't seem very intuitive behavior imo. How to distinguish this case from "there's no items" (e.g for binapps no binaries)?

Thanks, that's indeed a bug of extracting the icon lookup crate, see https://github.com/l4l/freedesktop-icon-lookup/issues/1

Could be so, I don't use flake myself so it might be out of date. But notify-send should not be a problem, its result code is not used anywhere: https://github.com/l4l/yofi/blob/c0ca3365a702e7a2852a801ca357df5eb87d0cf9/src/main.rs#L274-L282