Egg on my face for not checking system requirements before updating. Got approval to update to Sonoma on my work laptop, but we are still stuck using Xcode 14.3, which isn’t supported. Now I get to downgrade. Every app that I use on a daily basis works on Sonoma, except for the one that I need to do my job. π€¦πΌββοΈ
Posts in "Coding"
Loving our GraphQL team right now. Just found out that I can refactor part of our app state and remove some complexity, by merging two network requests into one. π
Itβs amazing what a week off will do. I was having some issues implementing withCheckedContinuation() and handling cancellations. Read through a forum post one more time this morning and the problem was immediately obvious. I wasnβt calling resume on the continuation when it was canceled and this led to the continuation being leaked.
Now that that refactor is out of the way, I can focus on the main changes for the Drafts action.
The positive side about having my changes overwritten is that it revealed a bug I had overlooked when I was adding everything back.
Forgot that I was editing an action in Drafts on my iPad and made a lot of changes on the Mac. When I opened Drafts on the iPad it overwrote all of the changes that I had made on the Mac. Yay for getting to redo everything. π
My plans to tinker on an app idea last week didn’t go as planned. I ended up spending the week getting sucked into a JavaScript rabbit hole to try and clean up a Drafts Action that I created. While it wasn’t what I had started out the week wanting to do, I’m glad that it went this way. I’m happy with how the Action is looking now and will make it easier to maintain going forward.
Nothing fancy to see here, just testing some cross posting fixes for my Drafts action. π€πΌ
Trying to figure out the best way to introduce changes so that it is backwards compatible, but without making the code a nightmare to maintain, is always a fun part about software development.
It’s always funny to me to look at our app metrics and see what versions are still being used. Noticed today that a version is still being used that was released in 2019. But they are running iOS 16. I guess app updates aren’t as important as iOS updates. π
It does make me feel bad knowing that their version is about to break. π