Kevin Papst

Results 582 comments of Kevin Papst

I am seeing the same issue. But I didn't have the time to investigate. What I can tell you: the setting worked properly in the past. You either had the...

Closing here. If the issue persists, please re-open the issue at https://github.com/FreshRSS/Extensions

Not existing: 🤷 I had Kemai manually installed before. Could it be, that there is some kind of "leftover" from the old one that is now blocking? ![out](https://github.com/AlexandrePTJ/kemai/assets/533162/6757a3e6-294c-4d32-b4f4-2d47db4280d9)

Nope, this directory is also not existing: Any other idea? ```bash brew remove kemai brew install kemai ``` did not change anything...

I think promoting APIs for native apps is essential to reach a broader audience. Especially on iOS its frustrating, I couldn't find any client that supported FreshRSS. Besides the changed...

I struggled with that problem for a while and the solution is simpler. When someone changes a template, you can do this: ```php $twig->enableAutoReload(); $twig->load('@bundle/' . basename($template->getFilename())); $twig->disableAutoReload(); ``` You...

I disagree 😁 Your code shows that you need to have extreme detail knowledge of the internals to solve it otherwise. But hack'ish or not, as long as there is...

There might be circumstances where it doesn't work 🤷 but in all prod environments I tested it works fine with opcache turned on to max cache settings (don't check file...