Antoine van der Lee

Results 203 issues of Antoine van der Lee

The Analyzer in Xcode shows a lot of issues which might cause race conditions. These should be fixed for stability.

bug
enhancement

It might not be clear from the get-go how to use pagination support. Adding this to the readme would help implementors!

enhancement

By separating the package into subpackages, we allow implementors to only use the endpoints they need. https://github.com/CreateAPI/CreateAPI/issues/57 researched build times and showed that it's not easy to improve build times...

enhancement

Documentation is now missing while it would be useful! Should be possible to let it be autogenerated

enhancement

https://twitter.com/ansjowie/status/1532356414093639680?s=11&t=W9AWOXSw02fX-LI1X84N2w

Using subscribeOn and receiveOn from the receiveOn documentation https://developer.apple.com/documentation/combine/anysubject/3204343-receive ```swift let jsonPublisher = MyJSONLoaderPublisher() // Some publisher. let labelUpdater = MyLabelUpdateSubscriber() // Some subscriber that updates the UI. jsonPublisher .subscribe(on:...

The build system and Swift compiler in Xcode 13.2 beta 2 have a new mode that better utilizes available cores, resulting in faster builds for Swift projects. The mode is...

We're now fetching GH issues from the PR description, but we should be able to do the same for JIRA.

enhancement

See: https://github.blog/2021-10-04-beta-github-releases-improving-release-experience/ API: https://docs.github.com/en/rest/reference/repos#create-a-release

enhancement

See "Optimizing storage" issue: ![image](https://user-images.githubusercontent.com/4329185/88369345-133d7180-cd90-11ea-931f-48c9b7a36b0b.png)

good first issue
help wanted