Dan Halperin
Dan Halperin
+1 for Google scholar
Output: ``` --55ff117fd70547cabb236396b33fbcb2 Content-Disposition: form-data; name="file1"; filename="file" Content-Type: text/plain 1,2 3,4 5,6 --55ff117fd70547cabb236396b33fbcb2-- --12163767722346eeacfa122420a38855 Content-Disposition: form-data; name="file2"; filename="file" Content-Type: text/plain 1,2 3,4 5,6 --12163767722346eeacfa122420a38855-- --68525a11bc354befaf86f52f428e2c4d Content-Disposition: form-data; name="file3"; filename="file" Content-Type:...
@Lukasa thanks for the quick response. I am using Jersey, and it looks like it does support chunked encoding in multipart upload, as long as the user does the right...
Another fun tidbit. On the Java server side, the way we get the data to stream is using an `InputStream` as the object type (instead of, e.g., a pre-defined class/struct)....
@sigmavirus24 I saw your mail but perhaps did not process it until now. 1) Your tip about passing a list worked out perfectly! I simplified the code a bunch by...
re (2): I worked up a version of my code that does this, and still get the same `seek` error.
:+1: to this. Would be happy to send a PR if it would be reviewed -- seems like the maintainers have not had much time to respond to changes, especially...
Hey, I think this is a bug introduced in 2.1.0 and results from a refactoring change: https://github.com/pytest-dev/pytest-html/commit/588c41b33f2ca8884c65d3de6ccb4ade55a44bd2 [Before](https://github.com/pytest-dev/pytest-html/commit/588c41b33f2ca8884c65d3de6ccb4ade55a44bd2#diff-86ef1d98baa88b5f26ac5ad11e1d5de7L209), the `html.img()` function is run on the created asset. [After](https://github.com/pytest-dev/pytest-html/commit/588c41b33f2ca8884c65d3de6ccb4ade55a44bd2#diff-86ef1d98baa88b5f26ac5ad11e1d5de7R285), the analogous...
If you have the same issue, it was fully resolved for us once my pytest-selenium bug was fixed. This one should be closed imo. On Fri, Jan 14, 2022 at...