Just got a great dialog out of Mac Preview:
"The document could not be autosaved. The file doesn't exist.”
If it doesn't exist what am I looking at? And why does the dialog box mention a file name that's different than I'm looking at.🤷♂️ 🤦♂️
Just got a great dialog out of Mac Preview:
"The document could not be autosaved. The file doesn't exist.”
If it doesn't exist what am I looking at? And why does the dialog box mention a file name that's different than I'm looking at.🤷♂️ 🤦♂️
Apple QA yet again showing the world how much they don’t care to test their software: https://9to5mac.com/2023/07/11/ios-16-5-1-security/
Apple Software Quality™ #AppleSoftwareQuality #functionalhighground
Amateur hour: https://9to5mac.com/2023/05/20/ios-16-5-lightning-usb-accessory-bugs/
Apple Software Quality™ #AppleSoftwareQuality #functionalhighground
iOS is going to hell: https://www.youtube.com/watch?v=8QiatRqU8OI
Apple Software Quality™ #AppleSoftwareQuality #functionalhighground
It's interesting how many bugs there are in SwiftUI and how few of them seem to get fixed. Newest I happened to see yesterday is:
TextField("...", text: $searchText)
.disableAutocorrection(true)
which does not work. Happily shows auto correction even when it's totally stupid in this context. If it was less annoying I'd report bugs but as it is it's not worth the hassle, easier to just make an own virtual keyboard.