| Blog | https://losingfight.com/blog/ |
| https://twitter.com/andyfinnell | |
| Github | https://github.com/andyfinnell |
| Blog | https://losingfight.com/blog/ |
| https://twitter.com/andyfinnell | |
| Github | https://github.com/andyfinnell |
Enough has changed from my initial polling confirmation for Swift Testing pitch that I was asked to put up a second pitch thread! So... here it is! This is much more mature, and I will be eternally grateful for all who gave feedback and helped bring this where it is!
https://forums.swift.org/t/pitch-2-polling-confirmations-in-the-testing-library/81711
Hello all! Here is a refined pitch originally posted to the Development > Swift Testing subcategory. Original Pitch Read the full proposal here. There is a full implementation available here. To try it out, follow these steps: Add my fork of Swift Testing as a dependency, specifying the polling-expectations branch. Add .package(url: "https://github.com/younata/swift-testing.git", branch: "polling-expectations") to the dependencies list in your Package.swift. When importing, use the Exper...
Here's something I've been working on for a while. A closer look at one of the least-well understood components of Swift's concurrency system: `@Isolated(any)`.
I tried my best to respect both the medium and topic.
Partially revert [ConstraintSystem] Revert new disjunction favoring algorithm #79128 (all of the old hacks are left in place) Include fixes from [CSOptimizer] A few improvements to inference and ra...
Got testing questions? 🧪
Join the interactive “Testing” session—bring your Qs, explore what’s new, or tackle live challenges with experts Rachel Brindle & Dalton Alexandre—today at 10:30 AM during the One More Thing Conference. Reserve your spot → https://lu.ma/jhp3xzx6
Level-up your testing game! 🧪
Rachel Brindle breaks down “What’s New in Testing at WWDC 25” this Thursday at 10 AM at the One More Thing Conference. Save your seat → https://lu.ma/jhp3xzx6
These docs suggest it should be getting a `.magnify` event: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/EventOverview/HandlingTouchEvents/HandlingTouchEvents.html
But I'm not 
#LazyToot In AppKit, if I want to capture a pinch gesture from the trackpad in my custom NSView, how do I do that?
I've tried `NSMagnificationGestureRecognizer` and looking for `.magnify` and `.smartMagnify` NSEvent types.