Niek Sanders
Niek Sanders
Using a io.BytesIO() didn't work for me: ``` return lycon.load(io.BytesIO(png_dat)) ``` ```_lycon.PyconError: Assertion Failure: `str` evaluated to false in `string_from_pyobject` (/tmp/pip-install-nv5q896g/lycon/src/lycon/python/interop.cc:322)``` A gross work around is to write to a...
Correction.. only supports 63 keys given signed int64 the way bitwiseFlags is populated.
First off, thank you for writing and sharing this library! It's been incredibly helpful for a little project I'm working on. A wishlist item that relates to the many key...
I did a super-trashy hack implementation of my wishlist item above. Before I invoked EachKey ~3 times per json payload to pull my data. (63 keys per call). Now I...
Very cool. I'm thinking it might be possible to rewrite EachKey to run on top of WalkMap. That would avoid the code duplication issue.