Clément Schreiner

Results 8 comments of Clément Schreiner

Is there any reason this has not been merged yet? Although I guess you could wait 6 days and add 2022 :)

What's the status of this issue? Do you know how to remove the `__init__.py` code and have not found the time for that yet? Or do you need help to...

Addendum, with celery it would be easy to make the rabbitmq/redis dependency optional and run tasks in the flask process when it is not available.

It seems that flask and werkzeug don't play nice with asyncio, because werkzeug is blocking by design. - https://pgjones.dev/blog/flask-async-quart-sync-2019/ - https://github.com/pallets/werkzeug/issues/1322 That doesn't mean we cannot use custom coroutines/threading/multiprocessing, though.

https://docs.python.org/3/library/concurrent.futures.html#module-concurrent.futures seems to provide what we need here, any opinions? https://flask-executor.readthedocs.io/en/latest/ shows how it could be implemented (not necessarily by using that extension directly)

Same here, for projects using pypi + a company private repository.

Same issue here, both with GNOME 44.2 on Wayland and with i3 on X11. (webkit2gtk-4.0: 2.40.4, tauri: 1.4.1)