thestick613

Results 13 issues of thestick613

Assuming i'd be using pyzmail as an email processor which replaces all url's with a shortener (for tracking), is the following approach correct? ``` for part in msg.mailparts: payload =...

I have a HTML file which is named file.xls. Textract tries to parse it as a xls file, but maybe it should use a package like magic and run magic.Magic(mime=True).from_file()...

| (Y) Click | (X) City | |-------|--------| | 1 | London | | 0 | Paris | | 0 | Paris | | 0 | Paris | | 0...

Hello, We don't have a nice logo for Lightning Network, like we do for bitcoin. I think we should have one, and it should be standardised. In fact, things are...

``` /root/dbxcli/dbxcli-linux-amd64 put testfile.txt "/path to/some folder/testfile.txt" Uploading 6 B/6 B Error: too_many_requests/. ```

the "i=" field should be accessible in the dkim sign function.

Running btcpayserver with docker is fairly easy for setting up multiple cryptocurrency daemons. I can easily access the bitcoind rpc interface because btcpayserver configures an onion address. I'd like to...

Seems much better suited for the job.

* django-json-widget version: django-json-widget==0.2.0 * Django version: Django==2.2.3 * Python version: Python 3.7.3 * Operating System: Ubuntu Added the app in INSTALLED_APPS Added the widget in the form If i...

Where did this functionality go? I'm aware of `gmpy2.from_binary` and `gmpy2.to_binary`, but i need the gmpy behavior. I want to speedup some RSA sign and verify code. ``` In [1]:...