talks
talks copied to clipboard
A growing list of past and future talks
I'm trying to make it work, using a basic sample, which is supposed to have JSON response. ``` Alamofire.request(.GET, "http://httpbin.org/get") .responseJSON { (_, _, JSON, _) in println("done") println(JSON) }...
Updated for Swift 2.2
Paths in the shebang are relative to the PWD when running the script. That means that if you run any of the swift scripts from a directory that is not...