Antoine van der Lee
Antoine van der Lee
See this release: https://github.com/apple/swift-argument-parser/releases/tag/0.0.5
Hey there! First of all, this project really seems promising. I've been using XCPretty for quite a while and I would love to replace it with a more up to...
We can see a crash in our crash reports regarding Memory, happening in the `AssetsGridViewController` and 100% on iOS 13. We still need to look into it but I have...
See:  Xcode 14 shows these as purple warnings, whereas Xcode 13 only shows them as system logs. The affected method:  The UUID is not really descriptive.
It would be great if we can use the share extension instead of the Mail app if the latter is not installed
This result in an annoying error, which can be fixed by implementing the datasource callback as followed: ``` swift func lineGraph(graph: BEMSimpleLineGraphView, labelOnXAxisForIndex index: Int) -> String ```
While running `create-api generate app_store_connect_api_2.0_openapi.json --module "AppStoreConnect_Swift_SDK" --output . --config .create-api.yml -s`, I don't get any documentation for the files. See for generated Entity examples: https://github.com/AvdLee/appstoreconnect-swift-sdk/tree/master/Sources/OpenAPI/Entities Config used: ``` #...
I was wondering whether you have any insights into compile-time optimization. Since the created files can be in numbers, compile times can add up quite a bit. I'm thinking out...
See the following output: ```bash avanderlee@Antoines-MBP-2 OpenAPI % create-api generate app_store_connect_api_2.0_openapi.json --module "AppStoreConnect_Swift_SDK" --output . --config .create-api.yml -s Generating code for app_store_connect_api_2.0_openapi.json... WARNING: Unknown body content types: [OpenAPIKitCore.OpenAPI.ContentType(underlyingType: OpenAPIKitCore.OpenAPI.ContentType.Builtin.other("application/a-gzip"), warnings:...