Bastien
Bastien
Hello, not sure if it is the right place, This topic https://stackoverflow.com/questions/63477276/add-qstyles-to-pyqt5 led me here. So I downloaded binary files for Linux but there isnt gtk2 theme. On github repo...
EDIT: After some discussions (see bellow), this is a non complete list of tasks to do. It is inspired from official design guidelines. There is a short design guideline below...
Hello @m3nu , The proposition I want to submit is just a proposition and I didnt started to code anything. Even if we started to code this, we need a...
Hello, Why not add a keepalive 32 for example in the nginx configuration : https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html . In the nginx doc, it is advised for performance issue : https://www.nginx.com/blog/tuning-nginx/ : ```nginx...
**Do you want to request a *feature* or report a *bug*?** Hello, I have Nextcloud 19.0.5 with Onlyoffice Document Server and there is a bug with versioning **What is the...
Should close https://github.com/sertit/eoreader/issues/109
Hello, The setup.py file is deprecated. We should use pyproject.toml file instead.
Hello @remi-braun, The git history is pretty heavier (almost 300 Mo). By analyzing the git repo, I noticed that some files should never have been pushed. But it's up to...
Hello, I have rewritten the setup.py into pyproject.toml. The build result is exactly the same. However: 1. I have removed the licence keyword since it is not needed thanks to...
Hey, I noticed that this project use setup.py. But this format is not the preferred format anymore for a python project : https://peps.python.org/pep-0518/ . I can open a pull request...