Alexis Degrugillier
Alexis Degrugillier
Feel free to reopen if it occurs again.
En fait, il faudrait lier ça à #608. Dans ton cas, tu fais une recherche des articles parus avant une certaine date puis tu marques la sélection comme lue.
Not at the moment. But you can check [this page](https://github.com/FreshRSS/FreshRSS/milestone/46) to see when a date will be announced.
@Alkarex I am trying a different approach. But I have a blank page all the time. And nothing is shown in the log. Do you have any ideas on how...
@Alkarex I can not spot the error. I am trying to generate a cache file with all FreshRss classes and then load it. This will avoid to make IO calls....
I've changed the organization and I've spotted the error!
@Alkarex I think my work is done here. I kept the filesystem search for freshrss classes but I cached it. Now, it is search once and cached. Later, the cached...
@Alkarex I was working on that long overdue PR and I cannot understand why phpstan tests are failing. By branch is up-to-date with the parent branch and the failing tests...
@Alkarex I've refactor the existing code and removed what I have done previously. I extracted the autoload in its own file so we could include it easily in composer or...
@Alkarex I've added the use of the autoloading in the I18n section of the cli tool. We do not need to play around with `include` to make the thing working....