Oliver Jones

Results 29 issues of Oliver Jones

Vexil can't be compiled for visionOS because of conditional imports. **Vexil version:** `2.2.2` **Swift version:** `swift-driver version: 1.87.2 Apple Swift version 5.9 (swiftlang-5.9.2.1.6 clang-1500.1.0.1.1)` **Environment:** Xcode 15.1 beta, macOS Sonoma...

bug

Optional `enum` flags seem to Crash Vexilographer when going into edit mode. **Vexil version:** `2.2.1` **Swift version:** `swift-driver version: 1.75.2 Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)` **Environment:** Version 14.3.1 (14E300c)...

bug

This PR implements the Provisioning APIs of the AppStore Connect API. I've not tested this code yet. :) Resolves #6

It would be really useful to add the provisioning endpoints to this package. eg: ``` GET|POST https://api.appstoreconnect.apple.com/v1/bundleIds GET https://api.appstoreconnect.apple.com/v1/bundleIds/{id} GET https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/profiles and more ``` API docs for additional APIs: -...

Renamed a parameter so that the fraction value passed to RHDrawImageInRect is the param value rather than something out of Carbon's Script.h header. Also, fixed the cached image representation invalidation...

Searching the code for usages of `callbackQueue` suggests that it is not used.

bug

I have a question regarding matchers specified via the Pact FFI IntegrationJSON format. Is there a way of combining matchers? From what I understand matchers can be combined in terms...

I've been shipping SwiftSoup in my app for a little while now and with my latest submission to the App Store using v2.7.1 I got the following warning: ITMS-91108: Invalid...

There currently appears to be a gap in the implementation of the `FormatStyle` APIs and foundation's `NumberFormatter`. Although `DescriptiveNumberFormatConfiguration.Presentation` defines `ordinal` and `spellOut` there doesn't appear to be any `presentation()`...