Hello!
I'm trying to send an email with SMTPClient.
It always stop with timeout here (Data receive timed out):
*waitForDataFor: timeout"Wait for the given nr of seconds for data to
arrive.Signal a time out or connection close exception if either
happens before data becomes avail
There's (hopefully!) no question of throwing it away already. That represents
too much work, and pretty good design choices IMO. Yet I'm still pretty new to
Pharo/Smalltalk so simply need time. At the moment I am only practicing on a
GLFW binding.
Now, I do believe in OpenGL and hardware renderi
Hello!
1)-
I've successfully worked out how to operate Pharo / Seaside web services
behind IIS on Windows Server 2008 (R2) but maybe works on later editions as
well. I could summarize it in a "HOWTO" if there is interest or even post
it to include in a documentation. (Pharo as
Great!
I think I could make good use of Spotter in Dr. Geo, not sure where yet.
Hilaire
Le 31/03/2016 14:07, Torsten Bergmann a écrit :
> I added the possibility to search and open Unix man pages (commands,
> functions and header files)
> directly from Pharo Spotter. You will find it in the upd
Hello,
This is nice :)
I have a question:
Why do CentOS and Ubuntu classes do inherit from UnixSystem?
#contentsOf: and #system: message have the same implementation.
Cheers,
Julien
On 31/03/16 18:31, Torsten Bergmann wrote:
Hi,
the OS-xxx series with (so far)
- OS-Windows
- OS-Linu
On 1 April 2016 at 13:23, Thibault Raffaillac
wrote:
> There's (hopefully!) no question of throwing it away already. That
> represents too much work, and pretty good design choices IMO. Yet I'm still
> pretty new to Pharo/Smalltalk so simply need time. At the moment I am only
> practicing on a GL