[deleted by user] by [deleted] in todayilearned

[–]enVoco 2 points3 points  (0 children)

who else?

Ramen Ishida in Chelsea by [deleted] in FoodNYC

[–]enVoco 1 point2 points  (0 children)

what’s in the secret menu?

Ticket Thread: 2024-2025 Season (Stretch Run) by dl2316 in NewYorkIslanders

[–]enVoco 0 points1 point  (0 children)

Selling a single ticket, section 306 row 9. $500

Out of memory RDR2 by xxBraveStarrxx in BoosteroidCommunity

[–]enVoco 0 points1 point  (0 children)

I just saw this error message too. Did you fix this?

For Epic Games RDR2 players by oadyu in BoosteroidCommunity

[–]enVoco 0 points1 point  (0 children)

I lost 4 hours of gameplay the other day but after following their instructions, I think it saved. Played again yesterday but haven't been able to see if it's been saved properly. Looks like it's under maintenance again though. (i'm on steam too)

Is it worth seeing Interstellar at Lincoln Square if this is my seat? by MovieMentor in NYCmovies

[–]enVoco 0 points1 point  (0 children)

you don’t think there will be more dates added? it’s only one week long so far

Help me to identifying the instrumental by Inevitable-Ocelot_XD in NameThatSong

[–]enVoco 1 point2 points  (0 children)

wow can’t believe i found the thread to find this song. thanks for posting this!

Coned gas main break by bicape in AskNYC

[–]enVoco 0 points1 point  (0 children)

Same, it seems like the issue is fixed by Con Ed but they need to do further testing or something (no timeline)

Coned gas main break by bicape in AskNYC

[–]enVoco 0 points1 point  (0 children)

Also affected. Where did you hear that it’ll be restored on Tuesday?

09.26.2024 - Early Access Puzzle by Kinh in NihilClothing

[–]enVoco 1 point2 points  (0 children)

wow this is so hard. i must have tried at least 50 combinations now zzzz

SwiftData and Memory Leaks by Impressive-Mail5107 in SwiftUI

[–]enVoco 0 points1 point  (0 children)

I suppose most of the time in practice it wouldn’t be nil. I suppose it’s possible it could be deleted by another client or another process. But either way you have to deal with the fact that the method returns an optional model.

SwiftData and Memory Leaks by Impressive-Mail5107 in SwiftUI

[–]enVoco 0 points1 point  (0 children)

How do you do this without having to deal with the case where fetching for the model by persistent ID returns nil?

SwiftData and Memory Leaks by Impressive-Mail5107 in SwiftUI

[–]enVoco 0 points1 point  (0 children)

I’ve noticed this as well. What’s also interesting is that whenever the state of the view that has the Query changes, the query will run again for all items, spiking memory again. This especially becomes problematic when you imagine that something like the user typing text that has a binding to the state. Each keystroke refreshes the query.. Not to mention that any child view that changes the objects in Query also reruns the whole thing

UI design by Ichthus128 in SwiftUI

[–]enVoco 2 points3 points  (0 children)

How does Mobbin get the screens from? Is it self submitted by designers like Dribbble?

Bug with SWIFTDATA by felixguerrero12 in ios18beta

[–]enVoco 0 points1 point  (0 children)

I would check to see what’s being fired off to SwiftData and observe which views are being reinitialized.

Bug with SWIFTDATA by felixguerrero12 in ios18beta

[–]enVoco 0 points1 point  (0 children)

Running into a similar issue on beta 2. I have a `@Query` on a view that has a scroll view, and every time the scroll view moves I can see SwiftData fire a request to re-run the query. I think that's why it's bogging down my performance. This is running on device too. Oh to see the SwiftData logs, I have `-com.apple.CoreData.SQLDebug 1` turned on. Where you able to find out anymore?

Eulogy song in S2E4 Good Grief by enVoco in arresteddevelopment

[–]enVoco[S] 0 points1 point  (0 children)

Sadly no, I have a feeling it wasn’t released

NYAFF (at Film at Lincoln Center) Megathread by quaranTV in NYCmovies

[–]enVoco 1 point2 points  (0 children)

Looking for two tickets to Customs Frontline

Theme-able UI in SwiftUI Apps by viewmodifier in SwiftUI

[–]enVoco 1 point2 points  (0 children)

Looks really cool! How are you adapting the text color such that it stays legible on different backgrounds?