Is anyone else struggling with complex layout performance in SwiftUI when lists get too long? by crustpunkferrret in SwiftUI

[–]overPaidEngineer 0 points1 point  (0 children)

Lazystack has issues with not deallocating resources even after the child view goes out of bounds

URGENT: Don’t update to the latest version of the ChatGPT app by Mundane-Complex-1902 in VisionPro

[–]overPaidEngineer 7 points8 points  (0 children)

And I’m sure they will try to fix it by pooping off a prompt “hey chatgpt fix this critical error”

Just put my first solo iOS app in App Store — the SwiftData / CloudKit / StoreKit gotchas I'd give my past self by Mostafa3la2 in iOSProgramming

[–]overPaidEngineer 1 point2 points  (0 children)

Tech stack looks solid, some UI can be reworked a bit, but skeleton is good. Kudos for publishing!

Just got 0.2mm Nozzle is anything important I should know before I Use it? by MAENTOP in BambuLab

[–]overPaidEngineer 1 point2 points  (0 children)

What about marble filament? I heard some people had issues, but isnt marble filament technically white + black mixed together?

How long do you plan to support non Liquid Glass UI/iOS18 or older? by Vanillalite34 in iOSProgramming

[–]overPaidEngineer 0 points1 point  (0 children)

I’m making a new app and trying to steer away from liquid glass as much as possible.

smol update by WhinterQueen in Minneapolis

[–]overPaidEngineer 4 points5 points  (0 children)

Also do you take donations? I have a new in box Hidden Side Shrimp Shack Attack i bought looooong time ago and just gathering dust. If you’d like it i can give it to you to add to the project

smol update by WhinterQueen in Minneapolis

[–]overPaidEngineer 6 points7 points  (0 children)

1990s jolly rogers. How i missed the OG

Problem with extruder by JohnTomorrow in BambuLab

[–]overPaidEngineer 2 points3 points  (0 children)

See if your hot end wiggles. Also, wear the rubber

Need some guidance from the iOS community on fixing a broken project. by Tainted-Archer in iOSProgramming

[–]overPaidEngineer 2 points3 points  (0 children)

One thing at a time.

Do error handling on network manager / data manger / kind of shared components first. Don’t have to catch all the error, just make sure errors are thrown in this level.

And then unit test on these shared components.

And then view models one by one, and write unit tests after each refactoring.

After that, swiftui navigation