whew

Results 3 issues of whew

1. Create a receive-mode Onionshare instance with an auto-stop timer 2. Start uploading a large file 3. Wait until the auto-stop timer expires (and the large file is still uploading)...

bug

Implements #1059. I didn't go to great lengths to figure out the best way to do this, but I think it works. Demo ![onionshare](https://user-images.githubusercontent.com/73732390/102707344-06b33b80-4292-11eb-8290-74e25c6014f7.gif)

``` >>> context = js2py.EvalJs() >>> js_code = 'var a = 10;' >>> context.execute_debug(js_code) Traceback (most recent call last): File "/home/whew/.local/lib/python3.8/site-packages/js2py/evaljs.py", line 224, in execute_debug raise err File "/home/whew/.local/lib/python3.8/site-packages/js2py/evaljs.py", line...