cstruct opened a new issue, #1817:
URL: https://github.com/apache/iggy/issues/1817
The typings stub has multiple issues that generates a lot of errors on usage.
1. Old version of `pyo3-stub-gen` with multiple bugs
2. Invalid order of attrs on `IggyClient` impl causing:
2.1. Stubs get a `new` method instead of `__new__` not providing typing
for class initialization.
2.2. Stubs do not respect `#(pyos(signature = (...)))` not exposing
configured defaults.
3. `PyIdentifier` is exposed as a Python Enum which is not how it is used,
it should be a Union of `str` and `int`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]