Stephane Maarek
Stephane Maarek
honestly, I'm sure that with a tiny bit of effort you can either: 1) find an HTTP implementation and DIY 2) find a Java client. Good luck!
Happy to take a PR on this!
PR welcome :)
ptyhon 2.7. It'd be great if this was compatible with `nohup`
the use case for me is to launch the downloads after ssh into my raspberry pi, and forget about them even if I close the ssh connection
FYI - setting `export PYTHONIOENCODING=utf-8` before running nohup works... Now just need to have that in the script
I think so could set it short lived for os.environ() during just the python program, in case that env variable doesn't exist ?
Note that if it's replaced by (removed `co "foo"`), then we fall under the case of https://github.com/uiri/toml/issues/230 ``` import toml toml.loads(''' [q1] Explanation = """ "He's" """ [q2] Explanation =...
I created my own wrapping encoder which is super dirty but works. I'm not going to do a PR because I'm not sure it fully respects the specs on the...
If this passes tests, and fixes some issues in Windows, that's already really great news. I don't have a Windows machine to test on unfortunately, but from what you're saying...