Peter Law

Results 136 comments of Peter Law

Headers should be sorted as of #200. I think the fix `value`s and `key`s which are `bytes` is that we should be passing `bytes` all through the system, with serialisation...

Intriguingly in Python there's already support for triple-quoted strings which are docstrings, but not for stand-alone triple-quoted strings: ``` python def func(): """ words words words words words words. """...

Thanks for the interest. The associated PR _may_ work, however it hasn't been compared to either the library or Kafka's internal behaviours yet -- hence it being in draft. Unfortunately...

Removing the `Self` annotations (both on `self` and the return) and either adding `-> Builder` or leaving that empty feel like they should work here, both in ipython and in...

I believe `Self` is not supported yet.