-
Updated
Jul 2, 2020 - Swift
spm
Here are 339 public repositories matching this topic...
-
Updated
Jun 29, 2020 - Swift
Please add a checkboxes to mark constraint as correct. It' ll help to figure out the problem whet there are more than 15 constrains
-
Updated
Mar 18, 2020 - Swift
Should look something like the other badges shown below and would link to the package on the SwiftPM Library site.
Two reasons for this. First, let people know if they arrive on the GitHub web page the "quality" (yes, very subjective) of this package. Second, to drive traffic to the SwiftPM Library web site.
They should fit with this styling:
<img width="391" alt="README Badges" src="http
https://apple.github.io/swift-nio/docs/current/NIO/Classes/ClientBootstrap.html mentions:
Usually you re-use a ClientBootstrap once you set it up and called connect multiple times on it. This way you ensure that the same EventLoops will be shared across all your connections.
HTTPClient is tied to an event loop, so this should be possible.
-
Updated
Feb 3, 2020 - Swift
Add Hue slider
To be used with saturation slider as and alternative to hue-saturation palette.
-
Updated
Jul 2, 2020 - Swift
-
Updated
Jun 12, 2020 - Swift
Apple's identically named CryptoKit module was just released: https://developer.apple.com/documentation/cryptokit
If this package were to mirror the public API, it could be used as a drop-in replacement for Apple's CryptoKit on Linux.
misspelled function
let pub: AnyPublisher<Void, Error> = salesforce.logout()
should be
let pub: AnyPublisher<Void, Error> = salesforce.logOut()
-
Updated
Jun 24, 2020 - Swift
-
Updated
Mar 22, 2019 - Swift
-
Updated
Jun 26, 2020 - Swift
-
Updated
Aug 3, 2019 - Swift
-
Updated
Dec 1, 2018 - Swift
-
Updated
Jun 17, 2020 - Swift
Improve this page
Add a description, image, and links to the spm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spm topic, visit your repo's landing page and select "manage topics."


Mint could support installing man-pages.
To support this,
mint installneed todocs/manto install man-pages.