Ryan Speers
Ryan Speers
Tested - quick change and fix.
This shows a change of `i` to `ret` which seems to make sense in this case, however it also has another line which the comment indicates it's unclear why it's...
I am seeing a similar issue, in a situation where I need to set the baudrate. This does not happen for me on Ubuntu 12.04.5 LTS, but does on Ubuntu...
What was your board environment variable set to? Can you show the command line if you set it there? It seems like it didn't recognize it but later in the...
It appears from the output above that it did find the hex files on the website and it grabbed them. I can't tell for sure though as I don't see...
FYI: Usually the message posted above indicates that you're using a pyusb that doesn't support the timeout. `AttributeError: 'Serial' object has no attribute 'setTimeout'` Changing to self.serialport.timeout = 12 or...
Sure -- will follow up. @bensya - Please let me know if this is still happening for you, and your pySerial version. I'll work this out with you in a...
I see this same issue but it only happens on some PDFs. I am including a (very similar) stack trace below. ``` Traceback (most recent call last): File "/usr/local/bin/pypdfocr", line...
CC @virantha is this something you could take a look at? This is not localized to MacOS, but seems to apply on Ubuntu as well at least. I believe this...
This _may_ be related to https://github.com/ahupp/python-magic/pull/81/files, although I think we could also solve that PR by just changing the elif for flags to an if statement to allow the ORing...