Yonas Kolb

Results 30 issues of Yonas Kolb

The order of parsed accessibility markers is in the wrong order. See screenshot, where the section headings are parsed as being at the bottom of the view. This is a...

bug
VoiceOver parity
P1: High Priority

Is Caching via the `CachExchange` supposed to be working? It seems it's not. Looking into the code, the caching uses `Operation.id` as a key, but that id is a random...

This adds Android support - [x] Generate strings.xml - [x] Generate placeholders - [x] Generate different languages - [ ] Generate plurals - [ ] Generate Strings.kt - [ ]...

At the moment shared schemes are only generated if they are defined in `target.scheme` or `schemes`. The problem is if someone wants to generate a simple shared scheme with no...

enhancement

This adds support for Xcode 16's synchronized folders, which depending where you look have a few different names: - synchronized root groups - synchronized folders - folder references - buildable...

**Problem** If new enum cases are added to graphs then older clients will fail to decode them, making the whole request fail. **Solution** This adds an optional new configuration option...

In Xcode 16.3 RC, accessing a generated object selection typealias causes a compiler error Here's an example accessing a generated typealias: ```swift Selection.Post { try Post(title: $0.title(), status: $0.status()) }...

This is an addition to #1541 that adds each target's Info.plist to the exception list of the synced folder to fix the duplicate Info.plist error. This currently isn't working due...

Hi, just wondering what the status of this project is? It seems progress stalled after the talk of a different direction and the v6 roadmap https://github.com/maticzav/swift-graphql/issues/185. @shaps80 do you have...