Skip to content
#

Swift

swift logo

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 22,472 public repositories matching this topic...

jethmalani
jethmalani commented Nov 14, 2017

What did you do?

When I do this (from your docs):

guard let dataFromString = text.data(using: .utf8, allowLossyConversion: false) else {return} let json = JSON(data: dataFromString)

I get an error "Call can throw, but it is not marked with 'try' and the error is not handled"

I did this. I just want to confirm that is right. It worked for me.

`guard let dataFromString

vapor
Jinxiansen
Jinxiansen commented Apr 10, 2020

When I checked the document on the Vapor official website, I found it was still the document of Vapor 3.0, and when I changed the browser address to https://docs.vapor.codes/4.0/, I found that the document content was relatively old, and there was still some content not updated in time.

As a Swift server enthusiast who has been using Vapor for 3 years, can I participate in and how to participat

lemoinem
lemoinem commented Jan 30, 2020

Short description of the issue:

Currently, the recommended way of extending the library is to use Observable.create() (https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md#custom-operators). However, this is only possible for the simplest cases.
More complex cases, will require us to understand the implementation details and copy Producer and Sink.

It c

RealmBot
RealmBot commented Jan 23, 2020

Phase 1:
[ ] partition_key
[ ] sync
[ ] AppCredentials (except third-party auth)
[x] login
[x] logout
[x] current_user
[x] all_users
[x] switch_user
[x] remove_user
[x] provider clients
[x] link_user

Phase 2:
[ ] push
[ ] remote mongodb client
[ ] functions
[ ] custom_data
Details of above subtasks are described in this [doc]([https://docs.google.com/document/d/1iD9ujY76BWVUOdN7rR

tmspzz
tmspzz commented Oct 10, 2019

Hi all,

I am opening this issue to gather your feedback on a tentative roadmap that I've put together with the help of @Carthage/carthage

This roadmap will try to address the most pressing issues that Carthage is currently facing, and at the same time add clarity on where we think Carthage should be heading.

To my knowledge there wasn't a formal roadmap so far, and while Carthage has do

sunshinejr
sunshinejr commented Oct 22, 2019

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

Created by Apple

Released June 2, 2014

Latest release 15 days ago

Repository
apple/swift
Website
swift.org
Wikipedia
Wikipedia

Related Topics

language objective-c
You can’t perform that action at this time.