Antoine van der Lee

Results 203 issues of Antoine van der Lee

See this release: https://github.com/apple/swift-argument-parser/releases/tag/0.0.5

enhancement

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...

enhancement
help wanted

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...

bug
help wanted

See: ![CleanShot 2022-08-11 at 16 13 36@2x](https://user-images.githubusercontent.com/4329185/184153882-1338ba72-bb65-419e-8eae-e5614fcf9fa1.jpg) Xcode 14 shows these as purple warnings, whereas Xcode 13 only shows them as system logs. The affected method: ![CleanShot 2022-08-11 at 16...

For example, the app group URL now shows up like: ![CleanShot 2022-07-28 at 13 39 30](https://user-images.githubusercontent.com/4329185/181496502-7911adcf-5eda-4d99-953a-7dc28257baff.jpg) The UUID is not really descriptive.

enhancement
good first issue

It would be great if we can use the share extension instead of the Mail app if the latter is not installed

enhancement

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 ```

bug
duplicate
swift-specific

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: ``` #...

enhancement

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:...

wontfix