Craig Blaszczyk
Craig Blaszczyk
I'm having the same error (though not through PyCharm). Did you work out why colorama thought you were on a Windows machine @Viatorus ?
@oppianmatt This should be fixed on PyPi now in version 0.1.9. Can you check it works for you?
This might just be a documentation change based on the results of https://github.com/jakul/python-transifex/issues/9
+1 too as I can't do any local testing without the variables in my `.content`
I've just checked the docs and found out that I shouldn't use `command.err` with non-blocking mode. Maybe the correct fix for this bug it so update the `err` function to...
@timofurrer The behaviour is better, but still not correct. ``` In [1]: import delegator In [2]: command = delegator.run('echo a', block=False) In [3]: command.err Out[3]: 'a\n' In [4]: command.err Out[4]:...
Does anyone have a workaround while this PR is waiting to be merged?
I got "This key is not a private key." when uploading a key generated with Mac OS Mojave. This is because Mojave uses Open SSH 7.8, which has changed the...
I'm not sure how I became the owner of this project on RTD. I've deleted it so you can recreate it and have ownership.