Alexander Batischev
Alexander Batischev
@gilcu3 Does pressing ^L (control-l) fix the problem? If it does, then the issue is with the terminal, ncurses, or tinfo (a database used by ncurses to understand what commands...
I think that changing the `TERM` means the problem is with tinfo, which is maintained by ncurses, so this should be reported to them (https://invisible-island.net/ncurses/ncurses.faq.html#report_bugs). However, it might be useful...
Ah. Thanks for investigating! I wonder if we could "fix" such feeds by inserting namespaces with common names. I.e. after parsing the `rss` tag we could check that: 1. namespace...
Sounds like a good idea. This would let users apply [`download-full-page`](https://newsboat.org/releases/2.32/docs/newsboat.html#download-full-page)` on a case-by-case basis. I think the implementation should be shared, i.e. the keybind should do exactly what the...
I removed "and keybind" from the subject line because I don't yet know if there'll be a default keybind for this. Creating an operation is a good first step though.
A lot of work was done in https://github.com/newsboat/newsboat/pull/2609, but then we ran into some corner cases and the discussion kind of died. If someone wants to work on this, please...
Nice find! I reproduced on ca977d51a0ea9bc08d302d9ce58e424090823a87 by jacking up the key repeat speed in Gnome (Settings → Accessibility → Typing → Repeat keys) and holding down Up and Down while...
There's nothing a user can do about this, sorry. There's been multiple attempts at pinpointing the source of this, and we even squashed some bugs in the process, but the...
The most likely cause is the fact that `RssFeed` keeps `RssItem`s in memory even if the user is not looking at them. There was a suggestion in #887 for all...
I'm ambivalent: I see some merit in their arguments, but I also don't see a real issue to solve here. Let's put this on a back burner. Thanks for bringing...