Angel Langdon
Angel Langdon
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
**Describe the bug** When I have a `tortoise.models.Model` and then convert it to a `PydanticModel` using the `pydantic_model_creator` function. It raises a `mypy` error because it says that created class...
### Before you start - checklist - [X] I understand that React-PDF does not aim to be a fully-fledged PDF viewer and is only a tool to make one -...
Given the below example ```python >>> from dateparser.search import search_dates >>> search_dates("Validity date: 2021-11-26") ``` It does return `None`, however it should return `[('2021-11-26', datetime.datetime(2021, 11, 26, 0, 0))]`
How to make the text only slide if it overflows?