FirelightFlagboy
FirelightFlagboy
42Checker n'arrive pas a tester les fuite sur printf avec la command leaks voici le fichier que donne 42checker quand il test les leaks sur printf : [myleaks.txt](https://github.com/jgigault/42FileChecker/files/1592901/myleaks.txt)
The test `tests/backend/realm/test_shuffle_roles.py::test_shuffle_roles` is flaky, you can found the log in [17_Hypothesis tests suffle roles.zip](https://github.com/Scille/parsec-cloud/files/9381076/17_Hypothesis.tests.suffle.roles.zip) https://github.com/Scille/parsec-cloud/runs/7915126870?check_suite_focus=true
depends on #2825 closes #2865
Remove `_Py*` classes in `parsec/api/data/manifest.py` like this had been done in #2838
The hypothesis test during the action [2887918745](https://github.com/Scille/parsec-cloud/actions/runs/2887918745) failed because of that. The log trace is contain in [macos-hypothesis-test.zip](https://github.com/Scille/parsec-cloud/files/9380445/macos-hypothesis-test.zip)
With `rust-1.63.0`, the proc macro `pyo3::pyfunction` is triggering the warning `borrow_deref_ref`. There is already a discussion opened - rust-lang/rust-clippy#8971 . And a potential fix for `pyo3` with - Pyo3/pyo3#2503
Sometime `test_current_folder_status_menu` take too much time resulting in `trio.tooSlow` type of error
Can you use [`QLocal::dateTimeFormat`](https://doc.qt.io/qt-6/qlocale.html#dateTimeFormat) ? [`PyQt5 QLocale::dateTimeFormat()`](https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtcore/qlocale.html#dateTimeFormat) _Originally posted by @FirelightFlagboy in https://github.com/Scille/parsec-cloud/pull/2678#discussion_r944297452_
The `macos-10.15` runner will soon be removed (by the end of the month), This change will impact our packaging system for `macos`. We previously tried using a more up to...