Will Bond
Will Bond
Wouldn't that involve one more click than just clicking stage for each file?
Thanks for adding addition context and ideas to your request!
There is a constant set in `anim_encoder.py` that limits the resulting png to 10,000 lines. It seems your animation has so much content as to not be able to fit...
It seems encoders like to just drop random string types into Name objects. :-\
Seems this may be related to #246
Can you provide an example of an encoded ASN.1 value that exposes this bug? From my understanding the header can’t end in `0x80` for the DER encoding. See the high...
Posting an example on a different issue isn’t as helpful as posting it on the issue about the bug. My recollection is fuzzy, but I thought the high bit was...
Yeah, so that was most likely the source of the bug in the implementation. https://luca.ntop.org/Teaching/Appunti/asn1.html Confirms the high bit only matters on the first byte.
Could you rebase this on master?
A few things: 1. The code doesn't pass linting 2. purest isn't used on this project 3. The test harness from this project requires specifying a new test class in...