Christoph Thiede

Results 128 comments of Christoph Thiede

Simple workaround: Patch this https://github.com/simion/pip-upgrader/blob/b9caa5c45c4ab159adc488cdff721a26e679f984/pip_upgrader/packages_upgrader.py#L40 like this ```diff - subprocess.check_call(['pip', 'install', pinned]) + subprocess.check_call(['pip3', 'install', pinned]) ```

Apparently, this change was introduced via #341. @icarcal Could you maybe enlighten us? :-)

Looking at the [documentation](https://developers.google.com/android-publisher/api-ref/reviews#resource-representations:~:text=In%20some%20cases%20users%20have%20been%20able%20to%20write%20a%20review%20with%20separate%20title%20and%20body;%20in%20those%20cases%20the%20title%20and%20body%20are%20concatenated%20and%20separated%20by%20a%20tab%20character.), I assume this is a feature for backward compatibility indeed: > > > > Property name > Value > Description > Notes > > > >...

Thank you @icarcal for the feedback. It might be helpful to document this decision directly in the repository. :-)

Same issue but only sporadically. Traceback: File "/usr/local/lib/python3.6/dist-packages/twint/run.py", line 410, in Search run(config, callback) File "/usr/local/lib/python3.6/dist-packages/twint/run.py", line 329, in run get_event_loop().run_until_complete(Twint(config).main(callback)) File "/usr/local/lib/python3.6/dist-packages/twint/run.py", line 36, in __init__ self.token.refresh() File "/usr/local/lib/python3.6/dist-packages/twint/token.py",...

In my repository, `github.ref` evaluates to `refs/heads/master` when I push directly to the master branch. As a consequence, I had to spend some time on the non-trivial task to remove...

Hey all, just another issue in connection with VcXsrv: On my German QWERTZ keyboard, the circumflex key (`^/°`) is a dead key, i.e. I need to press space after this...

Well, a few builds later it worked again ... Sporadic issue.

Can you elaborate on that, please? I thought aarch64 would be a 64-bit system. Getting the same error with `linux32x86` ...