whew
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)...
Implements #1059. I didn't go to great lengths to figure out the best way to do this, but I think it works. Demo 
``` >>> 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...