Antoine van der Lee
Antoine van der Lee
The Analyzer in Xcode shows a lot of issues which might cause race conditions. These should be fixed for stability.
It might not be clear from the get-go how to use pagination support. Adding this to the readme would help implementors!
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...
Documentation is now missing while it would be useful! Should be possible to let it be autogenerated
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.
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
See "Optimizing storage" issue: 