Michael Tamm

Results 8 comments of Michael Tamm

We have the same problem: E.g. ``` Run codecov/[email protected] with: ... env: ... ==> linux OS detected https://uploader.codecov.io/latest/linux/codecov.SHA256SUM ==> SHASUM file signed by key id 806bb28aed779869 Error: Codecov: Uploader shasum...

Investigation showed, that the download of https://uploader.codecov.io/latest/linux/codecov will be stopped by the web server after 60 seconds which, does not lead to an error but just an incomplete download.

I have setup a small Flutter app, which demonstrates the bug: https://github.com/MichaelTamm/table_calendar_issue_651_demo/blob/master/lib/main.dart I think the problem is, that when the initialRoute is set to '/page1/page2' the `TableCalendar` is not rendered...

Hi jgreffe, I really appreciate that you not only created an issue, but provided a PR too! But I really wonder, why do you care about the test order in...

Hi again, depending on tests to be executed in a predictable order sounds like a _code smell_ to me: Tests should be independent from each other. The best execution order...

I also experienced Warning: uploadChunk (start: 67108864, end: 100663295) failed: Cache service responded with 503

Because we needed it in a project I added support for message pacts. I also added an example. I hope you like it. Kind regards, Michael