Ondřej Kuzník

Results 12 comments of Ondřej Kuzník

It might be that Thunderbird is affected as well.

Yes, they are compilation options, not clang-tidy options. (`clang-tidy --tidy-options source.file -- compilation_options`), also running clang-tidy from `/tmp` means it can't use its own configuration files nor `compile_commands.json` in the...

This seems to be superseded by #84?

There is a small change also needed in the near future - changing how we use the oauth token. I've tested this patch and it seems to work: https://github.com/mistotebe/bugzilla/commit/2851ea7bc69fe5adeb8e8cf855d91b3c0fc13ff1 Where...

I get this issue when delegating in general e.g.: ```yml hosts: suse-host tasks: - name: delegated with wrong python interpreter command: echo success delegate_to: debian-host ``` Will end up with...

The proxy support was helpful when trying to find out what was going wrong, going through an intercepting proxy like mitmproxy, but I believe it is useful nevertheless, which is...

Hi @mithro, I've pushed an updated version. I ran make test, did not notice there being a pep8 target. Should be clean now.

It shows you the timing so probably not, I could try adding a sleep() to it and check that it shows at least as much. Not sure.

There is an alternative approach to the logging that might actually be even more useful (potentially even replacing the "insert a blank line if we had more than 5 s...

No, the exop is successful, then as far as I can see, SSP somehow issues a second request immediately after, which is this empty modify and that's the one that's...