Eric Andrews

Results 70 issues of Eric Andrews

From community: https://discuss.tchncs.de/post/16758880

bug

Encountered while re-implementing feed posts. Some posts in feed don't provide a menu.

bug

Community feedback: https://lemmy.ml/post/19667291/13804964

bug

`kishikawakatsumi/xcresulttool@v1` is currently causing CI failures due to Xcode 16 changes. I've removed it in #1327; it's not vital to functioning CI, but is nice to have.

enhancement

Interaction bar widgets should be brought into line with the new settings. This involves: - Move layout widgets into Settings - Add logic to decode and translate v1 widget layout...

enhancement

Improve how we handle images across the board: - Use Nuke `ImageProcessors` to perform resizing upstream - Investigate fetching full-size and resizing to all required resolutions using upstream image requests...

enhancement

PersonContent feeds (saved, profile) should support sorting

enhancement

ContentLoader sometimes throws "calling into SwiftUI on non-main thread"; the actual assignment operation within a ContentLoader needs to be `@MainActor`

bug

Repro: - Enter the chat message view - Open the keyboard - Try to select text on a long message (3+ lines) Fix: - Auto dismiss keyboard when selecting text