Kitsu
Kitsu
Fairly poor error-reporting, that probably need to be reviewed and improved. From that trace is indeed hard to guess what's the issue is coming from. Could you launch it with...
Ok, good, so the config itself got found fine: > openat(AT_FDCWD, "/home/kiara/.config/yofi/yofi.config", O_RDONLY|O_CLOEXEC) = 3 There's ENOENT issues with libraries but these seem to have problem to look in unrelated...
For the centered window auto-resize implies "jumping" which should be really annoying. In general it's not really hard to implement and I'd rather prefer `height = "auto"` instead of separate...
Yeah, instant resizing without animation will look terrible. A possible workaround for this one is to have a fixed window offset (`window_offsets` option) but it still won't be smooth
Don't it need a full JS support, to handle dynamic anchors, e.g. for SPA?
Quiet funny that fontdb also fails for the same query. And font-kit is overkill for me, my case is to find a font by its name or otherwise provide a...
Ah, I see. Works fine with the 1.0.0 I leave issue open until fix for newer version is ready, if you don't mind
Hint: one may build a group for all crates within the workspace with cargo-metadata: ```bash WORKSPACE_INCLUDES=$(cargo metadata --offline --format-version 1 | jq -r '.workspace_members[]' | awk '{ print $1 }'...
For me it works as expected, it's not expected to match `xyz` with `xyz::*` (only with `xyz` or `xyz*`). However the case for the following conf: ```toml group_imports = [...
It seems this PR got forgotten, so kind reminder @ytmimi @calebcartwright If anything else you needed from me or have any concerns feel free to ping. If it's better to...