marcintustin
marcintustin
Protocol 3 didn't introduce any new customisation options. Protocol 4 (http://legacy.python.org/dev/peps/pep-3154/) adds two new features: - `__getnewargs_ex__`, which can specify keyword arguments to `__new__`; and - Pickling by `__qualname__` (http://legacy.python.org/dev/peps/pep-3155/)...
A quick edit to bring getServiceNowTimestamps into line with the other methods, and use the configured page size instead of a fixed 10000 This allowed my team to get data...
Adds Kafka 1.1.0 - simple version bump
**Is your feature request related to a problem? Please describe.** I use cube to accelerate an api and related web application. The rest api is a very convenient api to...