Kevin

Results 20 issues of Kevin

### 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...

features
in progress
discussion

- [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]...

install from api

- [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]...

cask
install from api

### 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...

help wanted
features

### 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...

help wanted
features
discussion

I'm wondering if this would be worth adding. I know that I tend to use `git commit --amend` a lot when working on projects if my commits tend to be...

enhancement

- [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]...

bug
cask

### `brew doctor` output ```shell Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew...

bug
in progress

This would function like [Array#count](https://ruby-doc.org/3.2.2/Array.html#method-i-count) does when it takes a block in Ruby. ```rb irb(main):001:0> list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] => [0,...

It seems like the return value for this example is wrong here even though I haven't run the code locally to double-check yet.