@tanmay

109 Followers
191 Following
31 Posts
App maker.
@edwellbrook This is from a 14 Pro Max running on 16.5. I haven’t debugged this yet, only ran my app to verify the behaviour but it’s likely the same thing which you figured out. I’ll dig a bit into this later and file a radar as well.
@edwellbrook I just realised the same thing happens in the player transition in Soor. I knew something looked off but didn’t think much of it. I’ll investigate this and report back if I find a solution.

Today my app “Five Stars” is available in beta on TestFlight🎉

Five Stars lets developers read and reply to App Store reviews on their iPhone, iPad and Mac👨‍💻⭐️

I started working on Five Stars a year ago and after working on it on and off during nights and weekends I’m happy to get it into the hands of other developers🤩

If you give it a try any feedback will be much appreciated❤️

https://testflight.apple.com/join/tiCKUbz5

Join the Five Stars: Reviews & Ratings beta

Available on iOS

So @MonaApp is out today and immediately takes the crown for most customizable Mastodon client to date. Multiple columns on Mac and iPad, split-screen on iPhone (!), and TONS of settings you can tweak. Insta-purchase for me, with no subscription.

Our review: https://www.macstories.net/reviews/mona-a-unique-mix-of-customization-options-and-features-you-wont-find-in-any-other-mastodon-app/

Mona: A Unique Mix of Customization Options and Features You Won’t Find in Any Other Mastodon App

Mona is a brand new, highly customizable Mastodon client from Junyu Kuang, the developer of Spring, which is one of the few remaining third-party Twitter clients that still works and pioneered many of the features found in Mona. Mona, which is available on the iPhone, iPad, and Mac, is a power-user app through and through.

Hi friends! After months of hard work, I'm proud to share Doppler 3.

Doppler is a music player for Mac and iPhone built for people who /buy/ their music.

Today's update adds support for Album Collections, Queue modes (Album Shuffle!), new customisation options and a lot of design improvements.

Read more and download here: https://blog.brushedtype.co/doppler-3-for-iphone/

(Boosts are very welcome to help spread the word!)

Doppler 3 for iPhone

Doppler 3 adds Album Collections, new features for album listening, options for personalisation, and more. Doppler 3 is available now to download from the App Store. Doppler 3 is a Paid UpgradeToday's update is the first paid upgrade to Doppler since January 2020. The upgrade is optional for existing customers

Doppler Blog
@stern I launched AnyGPT for macOS today! It puts ChatGPT inside any macOS app. https://anygpt.app
AnyGPT - ChatGPT inside any app in macOS

Introducing my new app - AnyGPT: ChatGPT inside ANY app in macOS.

Just type gpt: followed by the prompt & hit enter to get result right there without losing context.

Ex. in iMessage type, gpt: suggest 10 holiday spots near New York ⏎

⬇️ Download: https://anygpt.lemonsqueezy.com/checkout?cart=e329af69-b4c0-415d-a635-0352b27aa6a1

Discounted launch pricing of $4.99 for first 100 downloads and then $9.99.

1-time lifetime unlock.

Note: AnyGPT requires an OpenAI API key with a paid account or account with valid free credits.

AnyGPT

ChatGPT inside any app in macOS

@dimillian I just tested this and it did not work. Adding a section to a list forced body computation of all rows regardless whether or not they were in a section. So if you're using a List and want to do section based status views, you’ll get worse performance.
@dimillian That's a clever trick to enable multiple context menus. Also I believe as long as the section itself is not inside another section it should get lazy loaded, but best to test this out.
@dimillian Using section, the body computation of all 10k rows gets done. SwiftUI is likely doing a layout pass of the entire 10k rows to compute the section dimensions.