-
Hi,
I love this library, but it is a bit frustrating to interact with it when trying to use typed Python.
I want to know if there is interest in adding type hints, at least to the API.
As an …
-
Typing an attribute in a base class with `ClassVar[Optional[Callable]]` results in a type error even though the typing is seemingly sound.
**To Reproduce**
Playground: https://mypy-play.net/?myp…
-
### Issue Description
When attempting to delete a document using the French prompt, the system requires the user to type "supprimer". However, even after entering the correct text, the delete button …
-
I have a model with a relation that's optional, however when I use $relatedQuery to get the relation, the return type is not optional. I put together a small project to demonstrate!
Snippet from pr…
-
Essentially If I specify the return type, There is something which seems faulty.
```
from typing import Optional
class Response:
def __init__(self, data: str) -> None:
self.res…
-
### Describe the use case
frame exclusion reference: https://www.postgresql.org/docs/current/sql-expressions.html#:~:text=The%20frame_exclusion%20option%20allows%20rows,ordering%20peers%20from%20th…
-
In our agent class, the event handlers look like:
``` python
def task_variant_start(
self,
task_name: typing.Optional[str],
variant_name: typing.Optional[str],
) …
-
* Faker version: 25.0.1
* OS: MacOS 14.4.1 (23E224)
After migrating to version 25+, profiding default value as `Decimal` for `min` or `max` values causes violation
### Steps to reproduce
```…
-
Just installed the latest release `1.1.0`, getting a ton of these when trying to fetch `/contacts`
```
[2024-09-26 19:13:10,912: ERROR/ForkPoolWorker-8] Task integrations.tasks.sync_merge_quickboo…
-
Currently the loading methods (e.g. `audobject.from_yaml_s`) return an instance of `audobject.Object`, causing the loss of specific type information for LSPs and tools like mypy.
It might be a good…