Yeah, so, I'm definitely leaving this site. Hope to see you all elsewhere ❤️
- Instagram/Threads: solatrus
- Cohost: solatrus
- Mastodon: @[email protected]
- Tumblr: solatrus
#Swift#SwiftLang devs: you're given a JSON array of similar, but not the same, objects that you need to decode into a single array.
Do you make an array of items which:
1. Inherit from a superclass
2. Conform to a protocol
3. Are/contain an enum with associated values
@SammNeiland Welp, now my PC's clock is out of sync and I can't find my earbuds or my keys because you took the batteries out of my Tiles.
Thanks, Samm.
@Shadolith Most of the time it's the compiler that crashes (meaning I get a build error without knowing anything about what went wrong).
HOWEVER, at least once a day the entire IDE crashes because I typed a single character at the wrong place and it freaked out.
Thanks, Apple.
Swift 5.9's macros are pretty cool, but the sandboxing is preventing me from removing some boilerplate in the dependency injection framework I've been developing.
I need to be able to look at the initializers of classes and actors _not_ declared in the current file.