Adam Johnson
Adam Johnson
> I've added a print-out of the webpage in a `docs/` folder. Just in case that it disappears from the internet (have had too many references disappear that way). Please...
Tests are passing but Codecov is failing to upload: ``` [2024-05-09T10:11:52.172Z] ['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the...
Adding a `CastArray` database function sounds like a good idea 👍 Please make sure your PR includes docs, a release note, and tests.
Correct. It looks like the annotation should probably be just `Any`, as per the superclass: https://github.com/typeddjango/django-stubs/blob/2cb9c832e97ea5a73d11596696effaab065dff94/django-stubs/db/models/aggregates.pyi#L11 . Do you agree? If so, could you open a PR?
The unpacking of a `ResolverMatch` works only through `__getitem__`, but it seems that Mypy doesn't understand this. I think we should restore the `__iter__` method for the time being, and...
``` whethre -> whether ```
``` comparisions -> comparisons ```
I believe this was fixed in #13, just there has been no release since.
#357 was a fresh dupe from @maxschulz-COL. If anyone wants to rebase #274 and finish it off (docs, changelog, more tests), that would get this moving.