Michael Tsai
Michael Tsai
I think this used to work, but as of now (compiling with Xcode 12.3, running on macOS 10.15.7 and 11.2 beta), it’s not possible to select the `MASShortcutView` using VoiceOver,...
I don't think there are any other macOS APIs that currently support DSA. Time to bring back OpenSSL or is there a smaller third-party library that does DSA?
This can be helpful when I know that a particular index is not going to be helpful for may even slow a query down. For example, see [Disqualifying WHERE Clause...
If I select a few articles and run this script with NetNewsWire 6.1.1 (macOS 14.2.1): ```applescript tell application "NetNewsWire" set _articles to selected articles repeat with _article in _articles get...
I’m using 6.1.4 on macOS 14. I’ve been seeing a problem for several months now (possibly related to #4223 or #4233) where NetNewsWire stops fetching new articles from Feedbin. No...
It looks like this is in `UnreadCountView.unreadCountString` in the Mac version and `MasterFeedUnreadCountView.unreadCount` for iOS. I can probably do this myself at some point, but documenting it here so I...
### Description After updating to Swift 6, I am getting Swift Concurrency warnings, even with the Swift 5 language mode, for code that used to compile cleanly. For example, the...