Top 10 tips for 2025
Common Windows L
code really be like “I know I worked yesterday and you didn’t do anything since then but i’m just not feeling it today”
I have one of the deepest forms of sympathy for you. Like, I don’t know how to express it.
also it has less padding between the posts and the bezel than this
Personally, I think swiftui has the best style of any ui framework. Way better than material (although material has gotten better)
The wasteof.money api has some weird things that are messing up my app. For example: if you request a post, it will not include the repost
parameter if it is not a repost. And some revisions will include the current
parameter (if they’re the current one) and some will also include an editor
parameter that says who did the edit.
All of this really messes with my app, because of type safety and such.
Never mind. It’s that hard.
Well, maybe not that hard. But still hard
Swift doesn’t allow you to have recursive properties in structs. So implementing reposts is gonna be a nightmare.
Swift doesn’t allow you to have recursive properties in structs. So implementing reposts is gonna be a nightmare.