Rylan Polster
Rylan Polster
This PR makes two rubocop changes to casks to enforce new rules about the `arch` and `on_arch_conditional` DSLs that have now been added. This PR will not be able to...
# Overview GitHub has recently [added support for renaming branches](https://github.blog/changelog/2021-01-19-support-for-renaming-an-existing-branch/). This is part of a project by GitHub to rename the default branch from `master`. See the [github/renaming](https://github.com/github/renaming/) repo for...
This PR modifies the remaining casks to use the new `arch` and `on_arch_conditional` DSLs instead of `arch = Hardware::CPU.intel? ? "intel" : "arm"`. The casks in this PR are the...
This PR adds `on_{system}` blocks to 10 casks. This is meant to be a small sample so we can discuss what the format we like best is and what changes...
It seems like the links on the PyPI badges actually point to the wrong PyPI project, pointing to [`basketball-reference-scraper`](https://pypi.org/project/basketball-reference-scraper/) instead of [`basketball-reference-web-scraper`](https://pypi.org/project/basketball-reference-web-scraper/).
### Provide a detailed description of the proposed feature Here are the tasks that need to be completed in order to consider `HOMEBREW_INSTALL_FROM_API` ready for official testing by maintainers and...
### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...
This PR is hopefully going to fix the failures we're seeing with database updates, but right now I need to do some GitHub actions debugging. I can't reproduce locally
- [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]...
The motivation for this request is that Homebrew uses the `==>` arrow for some of its notifications, and this renders kind of weirdly because the `==` combines without the `>`....