Sam Ford
Sam Ford
I temporarily replaced the `livecheck` blocks for `consul` and `terraform` with `#skip` calls (https://github.com/Homebrew/homebrew-core/pull/151264) while this PR is being worked through. We should remove those `livecheck` blocks here, so livecheck...
> Does this change still result in there being an audit failure when there is no functional `livecheck`? Casks that have a skip condition (whether that's one of the detected...
> It's very much likely an edge case, but are there times that a `deprecated` Cask may still receive a security release despite being "discontinued"? It happens sometimes for deprecated...
> I think we should always avoid removing working livecheck blocks and instead improve tooling to not push updates if that's what we wants. At least for me, removing `livecheck`...
[1.46.1 has been released](https://github.com/denoland/deno/releases/tag/v1.46.1) since this was opened, so I updated the version. The resources are the same for this release.
Nanda and I were discussing this earlier but, for the sake of visibility, I'm reworking my local `Post` strategy branch into a standalone implementation and will create a draft PR...
I finished refactoring my `Post` strategy, had written tests, and while writing documentation I happened to think, "Hmm...but how will this parse a JSON/XML/YAML/etc. response?" That got me thinking that...
> Probably time for `disable! date: "2025-11-03", because: :unreachable`. For what it's worth, the cask works fine outside of CI (even through a VPN). However, the app fails Gatekeeper checks,...
> A nice way of handling that is making a file `typed: strict` which will nudge you to do this. I have a local branch where (among other things) I...
The PR to upgrade `MacOSVersion` to `typed: strong` and expand test coverage to 100% (for lines and branches) is now up at https://github.com/Homebrew/brew/pull/20108. This PR appears to rebase fine on...