swift5
Here are 1,363 public repositories matching this topic...
-
Updated
Sep 17, 2020 - Swift
-
Updated
Jun 29, 2019 - Swift
-
Updated
Jul 14, 2020 - Swift
Expire sessions
Sessions currently live forever :-) This "just" needs a proper timer.
-
Updated
Sep 18, 2020 - Swift
-
Updated
Sep 15, 2020 - Swift
-
Updated
Sep 2, 2020 - Swift
-
Updated
Sep 9, 2020 - Swift
-
Updated
Apr 22, 2018 - C
-
Updated
Mar 31, 2019 - Swift
-
Updated
Jul 14, 2020 - Swift
-
Updated
Aug 5, 2020 - Swift
-
Updated
Jun 1, 2020 - Swift
-
Updated
Dec 9, 2019 - Swift
-
Updated
Jul 25, 2020 - Swift
-
Updated
Aug 26, 2020 - Swift
-
Updated
Nov 23, 2019 - Swift
-
Updated
Sep 6, 2020
Add a new convenience initializer for UIBarButtonItem so that it enable user to add Badge on Bar Button Item!
-
Updated
May 4, 2020 - Swift
-
Updated
Apr 29, 2020 - Objective-C
-
Updated
Sep 18, 2020 - Swift
for debugging purposes, we should offer an option to switch on plain text .pcap recording.
It should be very clear that it's for debugging because NIOWritePCAPHandler.SynchronisedFileSink blocks the event loop (we could write an async file sink ofc)...
A pretty terrible patch that can serve as example (but not the final impl ofc) is here:
diff --git a/Package.swift b/Package.sw-
Updated
Oct 1, 2019 - Swift
Improve this page
Add a description, image, and links to the swift5 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift5 topic, visit your repo's landing page and select "manage topics."


https://github.com/apple/swift-nio/blob/a0f6a48ec0f52af49cdf8274757a2bd1ec9f3295/Sources/NIO/NonBlockingFileIO.swift#L494
After discussion with @Lukasa on Discord, it's been shown that the function should not return FileRegion as can be seen from the comments in #975. Hence, just a nit to remove FileRegion from the function docs return type.