Activity for Cœur

  • Cœur Cœur created merge request #8 on Source Code

    Fix crash on colorScheme

  • Cœur Cœur committed [61a12a] on GrandPerspective

    Fix crash on unretained colorScheme

  • Cœur Cœur created merge request #7 on Source Code

    Fix Xcode analyser warnings

  • Cœur Cœur committed [b854fa] on GrandPerspective

    Fix memory management warnings

  • Cœur Cœur posted a comment on ticket #112

    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.

  • Cœur Cœur created ticket #108

    Visual truncation on StartWindowControl

  • Cœur Cœur modified a comment on ticket #107

    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,...

  • Cœur Cœur posted a comment on ticket #107

    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...

  • Cœur Cœur created merge request #6 on Source Code

    Fix various typos

  • Cœur Cœur committed [a8bb38] on GrandPerspective

    Fix various typos

  • Cœur Cœur created merge request #5 on Source Code

    Fix nullability warnings in CompoundItem

  • Cœur Cœur committed [020739] on GrandPerspective

    Fix nullability warnings in CompoundItem

  • Cœur Cœur committed [2fa419]

    GitHub description should use HTTPS

  • Cœur Cœur committed [954b97]

    spelling

  • Cœur Cœur created ticket #516

    Clear SVN and CVS repositories

  • Cœur Cœur created ticket #75

    Spelling mistakes fix

1
MongoDB Logo MongoDB