Jeans Ruiz
161 posts

Jeans Ruiz
@rcaos
iOS Dev. Sharing code, productivity. https://t.co/h3piY7vCgM
🇵🇪 Katılım Temmuz 2011
194 Takip Edilen112 Takipçiler

@DonnyWals Work project. Already moved the critical ones to SPM. The rest are stuck in prioritization limbo.
English

@rcaos I’ve seen that previews rely on the main app’s Bundle, so isolated packages miss localized assets unless you expose them explicitly. Are you overriding the preview’s bundle to include the localized resources?
English

@rcaos Your persistence layer abstracts the store - did you find a sweet spot between compile-time type safety and runtime flexibility when handling version migrations?
English

Wrote it up here: jeansruiz.com/swiftui/spm/lo…
Repo: github.com/rcaos/SwiftUI-…
English

@vituu The issue is that my apps are modularized. SwiftUI previews don’t support localization in isolated packages. Everything works fine in the main target though.
English

@rcaos I see you are using LocalizableString.AppFeature.greeting.localized() - what issues have you encountered when trying to preview a Spanish locale in Xcode?
English

Thanks to the organizers and everyone who showed up on Saturday. It was amazing to share and learn with such an awesome community. 🙌
@androiddevperu

English

Perspective: unlocked. The price tag suddenly looks reasonable.
Nick@nickbaumann_
If you're shocked at the price of using @cline with frontier models, understand that this is the actual price of inference. It's not realistic to provide full-powered AI at $15-20/month without severely limiting what these models can do.
English

@charliesbot XcodeBuildMCP, con un iOS code base con múltiples schemes, targets. Lo uso para después de hacer cambios en modo agente compile y ejecute tests.
Español

TaskMaster is an amazing tool! Found a sneaky edge case today (seems like uncharted territory 😅). After some debugging, I logged it here 👉 github.com/eyaltoledano/c…. Hope it saves you time next time! @TaskmasterAI
English

Working with my first macOS app, this little guy is disabled by default. With this, you can use URLSession.
developer.apple.com/documentation/…

English

It was fun to parse a Subtitle (.srt) using the swift-parsing library from @pointfreeco
github.com/pointfreeco/sw…

English

I wrote some stuff about moving from RxSwift to Combine jeansruiz.com/rxswift/combin…
English

Para recuperar la testabilidad sobre los streams tenemos algunas alternativas como github.com/pointfreeco/co… o github.com/tcldr/Entwine
Español


