Andreas Maier

Results 152 comments of Andreas Maier

Just in case the additional information helps: In our projects, the 422 error only shows up on Python 3.9 with latest package levels. Not on Python 3.9 with our minimum...

PR #339 addresses this issue.

I thought I should explain why we are not using coveralls 1.x on Python 2.7, and the main reason is that it does not combine reports with coverage 2.x reports,...

I think this repo is no longer maintained. Also, its code is behind https://github.com/coveralls-clients/coveralls-python in its support for CI systems, e.g. it does not support GitHub Actions. We have successfully...

PR #67 (released in version 2.9.2) has addressed this issue by now requiring coverage>=4.4.

Git _does_ store the encoding, if I understand this correctly: https://git-scm.com/docs/git-commit (Discussion section pretty much at the bottom). The relevant statements from that section are: - The contents of the...

It seems to me that there is some potential for incompatible changes. So once we declare the project ready, this would be harder to do, for compatibility reasons. There is...

In order to move forward, I think this one should be left for later.

The error also happens for us, using v0.0.11, see for example [this Actions run](https://github.com/pywbem/pywbemtools/runs/1828508609?check_suite_focus=true#step:3:1): ``` Root cache could not be found. aborting. ``` The Actions step looks like this: ```...

Has there been any progress on this issue in the last 4 months since it was opened?