Bo Anderson
Bo Anderson
Cabal has a new build system: https://cabal.readthedocs.io/en/latest/nix-local-build-overview.html and it is now the default as of Cabal 3.0. As such, the arx build scripts no longer work on Cabal 3.0. A...
stylesheet.addRule hangs in IE6 when the an unsupported selector is used. Appending to cssText works around this issue.
This is pretty harmless, since it'll just fail gracefully when it tries to remove it, but let's avoid printing errors from trying what will always fail.
Just a heads up that Go 1.17 (and the just-released 1.16 without first changing `GO111MODULE`) won't support builds that aren't in module-aware mode. The master build should work but the...
Works alongside GitHub searching since we don't have every tap on formulae.brew.sh at the moment. This is basically Homebrew/cask only. It does search Homebrew/core too because they are together in...
The performance of `brew style` in Homebrew/core has regressed quite noticeably as the number of cops and the size of the tap both grow. In CI, it takes about 4...
### Provide a detailed description of the proposed feature For OS-specific dependencies we have `on_macos` and `on_linux` (and `uses_from_macos ...[, since: ...]`). This allows `brew audit` and `brew unbottled` to...
- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [x]...
Just a heads up that Go 1.17 (and the just-released 1.16 without first changing `GO111MODULE`) won't support builds that aren't in module-aware mode. I'm not sure what the status of...
Just a heads up that Go 1.17 (and the just released 1.16 without first changing `GO111MODULE`) won't support builds that aren't in module-aware mode. The master build should work but...