SamyCookie

Results 5 comments of SamyCookie

More precisely, I think the author wanted to write: checksum = (checksum ^ ord(byte)) **&** 0xFF for preventing some errors with integer overflow superior to 0xFF, however I think that...

if you want a shorter example without enum dependency you can reproduce this false positive bug with this: ```python class BinaryOperator: """ only make useless binary operations """ def __or__(self,...

Hi, I reproduced this issue: ``` Future exception was never retrieved future: aiosmtplib.errors.SMTPServerDisconnected: Connection lost ``` I think the issue is not in my code and indeed is random and...

I have reproduced the issue with up to date PyLint version ``` pylint 2.17.0 astroid 2.15.0 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] ************* Module foo foo.py:6:11:...

Pdf files are not accessible anymore, I reupload them here: [m131-92211.pdf](https://github.com/operasoftware/pdf.js/files/2368186/m131-92211.pdf) and [m131-112911.pdf](https://github.com/operasoftware/pdf.js/files/2368187/m131-112911.pdf) I cannot reproduce issues anymore with PDF.js 2.0.625 and Firefox 62 on Win 10 64 bits.