Stephen Moore

Results 81 comments of Stephen Moore

Given the deprecation warning suggests pkg_resources will be removed november this year, are we able to renew the push for this again? :) ``` lib/python3.12/site-packages/fs/__init__.py:4: UserWarning: pkg_resources is deprecated as...

Without passing on an opinion about this PR, and not at all any kind of blocker, I just wanna take a moment and quietly point out the way I've been...

@sobolevn it's more about saying "I want the concrete models that extend this abstract model". Especially useful when statically you know about more models than are available at runtime. I'll...

I ended up creating that discussion https://github.com/typeddjango/django-stubs/discussions/2452 :)

@quinna-h hello, we've created a support case with datadog and we'll answer those questions via that :)

I would say though that I think the above example should probably only work if the two classes are decorated with `@typing.final` and it does seem the same errors happen...

Ok, that's fine on my end, there's only a few `assert_never` that I would have to change to an Exception in my repo :)