Kent Sutherland

Results 10 issues of Kent Sutherland

Calling EVP_Cleanup in dictionaryWithAppStoreReceipt() can cause crashes elsewhere in an app that uses OpenSSL. It's probably safer to not call it at all.

When using time estimates, the remainder tests get put into a new bundle when exceeding the optimal execution time. For example, if you set numSims to 5, you end up...

The latest version of libgit2 with worktree support can return relative paths in git_repository_workdir. This results in `-[GTRepository fileURL]` returning an arbitrary URL depending on the current working directory. What...

Would adding [JSON Feed](https://jsonfeed.org) support to Sparkle be useful to anyone? There's not any specific advantage for Sparkle itself, but it would make creating, managing, and reading appcasts a whole...

A change in 0b1dba8ca8ec4342cee4734f6c82d70bc5ad8c55 broke the following situation: 1. Create an automatic relationship with yapDatabaseRelationshipEdges (a destination edge with YDB_DeleteSourceIfDestinationDeleted) 2. Use setObject:forKey:inCollection: to add the objects which creates the...

I'm investigating using YapDatabase's multiprocess support and it's working quite well except for a problem with long-lived read transactions and wal truncation. In summary, here are the two problems I'm...

Trying to update the generated Info.plist directly in the built product no longer works reliably with Xcode 15. Instead we now read the input Info.plist, write an updated Info.plist to...

Fixes #149 I replace `os_trace` with `os_log` which causes a lot more logging in Xcode, but preserves the logging. `os_log_debug` is too chatty for my taste, but I didn't want...

I know this project hasn't been touched in a few years, but I found it really helpful in doing a migration. I added a couple of other options for migrating...

Is this project open to using clang-format to format entire repository? We're working within our own fork and the inconsistent formatting style is an impediment to easily merging, rebasing, and...