Community basics: cask deprecation fix, NFC copy precision, FUNDING.yml - #10
Open
h5nam wants to merge 3 commits into
Open
Community basics: cask deprecation fix, NFC copy precision, FUNDING.yml#10h5nam wants to merge 3 commits into
h5nam wants to merge 3 commits into
Conversation
Homebrew deprecated the string comparison form; the symbol form defaults to the >= comparator, so the meaning (macOS Sonoma or newer) is unchanged. Already hot-fixed in the tap mirror so existing brew users stop seeing the warning on next brew update. Fixes #9 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Honam Kang <honam.kang@mindfullabs.ai>
The old footer read as if the toggle fixed how every receiving app displays a dragged filename. It renames the file on disk, so path-based receivers (terminals, Git, zip archives, USB/Windows transfers) see NFC, but apps that rebuild the name from the drag URL — web browsers — still display NFD (macOS re-decomposes file URLs at the receiver; 21-year cross-vendor limitation). Say exactly that, no more. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Honam Kang <honam.kang@mindfullabs.ai>
The Sponsor button activates once the account enrolls at github.com/sponsors; shipping the manifest first is harmless. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Honam Kang <honam.kang@mindfullabs.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three small maintenance changes from the 2026-07 service-strategy review:
depends_on macos— silences the Homebrew deprecation warning reported in Homebrew warning: deprecated macOS dependency syntax in cask #9 (fixes Homebrew warning: deprecated macOS dependency syntax in cask #9). The tap mirror at h5nam/homebrew-mq-dir is already hot-fixed (613eb11) so existing brew users stop seeing the warning immediately; this keeps the source-of-truth cask in sync so the next release doesn't regress it.🤖 Generated with Claude Code