Oliver Margetts
Oliver Margetts
Adding a subsection with non alphanumeric characters, like `### Don't panic!` generates html like this: ```html Don't panic! ``` but the corresponding entry in the TOC for that page is...
It seems that using `dict` as a parameter name in a function (which I'd consider bad style) breaks ruff's parsing in unexpected ways. In particular the following gives `6:31: F821...
Some folks bypass Chrono altogether and instead use https://github.com/time-rs/time since it has gained a reputation for being more actively maintained. It would be worth exploring whether to make this library...