Bo Anderson
Bo Anderson
This mimics the same flag available in parallel_tests: https://github.com/grosser/parallel_tests/blob/6e9be6f529b64e5f9c8e4439754bca0b2ef3f2b1/Readme.md?plain=1#L251
Currently if you hit Ctrl+C, the underlying rspec tests might continue to still run. This behaviours seemed to consistently happen in my environment (executed via `bundle exec`). This PR adopts...
The `tmp` directory is currently fixed to the working directory and is never cleaned up. We can make use of `Dir.mktmpdir` to have a temporary directory that will clean up...
We can generally assume things will likely only break on major versions rather than minor versions. Relaxing the version constraints here allows hashdiff 1.1.0 to be used. Fixes #52.
I've noticed that sometimes the image can fail to correctly decode. EXAMPLE: http://i44.tinypic.com/vzcxg2.png (I cut off the top half of the image) As you can see the bottom half does...
https://github.com/Homebrew/brew/pull/17178#discussion_r1584341300
If the upload fails due to a timeout in the "finalizing artifact upload" stage, the uploader retries and creates another artifact with the same name. However, the server has actually...
https://www.openssl.org/source/mirror.html doesn't display the mirror table properly. It likely needs a fix similar to bf7aff44c7bf6f8f46a2dd01d54e2e0b01d49da5
Blessings 1.6 fails to build under modern setuptools. 1.7 is a minor update that moves from using `2to3` to `six` (dropping Python 2.6 and 3.3 support) with no other functional...
This is supported since libgit2 1.7.0. Fixes https://github.com/libgit2/rugged/issues/295.