thestick613

Results 9 comments of thestick613

Mostly autocompletion and history.

You haven't installed djongo. `pip install djongo` or `pip3 install djongo`.

1400 is a lot, maybe there's a maximum number of features, such as 1024.

@aksnzhy any updates on this? Is it documented? Thank you.

I just read some binary data and need it converted to an integer. I'm trying to speed up some RSA code from [dkimpy](http://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/head:/dkim/crypto.py). Especially int2str and str2int.

Thanks. I can't use gmpy because of some inconsistencies. I'm pretty sure gmpy isnt' maintained and the documentation is rather incomplete on some things. ``` In [1]: import gmpy In...

Thank you for your response, i've experimented with building my own table and with your own URL_DECODER, but the improvement margin was minimal. I've accumulated enough data in the last...