-
Updated
Apr 6, 2022
Swift
Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns. Inspired by many other modern programming languages, Swift is intended to be more resilient and expressive than Objective-C, its predecessor.
Here are 34,001 public repositories matching this topic...
-
Updated
May 16, 2022 - Swift
-
Updated
Mar 6, 2022 - Swift
-
Updated
May 17, 2022 - Swift
-
Updated
May 10, 2022 - Swift
-
Updated
May 12, 2022 - Swift
🚀 Feature
(A clear and concise description of what the feature is.)
Have you spent some time to check if this issue has been raised before?
(Have you googled for a similar issue or checked our older issues for a similar bug)
Yes
Have you read the Code of Conduct?
Yes
Pitch
A common way to mana
-
Updated
Mar 15, 2022 - Swift
-
Updated
Apr 18, 2022 - Swift
-
Updated
Apr 14, 2022 - Swift
-
Updated
May 15, 2022 - Swift
-
Updated
May 15, 2022 - Swift
-
Updated
May 20, 2021 - Swift
-
Updated
May 5, 2022 - Objective-C
-
Updated
May 16, 2022 - Objective-C
-
Updated
May 13, 2022 - Swift
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 Rakefile script 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
-
Updated
Jul 24, 2021 - Swift
-
Updated
Apr 26, 2022 - Ruby
-
Updated
May 7, 2022 - Swift
Is there any way to implement horizontal radio button group?
-
Updated
Apr 26, 2022 - Swift
compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.
It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are:
- In the catch added by the lin
Created by Apple
Released June 2, 2014
Latest release about 1 month ago
- Repository
- apple/swift
- Website
- swift.org
- Wikipedia
- Wikipedia
When checking a request's
remoteAddress, it's usually the address from which NIO received the request. While that's technically correct, Vapor servers are often hosted behind a reverse-proxy such as nginx. Therefore the original peer's address is often lost. To resolve this, it's not uncommon to set the original peer's address in a header such asX-Forwarded-For.**Describe the solution you