Erik Moqvist
Erik Moqvist
Maybe `None` should mean that `aiohttp` shall set it to `True / False` based on other request parameters, but if given as `True / False` to `get() / post() /...
I just found out that if `Content-Length` is part of `headers` it will not be chunked in my use case. So this PR is not needed for me personally anymore,...
CLASS and parameterization are not supported. If you are lucky someone (not me) will implement this in the future.
The situation is the same. Feel free to implement support for it.
Please give an example of how you want to use the requested functionality. It makes it lots easier to understand how/if it should be implemented.
I don't have time to think about this now. Sorry.
It's lots of work, but I recently designed [pbtools ](https://github.com/eerimoq/pbtools) which generates C code for Google Protocol Buffers. It supports recursive schemas. The same design could be applied to the...
``` ❯ bpython bpython version 0.18 on top of Python 3.8.10 /usr/bin/python3 >>> b'\x6c\x76\x8a\x88\x40' == b'lv\x8a\x88@' True >>> ```
you can do `b'lv\x8a\x88@'.hex()`, but then it is a string.
Feel free to implement a fix. I don't have time to do so myself.