-
Updated
Nov 4, 2020 - Swift
alamofire
Here are 527 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Swift
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
-
Updated
Dec 5, 2020 - Swift
-
Updated
Sep 4, 2020 - Swift
-
Updated
Oct 4, 2020 - Swift
-
Updated
Jun 14, 2020 - Swift
-
Updated
Dec 27, 2018 - Swift
-
Updated
Oct 30, 2020 - Swift
-
Updated
Nov 3, 2020 - Swift
-
Updated
Aug 24, 2020 - Swift
-
Updated
Aug 8, 2020 - Swift
-
Updated
Jun 7, 2020 - Swift
-
Updated
Nov 4, 2019 - Swift
-
Updated
Sep 20, 2018 - Swift
-
Updated
Aug 23, 2020
-
Updated
Mar 30, 2020 - Swift
Improve this page
Add a description, image, and links to the alamofire topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alamofire topic, visit your repo's landing page and select "manage topics."


Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our
Rakefilescript to just remove testing dependencies on each release, and keep it in the development process thanks to that.The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall