Post

Replies

Boosts

Views

Activity

Comment on In SwiftUI in iOS 18.1, `SectionedFetchRequest` is not refreshed when changes are done to the fetched entity's attributes.
Interesting. Yes this looks to solve the problem, thank you I will use it. I am now wondering is this breaking anything important that SwiftUI might be doing intentionally. I am not an expert in SwiftUI mechanics and how it marks views as "dirty" but the solution you provided looks 100% correct. But the initial issue definitely looks like an internal bug in SwiftUI. Thank you.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’25
Comment on Incorrect results from `isSuperset` when used with specific emoji symbols and prefix.
Ok, but how come the same is not true for the input22 string which is again "a" + emoji (different one). Looks like it works for some emoji symbols only, which is quite strange. I am currently going with the iterate over the string approach, but still I am trying to understand there is a different results when checking the two strings "a🥀" and "a😀".
Topic: App & System Services SubTopic: General Tags:
Jan ’24
Comment on Xcode 15: Core Data : No NSValueTransformer with class name *** was found for attribute YYY on entity ZZZ for custom `NSSecureUnarchiveFromDataTransformer`
To me it also looks like related to the analysis during build time only by the fact that this warning happens on a simple build with no run, which has nothing to do with run time life cycle events in which the custom transformer might be registered. I hope we will get some more info on this.
Oct ’23