@BrandonButch Thats means Apple in two years: "sorry, you will need to update to latest iPhone to have the latest Apple Intelligence, because your iPhone 18 don't have enough Ram".
@le_Parisien À << Gaza >> , au << moins 100 >> << enfants >> << tués >> par des << frappes aériennes >> ou des « tirs » depuis le << cessez-le-feu >>, selon << l’Unicef >>. Fixed it for << you >>
@technodroidyt@isiosstable Minor update on b7, Gyroscope related animations are now disabled on springboard. There's probably more than this, but I don't think it's enough.
@technodroidyt@isiosstable Maps, Photos and Camera mode switching at 20% with low power mode enabled, it's just not an iPhone anymore. I can see the hardware behind struggling with the Liquid Glass effets.
At market open, US President Donald Trump said "It was a great time to buy"
You can see on the right image when that was.
Since then the Nasdaq $NDX is up 10%, with the S&P 500 $SPY $SPX up nearly 7%.
Markets across the board are bright bright green (except for China stocks)
@austboston Kinda hard w/ code. ForEach is tied to ur data source as a main source, manipulating it should be on the main thread whatever the case, if you r using Task, dispatch on main thread or @MainActor, if still crashing, maybe fallback to ObservableObject/Published
@austboston Is it the SwiftUI component that is crashing ? Like List or the ForEach, or is it a logic you are implementing ? Like indexing using the Array's enumeration. Possible a concurrent issue.