https://kabel.salat.dev/learn/
https://kabel.salat.dev/learn/
https://forums.swift.org/t/using-property-wrappers-with-codable/29804/12
https://forums.swift.org/t/using-property-wrappers-with-codable/29804/12
https://swiftpackageindex.com/mattpolzin/OpenAPIKit#releases
https://swiftpackageindex.com/mattpolzin/OpenAPIKit#releases
Property Animators, iPad 2018, corrupt backup, Swift 4 TensorFlow, Marzipan, JAMF, Codable, earnings, Bill Atkinson, iTunes MS Store, MacBook Air, What's New In Swift, TLDRLegal, Classic CS Problems in Swift
https://t.co/mIxPT5q4Ql
Property Animators, iPad 2018, corrupt backup, Swift 4 TensorFlow, Marzipan, JAMF, Codable, earnings, Bill Atkinson, iTunes MS Store, MacBook Air, What's New In Swift, TLDRLegal, Classic CS Problems in Swift
https://t.co/mIxPT5q4Ql
#BuildInPublic #IndieHacker #iOSDev #IndieDev
#BuildInPublic #IndieHacker #iOSDev #IndieDev
I'm considering what's the best way to implement it. I just want something simple and doesn't use a lot of memory and CPU usage. But I'm still keeping Sendable and Codable conformance in mind.
I'm considering what's the best way to implement it. I just want something simple and doesn't use a lot of memory and CPU usage. But I'm still keeping Sendable and Codable conformance in mind.
@jordanmorgan10.bsky.social to the rescue: www.swiftjectivec.com/swift-codabl...
Brb, decorating EVERYTHING 👀
@jordanmorgan10.bsky.social to the rescue: www.swiftjectivec.com/swift-codabl...
Brb, decorating EVERYTHING 👀
I'm late to the party but I've been waiting to do this since before `any Protocol` was introduced, which is what this requires.
Notice how neither `Colors` and `Marker` conform to Codable 🧐
I'm late to the party but I've been waiting to do this since before `any Protocol` was introduced, which is what this requires.
Notice how neither `Colors` and `Marker` conform to Codable 🧐
https://swiftpackageindex.com/jellybeansoup/swift-any-codable#releases
https://swiftpackageindex.com/jellybeansoup/swift-any-codable#releases
— that to make async func work inside a button action closure we need to wrap it with Task { };
— how to send encoded codable data over the internet;
— about useful service .
— that to make async func work inside a button action closure we need to wrap it with Task { };
— how to send encoded codable data over the internet;
— about useful service .
Like, we can't code dependence on oxygen without the actual word "depend/ence." "Requires oxygen" is not codable.
Like, we can't code dependence on oxygen without the actual word "depend/ence." "Requires oxygen" is not codable.
5. New categories added in 2025 seem popular: productivity, GenAI, CMP, growth & mentorship...
5. New categories added in 2025 seem popular: productivity, GenAI, CMP, growth & mentorship...
The answer is yes.
github.com/camh/CodableUI
The answer is yes.
github.com/camh/CodableUI
- correct and fast implementation for ATProto apps cause I wanna contribute something
- deterministic encoding is useful for a distributed data protocol I’ve been developing
Also cause I got into it and have been having a blast messing with Swift’s Codable APIs
- correct and fast implementation for ATProto apps cause I wanna contribute something
- deterministic encoding is useful for a distributed data protocol I’ve been developing
Also cause I got into it and have been having a blast messing with Swift’s Codable APIs
Might do it
I must first do other stuff
Might do it
I must first do other stuff
Thanks to `jmisol`, ObservableDefaults now effortlessly handles `Codable` properties via the `CodableUserDefaultsPropertyListValue` protocol. Seamlessly store and retrieve complex data types with UserDefaults.
github.com/fatbobman/O...
Thanks to `jmisol`, ObservableDefaults now effortlessly handles `Codable` properties via the `CodableUserDefaultsPropertyListValue` protocol. Seamlessly store and retrieve complex data types with UserDefaults.
github.com/fatbobman/O...
1/3
1/3
TBH I’d probably say a streaming decoder is more applicable to embedded. This can’t do that right now because of Codable restrictions
TBH I’d probably say a streaming decoder is more applicable to embedded. This can’t do that right now because of Codable restrictions