Sebastian Rittau

Results 518 comments of Sebastian Rittau

@kiranjd I failed to mention that I was using `render()` from @testing-library/react in my example. Maybe that's the difference?

It would be great if we could somehow encode breaking changes in the type stub version numbers, but I unfortunately don't see a good way to do that with the...

We now include the latest type checker version a type package has been tested with in the long description. This is probably the best we can do at this point.

It seems the CLA requirement was dropped, so this issue is now moot.

See #11422 for the type var generics feature tracker.

Type var defaults are now available.

We've switched to use `object` now, where the return value is ignored. `Any` is still useful when the return value is not ignored and can't be expressed.

I think all relevant points have been made. `__eq__`'s standard semantics are to return `bool`. If a library overloads the standard semantics, using `# type: ignore` seems reasonable. It's not...

We should probably upload a manual version of `types-pkg-resources` saying: Don't use this, use `types-setuptools` instead. But keeping it for now is probably the safer option.