FirelightFlagboy
FirelightFlagboy
The test [`libparsec_platform_mountpoint::operations::history::open_file::read_only::kind_2__create_on_existing__`] often fail in CI because it DNF: https://github.com/Scille/parsec-cloud/actions/runs/19959813552/job/57237316861?pr=11841 This only happens on windows [`libparsec_platform_mountpoint::operations::history::open_file::read_only::kind_2__create_on_existing__`]: https://github.com/Scille/parsec-cloud/blob/d0b855819eff00aba24c28ad449fadaafb1af6d2/libparsec/crates/platform_mountpoint/tests/unit/operations/history/open_file.rs#L45
``` [Google Chrome] › tests/e2e/specs/file_editor.spec.ts:44:1 › Check edited file in viewer ─────── [Google Chrome] › tests/e2e/specs/file_editor.spec.ts:169:1 › Check file edited by other user ── ``` - https://github.com/Scille/parsec-cloud/actions/runs/17759481083/job/50469153589 - https://github.com/Scille/parsec-cloud/actions/runs/17759481083/job/50476445087 -...
Before connecting to Parsec-account server using a SSO service, the client should be able to list the configured SSO services supported by the server. Depends on #10280
The following line: https://github.com/orbikm/mkdocs-ezlinks-plugin/blob/508c0d399428f0d7ae596881900aa11baf508526/mkdocs_ezlinks_plugin/plugin.py#L5 Generate the deprecation warning: ``` DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on the `mkdocs` logger get counted...
## Description Currently the plugin does not work when trying to debug workspace member's test. It result in the following error originating from `dap`: ```txt Error on launch: The "program"...
## Description When working on a rust workspace that have test with the same test name it result in the tests sharing the name to also share the same state...