Anton Koval
Anton Koval
Hello, First of all, thank you for developing macFUSE. I have the following situation. I have several VirtualBox Linux guests on my host system (OS X Big Sur). I use...
Original message has next From field: `From: =?iso-8859-1?Q?W=F6rz=2C_Michael?= ` after parsing whole message with `flanker.mime.from_string()`: ``` bash ipdb> sndr = headers['From'] ipdb> sndr u'W\xf6rz, Michael ' ``` and ``` bash...
Flanker parses attachment's body from [email](https://gist.github.com/psihonavt/a46bf67159e4b5422a66) as None: ``` python In [19]: mail = open("/tmp/1.txt", "rb").read() In [20]: mail Out[20]: 'Delivered-To: [email protected]\nReceived: by 10.27.184.6 with SMTP id i6csp81852wlf;\n Wed, 9...
I added the next option to my `.vimrc`: `let g:flake8_complexity_marker='' " disable McCabe complexity warnings` But running `flake#Flake8()` still displays complexity warnings:  Could you please advise?
Hello, Is this sampling strategy supposed to work in "gevent-driven" environment, like gunicorn gevent worker? I've tried it in our system, and looks like that after several minutes of sampling...
As notes stated: `Run it on test file: python split.py ../src/puzzle.tif` 1. There is no such file, I was trying with `../src/puzzle.tif`: ``` Processing file ../src/puzzle_small.tif OpenCV Error: Sizes of...