Ilya Etingof
Ilya Etingof
Thank you for rising this! Is it that just instantiation fails or is the failure manifests itself on decoding? What kind of failure is that? If you could provide a...
Thank you for raising this and sorry for the hiccup! I've followed up this issue at [pagure.io](https://pagure.io/freeipa/issue/7685).
Oh,I somehow managed to overlook this issue, sorry for that! I think the second solution offered by @magnuswatn is the good one: encoder.encode(private_key_info, ifNotEmpty=True) Does it solve your issue?
Well, this `TEXTUAL-CONVENTION` does not include `DISPLAY-HINT` clause -- this is the statement that drives human-friendly representation of the values. I came across [this RFC](https://tools.ietf.org/html/rfc6340) on the floats. Though it...
The [description](https://tools.ietf.org/html/rfc2579#page-20) of TEXTUAL-CONVENTION suggests that value interpretation should happen at implementation time. That makes me think that we need to add rfc6340.py module to pysnmp/smi/mibs with hand written code...
Hi Jan, Thank you for digging into the code and profiling the slow spots. I totally support doing something to speed it up! My only concern is if the evil...
> Not too optimistic yet... Your benchmarks look similar to mine! Feels like too many moving parts under the hood... > If you had a set of representative set of...
Great news! Thank you for keep working on that! Does the new implementation exhibit much better performance on the large files compared to the original (string copying) implementation?
A new feature has been added to pyasn1. You need to rebase your work on top of master (or the latest release) to make it functional with pyasn1-modules master. Alternatively,...
Thank you for raising this issue! We should switch to relative importing on the way to Python 2.4-2.5 deprecation.