Alexander Popov

Results 331 comments of Alexander Popov

> Does the codecov-ruby not work on JRuby nor TruffleRuby? This is wrong place for such question, but it works: https://cirrus-ci.com/build/6501205141618688 (the ends of `test` scripts).

I suggest you to move to the new uploader: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/ Discussion about migrating for Ruby: https://community.codecov.com/t/integration-new-beta-uploader-and-simplecov-ruby/3243

Maybe [Rouge](https://github.com/jneen/rouge) with `Rouge::Formatters::Terminal256` can be helpful.

> As a workaround you can use normal left-click and then use the middle mouse button on the browsers' back-button After reading your message I've remembered another more comfortable way...

Still a pain in the butt. I already forgot about Ctrl-LMB.

Also I don't understand the error in try to rerun this unavailable task: https://cirrus-ci.com/task/5674844005072896 > Task has no resources associated

OK, thank you. So, I'd like to see more explicit pages and errors, like "Task not found (probably expired)" and "Re-run of outdated task is impossible", probably with some link...

I don't agree. What if I want to change focus from one app in "group" to another?

OK, some example: ``` 1) Error: TestGoogle#test_google_using_lat_long_coordinates: Timezone::Error::Google: 751: unexpected token at '{ "dstOffset" : 3600, "rawOffset" : 34200, "status" : "OK", "timeZoneId" : "Australia/Adelaide" "timeZoneName" : "Australian Central Daylight...

> The rescue clause changes you have made do not resolve any underlying issues. When the rescue clauses are retained, the tests still pass. It resolves: 1. Unclear exceptions (example...