Add poll-everywhere (new cask)#268927
Conversation
|
@AdamBaali please slow down and stop opening PRs until all your current ones are merged. You should never have >5 open PRs at one time and >1 open AI-generated PRs. If you continue to reopen PRs we'll need to block you temporarily. |
No worries will stop cheers. |
Co-authored-by: Bevan Kay <bevanjkay@gmail.com>
Co-authored-by: Bevan Kay <bevanjkay@gmail.com>
|
@AdamBaali Regarding all of the PRs you have open, I am concerned that the These kind of questions are the reason we ask to have less PRs open at a time, as there are often review details that will apply across all of them, and it can be quite cumbersome for maintainers to suggest them across many PRs from the same author. Ideally personal learnings from each submission are carried into the next. |
After making any changes to a cask, existing or new, verify:
brew audit --cask --online poll-everywhereis error-free.brew style --fix poll-everywherereports no offenses.Additionally, if adding a new cask:
brew audit --cask --new poll-everywhereworked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask poll-everywhereworked successfully.brew uninstall --cask poll-everywhereworked successfully.zapstanza paths.AI (Claude) assisted in creating this PR: it researched the download URL, version, bundle identifier, minimum macOS, and pkg receipt, and drafted the cask DSL. I reviewed the result, ran brew style --fix and brew audit --cask --strict --online --new with no offenses or errors, and installed, reinstalled, uninstalled, and zapped the cask locally on macOS to verify the artifact, a clean uninstall, an idempotent reinstall, and the zap stanza paths.