Gioele
Gioele
apt-clone currently fails when the `lsb_release` Python module is not available, as it is the case since 2022-09-26 in Debian unstable. The attached patch makes `apt-clone` use the `lsb_release` command...
**Describe the bug** Test 53 "run tests which consume stdin" is flaky and fails (seemingly) at random. **To Reproduce** This bug seems to be time-dependent and non deterministic. You can...
**Describe the bug** Test 350 "parallelity factor is met exactly" is flaky and fails (seemingly) at random. **To Reproduce** This bug seems to be time-dependent and non deterministic. You can...
**Describe the bug** The manual pages `bats.1` and `bats.7` currently shipped with Bats contain wrongly-encoded apostrophes that render as acute accents. For example, line 28 of `bats.1` contains The file\'s...
**Describe the bug** Various tests fail when `bin/bats test/` is run in an environment where the shell produces error messages in a language that is not English (for example with...
I set up my remote for deploy using ``` $ git remote add production "ssh://userAAA@server:port/web/dir" ``` While running ``` $ git deploy setup -r "production" ``` I get the following...
There are multiple factors leading to the problems WebKit has with rem in media queries. Have a look at http://stackoverflow.com/questions/12201003/media-queries-with-rem-units-in-chrome, that discussion contains links to specs, test cases and bug...
Updated various secondary files to make rumember compatible with current versions of Bundler and other gems.
pw should be ported to work also on BSD and Mac OS X. Hopefully much of the work is confined to changing the way other tools are called in `lib/pw/functions.sh`.
Commit 468cd8ff6a3479a4bb0e5a9c42f48b90f65d7675 introduced a new merge driver that avoids conflicts during merges by adding to the DB all the entries that have been changed in at least one branch. This...