Re: [swift-users] file io in Swift 2.2 for Linux (would like to be pointed in the right direction)

2016-05-20 Thread Gerard Iglesias via swift-users
Hello Interesting question From my point of view, I want to parse a huge file without loading it in memory... Maybe something worth the reading

Re: [swift-users] Server side swift application ?

2016-05-03 Thread Gerard Iglesias via swift-users
A good reading https://github.com/robbiehanson/CocoaAsyncSocket Usable In Swift, even if the umbrella module did not work for me, I had to compile it in my own workspace to use it in swift code Regards Gérard > Le 3 mai 2016 à 21:17, Tyler Cloutier via swift-users

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-03 Thread Gerard Iglesias via swift-users
atrice > >> On Sep 3, 2016, at 11:39 AM, Gerard Iglesias via swift-users >> <swift-users@swift.org> wrote: >> >> Hello, >> >> I think that it is more secure to use stride in place of size, sometimes it >> is not the same value. >> >>

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-03 Thread Gerard Iglesias via swift-users
Hello, I think that it is more secure to use stride in place of size, sometimes it is not the same value. I use it in my own use of raw bindings Regards Gérard > Le 3 sept. 2016 à 10:03, Patrice Kouame via swift-users > a écrit : > > Hi Jacob - > > I think

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-03 Thread Gerard Iglesias via swift-users
erting automagically in these cases is always > a little bit tricky - the proposed Xcode fixes should always be reviewed by a > human... > > Patrice > >> On Sep 3, 2016, at 1:05 PM, Gerard Iglesias via swift-users >> <swift-users@swift.org <mailto:swift-

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-08 Thread Gerard Iglesias via swift-users
suppose yes unless it would be a nightmare, but murphy’s principle says me … take care ;) Thanks in advance Gerard > On 8 Sep 2016, at 07:21, Andrew Trick <atr...@apple.com> wrote: > >> >> On Sep 3, 2016, at 6:03 PM, Gerard Iglesias via swift-users >> <sw

Re: [swift-users] Swift and Xcode along with Playgrounds is full of bugs

2016-09-14 Thread Gerard Iglesias via swift-users
The Art of Diplomacy… Keep doing the great work, lot of us have to much work in our job and/or not the skills (my case) to help you in this so interesting journey. Thanx Gerard > On 14 Sep 2016, at 05:56, Chris Lattner via swift-users > >

[swift-users] CentOS build

2016-12-13 Thread Gerard Iglesias via swift-users
Hello everybody Is there any team working to build regularly Swift under CentOS, or are we have only individuality working on this ? Regards Gerard ___ swift-users mailing list swift-users@swift.org

[swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Hi everybody, I would like to know if somebody use Docker with image of Ubuntu or Centos with swift 3 on them to make a working dev environment ? I just start to learn Docker use, which is not hard obviously, but I wonder if we can build a complete development environment with it … Any

Re: [swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Great Thank you a lot. > On 12 Dec 2016, at 13:49, Alex Blewitt <alb...@apple.com> wrote: > > On 12 Dec 2016, at 11:06, Gerard Iglesias via swift-users > <swift-users@swift.org <mailto:swift-users@swift.org>> wrote: >> >> Hi everybody, >>

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

2017-04-10 Thread Gerard Iglesias via swift-users
TTP, TLS) but is >> probably the most likely starting point for such discussions. >> >> HTH. >> >>> On Sun, Apr 2, 2017 at 9:48 PM Gerard Iglesias via swift-users >>> <swift-users@swift.org> wrote: >>> Hi, >>> >>> I am wor

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

2017-04-10 Thread Gerard Iglesias via swift-users
is a Swift Server API's working group https://swift.org/server-apis/ > it's for discussing lower level building blocks (network, HTTP, TLS) but is > probably the most likely starting point for such discussions. > > HTH. > >> On Sun, Apr 2, 2017 at 9:48 PM Gerard Iglesias via s

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

2017-04-11 Thread Gerard Iglesias via swift-users
could benefit greatly from an Actor Model framework, and Swift >> in general would probably benefit greatly from co-routines. >> >> There is a Swift Server API's working group https://swift.org/server-apis/ >> <https://swift.org/server-apis/> it's for discussing

[swift-users] Swift Concurrency and Actor model

2017-04-02 Thread Gerard Iglesias via swift-users
Hi, I am working at the moment on a job which involves Scala and Akka, the kind of stuff which involve network, bid data, raw computing (Ai related) and scalability… Well buzz words of our time. I would like to make the like in the swift world… Swift, GCD, Vapor or Perfect… To conduct some