xfzv

Results 171 comments of xfzv

What do you mean by "feed's subtitle?" Feed title + site URL + category name already give enough information in my opinion.

I see. I'm no expert but it seems that not all feeds provide a `` tag though. GitHub / Invidious feeds don't have one for instance.

Can reproduce: ![image](https://github.com/miniflux/v2/assets/78810647/3e228831-d96e-4aa7-a9e5-73e3304fe877) I tried with another RSS reader and could fetch the full content just fine. ```console % miniflux -i Version: v2.1.1 Commit: f109e320 Build Date: 2024-03-25T17:25:35+0100 Go Version:...

Turns out ```console % miniflux -config-dump -c "/etc/miniflux.conf" ``` prints the correct values. Maybe this is the expected behavior? i.e `-config-dump` prints default values and adding `-c, --config-file /path/to/miniflux.conf` prints...

Thank you for the details! I'm using Miniflux on Gentoo / Arch Linux so I went with `miniflux` systemd service + `/etc/miniflux.conf`. That's why I thought the values were not...

Since [2.1.0](https://github.com/miniflux/v2/releases/tag/2.1.0), filters also apply to tags and authors: > Update entry processor to allow blocking/keeping entries by tags and/or authors - https://github.com/miniflux/v2/pull/2269 - https://github.com/miniflux/v2/pull/2324 I've just tried with a...

Same here. @paveloom can confirm that [`lewis6991/gitsigns.nvim`](https://github.com/lewis6991/gitsigns.nvim) refreshes automatically.

@tanvirtin is #331 supposed to fix this with [kdheepak/lazygit.nvim](https://github.com/kdheepak/lazygit.nvim) too? It still doesn't refresh correctly for me after committing some changes via lazygit.nvim.

> Hi, the shaking problem persists in version 2.0.6 on my Windows 10 IoT LTSC 2021 Same here on Linux.

@justchokingaround [fzf 0.43](https://github.com/junegunn/fzf/releases/tag/0.43.0) now supports Kitty image protocol. It works fine but I'm having some issues with the placement. Not sure how to integrate it in my `lessfilter.sh` either, I...