Emmanuel Leblond

Results 177 comments of Emmanuel Leblond

must wait for https://github.com/pallets/quart/issues/174 to be fixed

@FirelightFlagboy we must wait for quart 0.18.1 now ;-)

timeout on new device bind seems very much like the MacOS VM behind just too slow for the 1s timeout :'(

After a quick loop at PyQt source code responsible to return the pyqtsignal bounded with the `QWidget` instance, it seems that the `PyObject` wrapping the C++ `QWidget` doesn't get it...

another one: https://github.com/Scille/parsec-cloud/runs/8068077649?check_suite_focus=true ``` tests/core/gui/test_main_window.py::test_link_claim_device[True] PASSED [ 27%] Fatal Python error: Segmentation fault Thread 0x00007f5512ffe700 (most recent call first): File "/home/runner/.cache/pypoetry/virtualenvs/parsec-cloud-dZ-E5qY_-py3.9/lib/python3.9/site-packages/trio/_core/_thread_cache.py", line 74 in _work File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/threading.py", line 917 in...

The idea is to have a minimum components rewritten in Rust but considered not ready for production. Obviously this is not the case currently given we have no Rust in...

``` $ py.test tests/core/fs/test_sequester.py::test_userfs_sequester_sync --postgresql Creating PostgreSQL cluster... PostgreSQL url: postgresql://postgres@localhost:64514/postgres =============================================================================== test session starts ================================================================================ platform linux -- Python 3.9.10, pytest-7.1.2, pluggy-1.0.0 PyQt5 5.15.7 -- Qt runtime 5.15.2 --...

@FirelightFlagboy I think our current system is good enough, no need to go further with pyoxidizer (especially given the test we did showed it is not mature enough for our...

Hi @TheBricktop You are talking about Godot editor, so you know there is multiple way Godot run a project: - Godot running the game (i.e. calling something like `godot --path...