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...
`pip install httptools==0.6.4` fails under pypy3.11 with the log output below. The issue is the Cython generated C files bundled with the release in pypi, similar to this [one for...
# Problem Newer python packages do not provide a License field in their metadata, only License-Expression. This means they show up as having "unknown" license when using LicenseFinder. An example...
Draft: this allows explicitly setting a quantity (e.g. a rate) as a dimenensionless number by not providing a currency_code Previously we have insisted every contribution_amount be accompanied by a currency...
This is the final part of https://github.com/SuadeLabs/fire/issues/461 Since the changes are backwards-incompatible we need to delay merging this until we want a breaking release. To remove: ANG, CUC, HRK, SLL,...
We need to add the following ISO4217 changes to the schemas (consult https://en.wikipedia.org/wiki/ISO_4217 for details): - CUC (Cuban Convertible Peso) redenominated to CUP in 2021 - SLL (Siera Leoneon Leone)...