Fix crash on colorScheme
Fix crash on unretained colorScheme
Fix Xcode analyser warnings
Fix memory management warnings
Hi Erwin, it's Coeur here, and the first two anonymous posts are mine (I always forget to log in). I'm on macOS Sonoma 14.0 beta. Actually, the issue is happening on an Intel mac, but not on an Apple Silicon mac. Let me try your patch on Monday.
Visual truncation on StartWindowControl
I'm the creator of this report. After running the scan from Xcode, the crash occurs on: NSAssert2( error==nil, @"Error getting attributes for %@: %@", url, error.description ); And the error description is: Error Domain=NSPOSIXErrorDomain Code=63 "File name too long" The filename is indeed very long (337 characters). The disk is readonly NTFS, so I can't rename the file or delete it without risks. I replaced this assertion with: if (error != nil) { NSLog(@"Error getting attributes for %@: %@", url,...
I'm the creator of this report. After running the scan from Xcode, the crash occurs on: NSAssert2( error==nil, @"Error getting attributes for %@: %@", url, error.description ); And the error description is: Error Domain=NSPOSIXErrorDomain Code=63 "File name too long" The filename is indeed very very long. The disk is readonly, so I can't rename the file or delete it. I replaced this assertion with: if (error != nil) { NSLog(@"Error getting attributes for %@: %@", url, error.description); } And I...
Fix various typos
Fix various typos
Fix nullability warnings in CompoundItem
Fix nullability warnings in CompoundItem
GitHub description should use HTTPS
spelling
Clear SVN and CVS repositories
Spelling mistakes fix