Tom Harrington

Results 21 comments of Tom Harrington

That error probably means you haven't configured app groups for the app, or the extension, or both. It's a necessary part of creating the URL where the persistent store file...

The only thing I know of that would cause a nil URL would be app groups not being configured properly. That means: - Turning on app groups in the project...

My main use for this would be to have Emanote ignore Obsidian template files. There are probably other uses, of course.

No. When app continued its high battery use, and when it proved impossible to build the app, I lost interest in the project.

You didn't say what language you're using, but since you use `YES` rather than `true` it looks like you mean Objective-C. With ObjC, your generated code should include a property...

You can get what you describe but **only** if the `isChecked` property is configured to use scalar types and is **not** configured as "optional" in the data model. If the...

Hey @DaveWoodCom and @rentzsch, it looks like at least some of this PR was covered in commit b8d4687fef07bc92761c11ba7950e59ae404981b. Does this PR address anything still outstanding? I don't want to close...

I see the same thing. With an iPhone 14 running iOS 17.3, scanning fails for all books. The site offers to let me choose "back camera", "back ultra wide camera",...

Hi @radianttap. It's binary because that's how the built-in coders work and because binary is a type that Core Data understands. `JSONEncoder`/`JSONDecoder` and `PropertyListEncoder`/`PropertyListDecoder` each convert to/from binary data. It's...

Commit 28c0a72 includes an implementation of this.