FirelightFlagboy

Results 146 issues of FirelightFlagboy

### Version 2.9.2 ### What platforms you were running our software when the bug happened ? Linux ### What happened ? The date in parsec are displayed in the wrong...

C-Bug
A-Linux
A-MacOS
v2

Sometimes installing poetry fail, but we don't have any trace. Here we will dump the log file generated during the installation, Thus allowing use to report error if needed.

enhancement
ci

Set the clippy flag `undocumented_unsafe_block` to deny. Thus it require us to document unsafe block to explain: > Why the unsafe block is OK here. To simplify the development, you...

- Enable `mypy` check on `core.cli`. - Correct some typos. - Update some test according to the new typing.

enhancement
python

https://rust-lang.github.io/rust-clippy/master/index.html#undocumented_unsafe_blocks

enhancement
rust

Implementing `os.PathLike` for `FSPath` would simplify the typing when we use the `FSPath` in `trio.Path` or `Open`

enhancement
python