Post

Replies

Boosts

Views

Activity

Comment on Public Database Cloud Kit Missing Queryables
Thanks for your response! I have added modifiedTimestamp as queryable. The error still appear and persists after first use of a new public database. Do you happen to know what ___modTime actually is? I understand that things prefixed with ___ are system fields, but I don't really understand how it is (or is not) related to the modifiedTimestamp field.
Topic: Programming Languages SubTopic: Swift Tags:
May ’23
Comment on iOS 17 Inspector does not respect new iOS 16.4 sheet modifiers such as .presentationBackground
Hey - thanks for the reply, but this is using a sheet, not an inspector
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Is @CaseDetection macro included in Swift 5.9 Xcode 15?
Thanks for your reply! The link works, but does anyone know why they've chosen to have this separate from their official Swift documentation? I thought every method/library/framework that's available "out of the box" in Swift would have its own page in the official docs.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Using discardingTaskGroup to limit concurrent tasks?
Thanks for your response! So, my understanding is that there is no longer a use case for using the old TaskGroup API with a type of Void.self. After all, if there is no result returned, you might as well not allocate space for it in memory and use this discardingTaskGroup API instead.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Xcode 15 beta 5 crashes on creating a file
This is the only workaround that worked for me. Annoying, but good temporary workflow.
Replies
Boosts
Views
Activity
Aug ’23
Comment on Public Database Cloud Kit Missing Queryables
Thanks for your response! I have added modifiedTimestamp as queryable. The error still appear and persists after first use of a new public database. Do you happen to know what ___modTime actually is? I understand that things prefixed with ___ are system fields, but I don't really understand how it is (or is not) related to the modifiedTimestamp field.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’23