talks icon indicating copy to clipboard operation
talks copied to clipboard

A growing list of past and future talks

Results 3 talks issues
Sort by recently updated
recently updated
newest added

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) }...

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...