Rylan Polster

Results 49 comments of Rylan Polster

@SMillerDev the current CI issues (which are occurring for me locally even on the `master` branch) seem to caused by or related to https://github.com/Homebrew/brew/pull/13746. Any ideas? Weirdly, I can see...

Thanks so much for all of your work on this, @max-ae! 🎉

> This can be merged now that 3.5.10 is out, no? 😃 (@Rylan12) Yep! Other maintainers can feel free to review and merge. I probably won't be able to take...

Another option might be to have `brew bundle add` and `brew bundle remove` simply add or remove the provided formula/cask/tap to the brewfile. Adding the `--install` or `--uninstall` flag would...

Thanks, @johndbritton! As always, feel free to open a PR if you're stuck and need some guidance!

CI failure is not due to this change, but because `openshift-client` needs a version bump. Should I do that in this PR or `ci-syntax-only` it and open a follow-up to...

Personally, I don't use the handle to get feedback after every command. Instead, I will just run `brew which formula` The reason this is slow is that the logic that...

Hmm, is that so? In that case, yeah, my proposed solution would not work. There might be some other improvements that can be made to the search, but it will...

The only part that I know has _not_ been updated in the json files yet are macOS version differences for casks. We haven't fully removed the old `if MacOS.version

Yes, the information is now available on formulae.brew.sh. However, it's worth noting that the original `curl` query from this issue won't work since the specific version being requested might be...