Alexandre Alapetite
                                            Alexandre Alapetite
                                        
                                    PHPStan seems to assume that `sscanf()` returns an array of size 1. Since PHPStan 1.7.15 (no problem with 1.7.14). Could be due to https://github.com/phpstan/phpstan-src/pull/1434 ### Code snippet that reproduces the...
Hello, Just FYI, one of your users recently [requested the support](https://github.com/FreshRSS/FreshRSS/issues/4191) of dynamic OPML / reading lists in [FreshRSS](https://freshrss.org/) (an open source news aggregator I am maintaining). I have just...
#fix https://github.com/FreshRSS/FreshRSS/issues/4485 (But it will make existing feeds with bad GUIDs to potentially have unread articles again)
### Discussed in https://github.com/FreshRSS/FreshRSS/discussions/4476 Originally posted by **vincode-io** July 29, 2022 I've noticed that NetNewsWire footnote detection code doesn't work when using a FreshRSS account. It looks like the normal...
PHPStan is an automated scanner, which reports code that could be improved https://phpstan.org We already pass PHPStan level 5 since https://github.com/FreshRSS/FreshRSS/pull/4110 Usage: ```sh # See https://getcomposer.org composer install --prefer-dist composer...
#fix https://github.com/FreshRSS/FreshRSS/issues/4069 Idea to be investigated. Could also be an option, or could be used only when the "sticky" is disabled.
Multi-arch seems to have landed in Docker Hub * https://www.docker.com/blog/multi-platform-docker-builds/ * `--platform` https://docs.docker.com/engine/reference/commandline/build/
Upcoming: https://addyosmani.com/blog/lazy-loading/
https://jsonlines.org/ #fix https://github.com/FreshRSS/FreshRSS/issues/3141 (partially) ```sh cli/export-jsonl-for-user.php --user freshrss | gzip -9 > freshrss.jsonl.gz zcat freshrss.jsonl.gz | jq -c . zcat freshrss.jsonl.gz | cli/import-jsonl-for-user.php --user freshrss ``` Example of JSON Lines...