Juno Takano
Juno Takano
I'm also experiencing this on Tridactyl 1.24.0, Firefox 121.0 (Flatpak), on Wayland + Sway. The flickering happens only if scrolling with h/j/k/l, not with the mouse. My `modeindicatormodes` setting: ```json...
I found my way here when trying to understand why I couldn't get a custom theme to work by providing the path to its JSON file. The default `auto` or...
Thank you for your work providing a FOSS ad-free way to track our meds 💟
Maybe some improvement to docs could be helpful here? Say, for installation with `pipx` (given many (most?) OSs will now externally manage the Python environment), I could only get the...
Just had a similar problem due to using this syntax for defining environment variables: ```yaml environment: - FOO: "bar" ``` instead of: ```yaml environment: - FOO=bar ``` which worked fine....
I am trying to understand why my bindings for `select_next` and `select_prev` do not work in these snippet choice modes, is this issue related to that? With, ```lua keymap =...
After some more looking into this, turns out Blink has nothing to do with it and what I needed was to rebind nvim's own bindings for pum selection. For anyone...
Thank you for the quick response. I'm sad to hear that, as it seemed otherwise like the superior choice over any other add-on. The Linux Mint test was on a...
@SkyOps117 this does not seem to make a difference on my end. I can still reproduce this, namely on the zsh website as shown in the videos. It's not 100%...
For those landing here out of concern with `data.mdb` taking up gigabytes of space, consider starting nheko with `nheko --compact`, which, as per the `--help` output: ``` -C, --compact Recompacts...