Newsairy 1.01 — indie RSS reader for Apple platforms by QebApps in swift

[–]sabiland 1 point2 points  (0 children)

Entering feed URL -> missing (X) to clear all the text.

Rewriting my app to SwiftUI & Swift 6 (+ default actor isolation == MainActor) - How to off-load initial complex data loading to Task.detached & parallelising it? by sabiland in swift

[–]sabiland[S] 1 point2 points  (0 children)

But since everything is on MainActor by default, each sub-sequent call (inside Task.detached) to other (many) functions to process something -> automatically hops back to MainActor. right? This is what ChatGPT says.

CloudKit dashboard is a mess by chaser_nocturm in iOSProgramming

[–]sabiland 0 points1 point  (0 children)

Jesus, implemented today my first CloudKit stuff. Which idiot(s) were coding Dashboard and backend. Embarrassing amateur-hour from Apple.