Results 731 comments of Alexander Batischev

(A comment to link this to https://github.com/newsboat/newsboat/pull/2364, because this PR seems like a part of that work.)

Also, please run `make fmt` and commit the changes.

Regarding `make fmt`: interesting! What version of Artistic Style are you using? Our CI [runs 3.1-r4 from Alpine](https://github.com/newsboat/newsboat/blob/c920d83a9c9512a086e33014c8eb286d734f3096/docker/code-formatting-tools.dockerfile). Here are a couple options: 1. copy the patch from the failing...

Reproduced the problem with: ``` $ docker run -it --rm --mount type=bind,source=$(pwd),target=/workspace archlinux:base-20240101.0.204074 bash # pacman -Sy make astyle # cd /workspace # make fmt # exit $ git diff...

Thanks! (Auto-merging didn't work because I recently made FreeBSD 13.3 a required check, whereas this PR is based on a slightly earlier commit that uses FreeBSD 13.2.)

Thanks! (Auto-merging didn't work because I recently made FreeBSD 13.3 a required check, whereas this PR is based on a slightly earlier commit that uses FreeBSD 13.2.)

> The question is should we inspect the Expires header before looking at the other cache headers and updating the RSS feed? Most likely. We can also inspect `Cache-Control` header;...

> I'll shoot them an email as we discussed on IRC, and let's hope they have the time to actually fix this. The info I provided was passed on to...

On IRC, @der-lyse pointed out a few more problems: 1. once the description is updated with this new operation, the next feed reload will change the description back to the...

No problem. Thanks for the work you've already done here! Now the next person will have something to work off. Sorry I fell off the ball a couple months ago...