FirelightFlagboy
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...
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.
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.
https://rust-lang.github.io/rust-clippy/master/index.html#undocumented_unsafe_blocks
Implementing `os.PathLike` for `FSPath` would simplify the typing when we use the `FSPath` in `trio.Path` or `Open`