Stephen George
Stephen George
A common false-positive I see from Codecov is as follows 1. I create a pull request which Codecov reports green as improving code coverage by ~ 1%. ✅ 2. Separately,...
### Behaviour tl;dr I can get `docker buildx bake` to succeed only when I `cd` to the subdirectory where docker-compose.yml lives. #### Steps to reproduce this issue Given the following...
Travis CI Builds are not running. A proposed solution is to move the corresponding tasks to GitHub Actions. One can mimic the GitHub Actions workflow on the main rvm repo:...
1. There were some similar-sounding variants of Generator Expressions in the documentation: * Generator comprehensions * Generator compressions This PR changes all such references to [**Generator Expressions**](https://peps.python.org/pep-0289/). 2. Simplified some...
The current version of render() foreach-es on all of the ClassView's var_ properties and methods, regardless of whether the current view needs them or not. This can degrade performance when...
Currently, we're setting the open_timeout to 2 seconds and the read_timeout to 5. I've seen timeouts exceeded on occasion when the test suite posts to airbrake.io. In [one particular case](http://travis-ci.org/#!/sfgeorge/toadhopper/jobs/1798081),...