Cristiano Coelho
Cristiano Coelho
https://github.com/pmaupin/pdfrw/blob/master/pdfrw/pdfreader.py#L507 lines = fdata.lstrip().splitlines() that will do the whole pdf (that is loaded into memory as a single string) to be copied once for lstrip and then once again for...
Sorry I forgot to mention that I'm working with python 2.7. I agree that the code shouldn't be changed if it gets too ugly or error prone, what I wrote...
Those are really good times by the way, even with the massive memory footprint.
I wouldn't mind encryption being available only for OOXML files :)
I would love this feature as well, ujson is still faster than python's json even after 2.7 which moved into C code. What I don't know, if enabling custom encoders...
Thanks, that clarifies it. The component is quite nice honestly, and sadly I don't see myself migrating to material-ui 1.x anytime soon since it's a pain in the neck to...
Did you ever fix this? I'm having the same issue when using superselect inside a dialog component from material-ui 3.x (note that I still keep 0.2.x for this component)
Any updates on this? I'm planning on migrating my own code to material-ui latest version but I think I can't do it until this component also updates.
Thanks @TarikHuber; however, I need more than just the basic features of a select field (multi select with checkboxes for example)
@TarikHuber : Well, I couldn't wait neither and ended up "vendoring" the library into my project and adapting it to my needs (material ui 3.x and some fixes). I can't...