[swift-users] how to detect key pressed on linux console app?

2017-04-10 Thread Mr Bee via swift-users
Hi all, I'd like to know how to detect key pressed event on Linux console app using Swift. Not just waiting input like what readLine() is doing, but more like detecting arrow keys, left/right shift key, F1-10 keys, etc simultaneously while the program keep running. You know, something like game

Re: [swift-users] Swift Concurrency and Actor model

2017-04-10 Thread Maxim Veksler via swift-users
For networking you could use something like https://github.com/grpc/grpc-swift. On Mon, Apr 10, 2017 at 8:22 PM Gerard Iglesias wrote: > I was not aware .Net Core interesting ... > > Kotlin on an other side, we have already Scala and my objective is to see > on a real project how I can do the sa

Re: [swift-users] Swift Concurrency and Actor model

2017-04-10 Thread Gerard Iglesias via swift-users
I was not aware .Net Core interesting ... Kotlin on an other side, we have already Scala and my objective is to see on a real project how I can do the same with swift, not forced to have the same kind of technologies, but at the end able to deliver the same kind of capabilities and performances

Re: [swift-users] Swift 3.1 String(

2017-04-10 Thread Travis Griggs via swift-users
> On Apr 5, 2017, at 7:37 AM, Jon Shier via swift-users > wrote: > > This was something that sounded like a good change but is extremely > annoying in use. Once I get time I’m going to try writing an extension on > Optional that generates a logDescription property so I don’t have to use

Re: [swift-users] Swift Concurrency and Actor model

2017-04-10 Thread Gerard Iglesias via swift-users
My question was about if something has been made on this field, something like "scalable server in swift" that means somewhere cluster of swift server I will take a look to the discussion on the network API Thanx Gérard > Le 7 avr. 2017 à 22:52, Maxim Veksler a écrit : > > Hi Gerald, >

Re: [swift-users] "swift package describe" performs fetch

2017-04-10 Thread Toni Suter via swift-users
Hi Ankit, Ok, thanks. I filed a bug: https://bugs.swift.org/browse/SR-4554 Best regards Toni > Am 10.04.2017 um 17:38 schrieb Ankit Aggarwal : > > Hi Toni, > > This looks like a bug, can you file a JIRA at bugs.swift.org > ? >

Re: [swift-users] "swift package describe" performs fetch

2017-04-10 Thread Ankit Aggarwal via swift-users
Hi Toni, This looks like a bug, can you file a JIRA at bugs.swift.org? On Thu, Apr 6, 2017 at 9:10 PM, Toni Suter via swift-users < swift-users@swift.org> wrote: > Hi everyone, > > I would like to obtain detailed information about a package and all its > dependencies in an automated fashion. At