Nick Pope

Results 169 comments of Nick Pope

@bmrobin I'm afraid that we're waiting on @sobolevn to cut a release when he's ready - I'm only a contributor to the project, not a member with the ability to...

> I still observe this in django-stubs 5.2.1 when an enum is aliased inside a class @psagers I'm unable to reproduce this. Can you try adding it to `tests/assert_type/db/models/test_enums.py` in...

> Sorry, my previous example was illustrative; here's an actual repro: Nice find 🙌🏻 And there was I thinking I'd caught them all! Will work on a fix.

Thanks Simon. I'll look into deprecating all these things next week 👍🏻 I did think we'd need to take that approach, but was first seeing whether it was all viable!

Would love #17371, #17376, and #17382 if possible.

Bisected to 8eeed9b3ba1839b5c57821f29743d84fdc1806de.

Quick drive-by comment: Does `|` already work, e.g. `QueryDict() | QueryDict()`, or does that also need supporting?

I fear this is about to become even more non-viable. In mypy 1.17 or 1.18 various options related to the formatting of types in errors are going to be obsolete....

Unfortunately I haven't had a chance to have a look at this yet. Life. > I wish there was a way to add conditionals like `if CURRENT_TYPE_CHECKER != "mypy":` to...