Nicolas Boichat
Nicolas Boichat
Also make sure that the keys don't end up on a single line if the new hardcoded path breaks again. That should fix the pretty colors in the test results.
This adds support for Arch Linux/Arch Linux ARM. It has been around in my repo for a long time now, with a good number of users I believe, and rarely...
https://chromium.googlesource.com/chromiumos/third_party/adhd/+/879fe7a51784eb07d1b85473d8927050fb000f87 removed `cras/src/Makefile.am` that we used to rely on. Not sure how we can work around this, implementing a bazel parser is definitely not something I'm looking forward to.
https://crrev.com/c/4322563 (>=15378.0.0) removed autotools support, let's fetch the last known good version from git. Fixes #4958. For now. Things will break again, likely.
If the mime type can't be detected using the extension alone, open the file and try again with a few bytes of header. Allows for file type detection for `.MP`...
These appear to be "Motion Picture" that the Pixel phone takes along with the JPG. Example: ``` $ file xxx.MP xxx.MP: ISO Media, MP4 Base Media v1 [ISO 14496-12:2003] ```...
Should fix #5035. Manifest V3 introduces a number of changes, in particular, background pages need to be replaced by a service worker, and that service worker does not have access...
Okay, this one is a bit of a large PR... I can split it up if needed (e.g. everything up to `uucode: format: Change Formatter to take an &ExtendedBigDecimal` is...
Similar to #7392, it would be nice to run all tests in CI, on MacOS (basically adding `workspace-tests: true` to both `macos` jobs in the matrix). When I tried in...
Probably best to figure out #7364 first. Precision in `%a` format is completely ignored: ``` cargo run printf "%a %.6a\n" 0.1 0.1 0x1.999999999999ap-4 0x1.999999999999ap-4 printf "%a %.6a\n" 0.1 0.1 0xc.ccccccccccccccdp-7...