-
I have a lot of real swift code with modern async and their new statically typed query expressions. I'm not sure how I'd port this to android which also has a very similar realm client.
-
**Description**
Recently I follow [Build an app with SwiftData](https://developer.apple.com/videos/play/wwdc2023/10154/) and I created my own preview container, which doesn't quite work right.
**S…
-
### Bug Report: Textfield Not Clearing After Sending Message
**Description:**
Occasionally, after writing a message in a thread and clicking "Send," the message is sent successfully, but the text …
-
-
Nice package!
Just checking in here since I am not very skilled with CoreData - does this package lazy load large lists? If we have 1000 elements in total we don't want to query all 1000 elements, …
-
Psudeo-code of some of the tables/general storage stuff we'll need:
```
table Game {
id: @unique(u64)
name: string
system: GameSystem
boxart: ImageRef? …
-
See https://fatbobman.com/en/posts/nsmanagedobjectid-and-persistentidentifier/
-
### Use Case
The HealthKit component currently provides a good automated setup to collect HealthKit data that is defined in the `Configuration` of a Spezi application. Nevertheless, some Spezi appl…
-
How could I use proton in a swiftui based macos app? It would be great if there's such an example.
arcrx updated
9 months ago
-
Hi,
`public static func transaction(transactionClosure: ()->Bool) -> Int?` returns an Int with the error code, or nil if there was no error committing or rolling back the transaction.
But is it poss…