Tyler
Tyler
This PR adds a [stub file](https://peps.python.org/pep-0484/#stub-files) `anitopy.pyi` to add backwards compatible type-hinting to the public `anitopy.parse` API. @igorcmoura if you are interested in also type-hinting the internal methods, please do...
This is a deal breaker issue for a lot of the people that want to use async2rewrite. **Potential Solutions** - tokenizer module (most likely solution) - Find a way of...
This project does not convert `Message.timestamp` due to the fact that changing all attributes with the name `timestamp` would break `Embed.timestamp`. Some way of type checking the parent attribute for...