Alex Waygood

Results 901 comments of Alex Waygood

Not yet; see the discussion in #10592

> I'm not sure why October 2024 was mentioned in the title? My best guess is that it's the release of Pillow 11, when [support for Python 3.8 will be...

FWIW, I still think #7771 was the most viable version of the many attempts we've had to fix this, and I'd be interested in seeing a retry of that. It...

Yes, I think the fundamental issue is that it was never really fully specc'd out how `ParamSpec` should interact with methods: https://github.com/python/typing/discussions/946

(Writing from my phone, I have limited access to a laptop with Internet until Tuesday) In general, I think it's fine to tackle issues with these stubs in followup PRs,...

> One idea would be to create a new `METADATA.toml` option e.g. `test_requires = [...]` that's only used in CI and not subject to the strict checks as `requires =...

> It's a mystery to me, why Pyright fails on this file (only with older Pythons)... I didn't even touch it 😄 https://github.com/python/typeshed/pull/13101#issuecomment-2498572819

See also my suggested solution for the pyright issue: https://github.com/python/typeshed/pull/13101#issuecomment-2498615639 (But it should be done in a separate PR to this one)

> Also, if you don't mind, I have an additional question @AlexWaygood : In [one of your commits](https://github.com/python/typeshed/pull/11619/commits/ab3dc6ee96b313feb9c00f08e08dc683195dd0aa), you removed a line with a reference to the `stubs/nanoleafapi` from `pyrightconfig.stricter.json`....