David Salvisberg
David Salvisberg
I need to test several functions involving a custom webhook created by my bot to send messages with a custom username and avatar. (It syncs messages with an external webchat)....
Alright I've worked a bit on this and rewrote it a couple of times and I think it's in a presentable state now. If it doesn't know the controller it...
**Bug Report** The enum metaclass will skip callables so that defining methods on an enum still works. This introduces a subtle logic error that won't be caught be mypy. If...
Currently `Serializer.dumps` has an ambiguous return type (`str | bytes`) due to how the Serializer determines its own return type in `__init__` however for some of the derived classes such...
This adds the final little bibs and bobs that were still missing. I'll readily admit I went a little bit insane writing the stubs for `webob.dec.wsgify`, so reviewing this one...
This addresses one of the FIXME comments (and a stubtest_allowlist entry) in types-uWSGI --- Deferral reason: https://github.com/google/pytype/issues/1525
See https://discuss.python.org/t/add-an-else-clause-to-with-statements-to-detect-early-termination/38031 for related discussion.
Second part of the gevent changes, that cannot be merged yet. Requires `TypeVarTuple` in a generic class to stop crashing pytype. --- Deferral reason: https://github.com/google/pytype/issues/1525
Another place where I previously used `ParamSpec` as a band aid solution. Requires `TypeVarTuple` in a generic class to stop crashing pytype. --- Deferral reason: https://github.com/google/pytype/issues/1525
* safety version: >=2.3.0 * Python version: Any * Operating System: Any ### Description The Releases on GitHub for all >=2.3.0 don't contain the binaries you are building on the...