[Pharo-users] SSL Exception when installing DataFrame

2018-03-08 Thread Hayatou Oumarou via Pharo-users
--- Begin Message --- Hi All,I've got an SSL Exception : connect failed [code:-5] when installing DataFrame (Metacello new  baseline: 'DataFrame';  repository: 'github://PolyMathOrg/DataFrame';  load.) on pharo 6.1 on windows systemWhat am I missing?cheers --- End Message ---

[Pharo-users] Soup package

2018-01-09 Thread Hayatou Oumarou via Pharo-users
--- Begin Message --- where can i find a working version of Soup to manipulate HTML pages? the one on SmalltalkHub does not work Hayatou Oumarou--- End Message ---

Re: [Pharo-users] Seeking support: Vote for Jigyasa Grover for Red Hat International Women in Open Source Academic Awards 2017

2017-02-19 Thread Hayatou Oumarou via Pharo-users
--- Begin Message --- Voted  Hayatou Oumarou (+237)699470504 Le Dimanche 19 février 2017 6h09, Jigyasa Grover a écrit : Thank You Ben, Pharo was indeed a kick-starter ! Many thanks for your kind words Offray :) Thanks Stepharo ! It'll be gre

[Pharo-users] where is appendStream?

2013-06-24 Thread Hayatou Oumarou
Hello, I use in Pharo 2.0  the class FileSystem to write in a text file(csv format).  I find only two options writeStream and readStream.  I would not like each time to overwrite the contents of my file and I do not find the option appendStream. How can I do? working := FileSystem disk w