Frédéric Guillot

Results 133 comments of Frédéric Guillot

The API response (PHP app) should return the correct types in JSON. The Python client doesn't do any processing.

The issue is not specific to the Python client but the JSON returned by the API. Several API procedures returns the data from the database as-is. If I recall correctly,...

Yes, it's a little bit messy, the `last_modified` field could be also a datetime object. The reason is the same as #12. Maybe the Python client could be modified to...

Can you provide some examples of website to test this change?

> feed: https://toutiao.io/daily.xml This website doesn't seem to exist anymore.

This website has Cloudflare bot protection enabled. Even `curl` is blocked. There is not much that can be done in Miniflux itself.

How did you installed Kanboard? The archive doesn't contains this folder. The [archive](https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.20.zip) is directly coming from GitHub. https://github.com/kanboard/kanboard/tree/master/plugins https://github.com/kanboard/kanboard/releases/tag/v1.2.20 This folder could be coming from one of the plugin...

I cannot reproduce this issue. The Docker image for Kanboard v1.2.23 runs with PHP 8.1 without any changes. Testing manually from PHP 8.1 interactive shell: ```bash # php --version PHP...

Your Sqlite DB seems corrupted. Use Postgresql as recommended in the documentation to avoid any locking issue.

What problem does it solve?