: Expand all large diffs in a GitHub pull request document.querySelectorAll('button.load-diff-button').forEach(button => button.click()); …
: UIImage orientation enum cases UIImage.Orientation case labels and integer values: case up = 0 case down = 1 case left = 2 case …
: How do I checkout a PR from a fork? You don’t need access to the fork. Just fetch it from the main repo using the PR ref. If the …
: NSSecureCoding and transformable properties in Core Data Fixes: One or more models in this …
: Workaround: Xcode deletes Package.resolved file and produces ‘missing package product’ …
: OpenAI API: image_url is only supported by certain models. This OpenAI API error message: Error: { "param": "messages.[1].content.[1].type", …
: Command CompileAssetCatalog failed with a nonzero exit code In Xcode 15.3, gaussian blurs in SVGs are no longer supported and cause a failure at compile time. …
: How to detect when your app moves to the background or foreground with scenePhase
: Use persistentSystemOverlay to hide the Window Bar on visionOS apps
: How to create an HTTP GET request in Swift Playground
: How to Create a Realistic Pressed Leather Effect in Photoshop (archived)
: How to install the Windows version of Steam on macOS Sonoma We will install the x86 version Homebrew …
: Keep tags when forking a GitHub repository Forking a repository with GitHub doesn’t bring its tags (or releases) along. Here’s how …
: Logging all UIAccessibility capabilities Logging all available accessibility traits (as of iOS 17): let accessibilityTraits: [String: Bool] = …
: Adding Apple Universal Links to Webflow I’d like to add /.well-known/apple-app-site-association to my website, but I can’t, …
: Testing iOS universal links Your apple-app-site-association file needs to include a list of appIDs. These app IDs take the form …
: Testing some deep links: Create notebook
: What I Learned Writing My Own CloudKit Syncing Library CloudKit implements rate limiting. It has a …
: CloudKit CKErrors: Raw values and case names While troubleshooting CloudKit bugs, I came across the excellent post General Findings about …