Matthew Loewen

@matthewloewen
2 Followers
20 Following
37 Posts
@marcoarment I’ve used it to put a VStack in a ScrollView if it doesn’t fit by itself.

@gruber a Switch 2 tidbit I didn’t see on The Verge: Nintendo is releasing a Japanese region locked version for ~$340 USD. That’ll be the one in stores here in Japan. A region-free version will be available online only for roughly US MSRP.

It’s an interesting way to serve the domestic market in the face of purchasing power, FX, and tariff challenges while disincentivizing international scalpers.
Details (relevant bits also in English, Chinese, Korean):
https://www.nintendo.com/jp/hardware/switch2/lineup/japan-only/index.html

「Nintendo Switch 2 日本語・国内専用」について|Nintendo Switch 2|任天堂

「Nintendo Switch 2」の「Nintendo Switch 2 日本語・国内専用」についてご紹介します。

任天堂ホームページ

@siracusa as someone who rarely restarts their Mac, have you encountered any date/time synchronization issues lately?

On my Mac, Astro (ASO app) couldn’t complete network requests and suggested the date on my Mac was wrong. On my iPhone, I couldn’t make Pokemon Pocket purchases (maybe for the best😂). In both cases, toggling “set automatically” in date settings fixed the issue.

Why do online services care about the date and time on my device? Maybe an #askatp candidate 😄

@marcoarment @overcastfm not sure if this is fixed in 2024.8.1 (I’m still on .8), but I had a new episode show up in the the top list of episodes before it downloaded. I didn’t know it wasn’t downloaded and tapped to play it. It downloaded, but when the download finished, the episode wouldn’t play. I tapped to play it, still nothing. I had to start a different episode and then go back to the new one for it to play.
@marcoarment @overcastfm and here are screenshots of playlist/settings since I couldn’t include both a video and images on the previous post.
@marcoarment I’m using @overcastfm 2024.8 and just encountered a weird bug where an episode of a podcast wouldn’t finish playing, even if I manually restarted playback. At first I thought it was the bug you mentioned on ATP where autoplay didn’t work sometimes, but this felt different. Here’s a video of the bug. I was able to manually mark it as played. I hope this is helpful!

Watching WWDC23 in June: improved line breaks for Japanese text. Awesome!

Coding in September: why are my English language line breaks all weird in iOS 17? But… only when my app is running in Japanese?

💡It's applying improved Japanese line breaks to my English text.💡

NSAttributedString.Key.languageIdentifier to the rescue!

@marcoarment have you ever experienced device audio issues fixed by resetting “all settings”?

I had an AVQueuePlayer that was stuttering when starting new items. Only affected my carry device, none of my test devices. I tried restoring iOS to no avail. I had to reset all settings because I forgot my encrypted backup password (iCloud backup to the rescue), and after that, it was fixed!

I know you’ve done a ton of work with audio frameworks. Any experience with this kind of bug?