Martin Hill

Results 4 comments of Martin Hill

Looking at the code changes again from #154, I think I understand the reason the restart transition was added. However, there is a problem with allowing the task to retry...

@winko, I added the multipart code for HTML - have never tested with other content types. Just curious, what is the charset of the mime part containing the pdf? In...

@bogensberger I tried extracting pdf data in Python and I think the code should work fine as is, using decode=True. I suspect the problem is to do with Create File....

@winko It seems robot framework can't always handle binary data such as PDF. Looking at the robot package libraries/OperatingSystem.py I found: ``` python def _write_to_file(self, path, content, encoding, mode): path...