Results 45 comments of sqweek

Jake's modification is orthogonal to dialog itself -- it tweaks the cocoa initialisation. If you don't have any other cocoa code then it's not something you can apply. I never...

This change worked for me to extract messages from an iphone 5c backup to OSX 10.11.6. Thanks @basnijholt and @chelseybaker!

Note that if your response to SQLITE_BUSY is to retry the statement, its simpler to use the `sqlite3_busy_timeout(n)` API (which will have sqlite3 retry for up to `n` milliseconds before...

There's no reason not to directly support `sqlite3_busy_timeout`, but I don't think it adds a lot of value. The timeout is generally something you set once and forget about, and...

@anacrolix thanks for the report! The hang is unrelated to the deprecation warning (YesNoDlg doesn't use any file types) so I've split it into a separate issue #79

> But, I am not sure if this repo is maintained... I'm not super active, but I am around :) Welcome @karelbilek, I appreciate the attention and effort you've offered...

#81 introduced the use of [NSApplicationActivationPolicyAccessory](https://developer.apple.com/documentation/appkit/nsapplicationactivationpolicy/nsapplicationactivationpolicyaccessory?language=objc) which requires macOS 10.6+; I've updated the README to reflect this.

FYI I now have a project which uses dialog in conjunction with gio and haven't seen any issues on linux. Version info: ``` Linux version: Centos 7.7.1908 Go version: 1.21.0...

Lacking further details, I'm optimistically calling this fixed by #81.

I looked at this PR when you first opened it and was going to do something with it but I haven't had much bandwidth lately sorry. Thanks for your work!...