Bosco Ho

Results 16 issues of Bosco Ho

Documentation in latest version of SDK says `playerAPI.enqueueTrackUri(...)` returns YES on success, but actual return value is an instance of `SPTAppRemoteCallResponse`, for which there isn't documentation(?). Should we just assume...

Currently, we can use universal links to make the iOS app open an artist's page via `https://open.spotify.com/artist/\(id)`. Is it possible to make it go one step further, and go directly...

## Environment: - OS: iOS 17.1.2, iPhone 13 mini - IceCubesApp version: 1.9.15 (Dec. 13, 2023) ## Description On home indicator devices, MediaUI video player controls are to bottom edge...

bug

# Pull Request Information ## About this Pull Request Allows users to customize tab bar actions behaviour: - System: Pop to root, then scroll to top (and pop back to...

**Describe the bug** When expanding comment with many child comments, main thread appears to be blocked. **Expected Behavior** Should bounce that work off on background thread, and have a progress...

bug

Some views added in v 1.2 haven't opted into tab bar navigation.

bug

## Introduction Briefly: - Some communities have many pinned posts (c/mlemapp has 4!). - On mobile, users have to scroll past these before interacting with all other posts, even if...

enhancement

We should get a head start on compiling with strict concurrency completely enabled before Swift 6 arrives: - Initial build resulted in at least 2 errors and over 100 warnings...

enhancement

**Describe the bug** Child comments don't load in the following posts in Mlem, but they do in web browser: - https://lemmy.world/post/1044707 - https://lemm.ee/post/843533 **Expected Behaviour** 1. Open "Subscribed" feed. 2....

bug

`@State`/`@StateObject` variables should use .init(wrappedValue: ), but in some views we are either not using this initializer, or perform logic outside of it before passing a value into the @autoclosure/Value....

bug