16 Followers
16 Following
46 Posts

iOS developer and Swift enthusiast, author of CodableWrappers https://github.com/GottaGetSwifty/CodableWrappers

https://www.getswifty.blog

My CodableWrappers library was featured on this month’s Swift.org community showcase! https://www.swift.org/packages/showcase.html check it out here if you’re looking to improve Codable ergonomics 🤓: https://swiftpackageindex.com/GottaGetSwifty/CodableWrappers #swiftlang #swift #codablewrappers #oss #github #iosdeveloper #codable
Swift.org

Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

Swift.org

My workplace is going to start requiring MDM for Slack 🤦‍♂️🤦‍♂️🤦‍♂️

I really wish IT people didn’t have carte blanche to make any change in the name of “security” regardless of how it affects the people they have to deal with it

THIS. Also please let me just select the text I want instead of forcing me to copy the whole error text 😭😭
https://iosdev.space/@dandylyons/113980529741931153
Daniel Lyons (@[email protected])

It is absolutely infuriating that Xcode repeatedly chooses to display errors in a small truncated text that is not able to be expanded or even copied into the clipboard. Terrible design.

iOS Dev Space
How is #slack STILL a performance hog 🤦‍♂️

I have a class with some documentation in it.

it refers to a Recipe class that isn’t part of that file.

what major incantation is necessary to get that to show up as a clickable link in DoC?

I can’t believe that the “documentation” is written like this. In the past we had a linking UI that just let you pick the method to put in and it did it. Kept track of it’s movements any everyone.

Also, I’ve NEVER got then Documentation Preview window to work.

Apparently #anthropic doesn’t have an #ios or #swiftlang #sdk for #claude yet. 🤔 wonder if anyone’s using it…might just make a quick wrapper library around the API
Apparently someone wrote an article about my library and I didn’t even know! nicholausadi.com/simplify-jso... #swiftlang #oss #codablewrappers
Even stricter Memory safety mode for #swiftlang? Wonder if it’s motivated by #Apple using swift in the #iphone Secure Enclave. Also wonder if libraries should try and support it 🤔 https://github.com/swiftlang/swift-evolution/blob/main/proposals/0458-strict-memory-safety.md
swift-evolution/proposals/0458-strict-memory-safety.md at main · swiftlang/swift-evolution

This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - swiftlang/swift-evolution

GitHub
CodableConfiguration | Apple Developer Documentation

A property wrapper that makes a type codable, by supplying a configuration that provides additional information for serialization.

Apple Developer Documentation

Everytime I try and do something with #cocoapods I just end up in #ruby version hell 😭😭

Are people still using it or can I just drop support for it and require #SwiftPM? It’s so much easier to work with!