Nathaniel.Belles

Results 21 comments of Nathaniel.Belles

Hey @PySimpleGUI, I have a bit of an update. As you suggested, I did some searching around and found the python-vlc interface where they had an example script of how...

Just wanted to follow up on my previous comment. Those tests were done using the modification I had talked about previously where using `.set_nsobject()` function for attaching the window id....

I would love to see this implemented if possible. There is still interest in this use case. I tried implementing the pull request on my local machine but there have...

I haven't had any issues with large file uploads failing at all but I have been running it on a fairly beefy computer with lots of ram and available swap...

@defnull Could you describe in greater detail what you mean by "use a temp directory on the target file system instead"? Maybe with a short code example of how it...

I put together a short little example script to help demonstrate the part that takes a long time. The line with the for loop is where the time delay is...

@defnull Thank you for explaining in such great detail. I think if we are unable to decrease the time taken to parse the multipart requests, then it would be nice...

When bottle parses the form data and generates a temporary file using `tempfile.TemporaryFile()`, the temporary file is generated in the directory that is returned by `tempfile.gettempdir()`. You are suggesting that...

I see how files not being removed automatically could be a problem. I might be alone in this but I am willing to accept the risk of personally having to...

I don't have Firefox but wanted to add that I have tested it working on Safari