Angelo Dell'Aera

Results 4 issues of Angelo Dell'Aera

I think I spotted an issue that prevents the option wkhtmltoimage --load-error-handling to be properly handled by imgkit. The issue happens here https://github.com/jarrekk/imgkit/blob/master/imgkit/imgkit.py#L239 ``` if 'Error' in stderr: raise IOError('wkhtmltoimage...

While attempting to build Speakeasy support in Thug [1] I spotted a potential shellcode emulation issue. Still had no time to investigate it (will do soon) but just wanted to...

- Code layout changes (PEP-8 coding style) - Python 3 compatibility - Parser class initialization refactoring - Compile the regexps with the IGNORECASE flag

Hi, I am required to still run ES 7 in my environment and so I have to rely on elasticsearch-py 7.17 for my Python stuff. While upgrading requests to the...