Results 716 comments of Alexander Batischev

You can't because it's not configurable. But I think what you describe should be the default behaviour, so I filed #2093 to remember about it.

@allanwind Is it merely confusing, or does it prevent you from fixing #1715? In principle, this refactoring *could* be implemented today, if someone is willing to put in the work....

> that they model the wrong thing, or simply that we do too much (i.e. non-important performance issue is now turning into a defect due to #1715). Invalidation is definitely...

#61 unearthed a new constraint: Feedly issues OAuth tokens for apps, not users, so we can't bake them into our code like we do with Inoreader. Just something to keep...

Thank you for the heads-up! The situation looks similar to Feedly: we can't embed secret tokens because the code is open, and nobody wants to operate a proxy that would...

They embed secrets in the code: https://gitlab.com/news-flash/news_flash/-/blob/3de1cd46bcef56085a51374c86428f391d5704a7/src/feed_api_implementations/inoreader/oauth.rs#L16-17 =\ We used to do the same thing with Inoreader (with ClientLogin credentials), but moved away from this approach because of the rate...

Oops, I never updated this issue when I got a response from Inoreader! They did answer within 3 days as promised. I'm not sure I am allowed to quote in...

Thanks for the report! Indeed, right now the format is essentially hard-coded: https://github.com/newsboat/newsboat/blob/c783cb454622e75b1d9bb1bf6401bcb7cd37618c/src/rssitem.cpp#L125-L128 It's annotated for i18n, so different locales might have different formats, but there's no way for the...

@realtime-neil It is, but we don't do any sort of planning, so I can't give you an ETA. It will be impemented once someone takes the time to implement it.

Makes sense! I'd merge a PR which adds this :) (Attribute name would be subject to bikeshedding. I don't like "fallback"; the only alternative I can think of is "transparent",...