On May 15, 2013, at 10:34 PM, Eric Clack wrote:
> Hi Stephane and Jannik,
> Well I don't hate the code (yet ;-) So perhaps I'll have a play with it a bit
> more and see if I can get something that works well, and fits with plans for
> Pharo3.0.
>
> Cheers,
> -Eric.
Would it be possible to t
Sorry to hear of this grief ! No ETA does mean that someone has to make a
decision, regardless of what hindsight may or may not eventually show.
Thanks for tackling this ... I rely on reading this mail list to feel "in
the loop" with Pharo ... and I refrain from filtering it !
On 15 May 2013 14:
Hi,
Here is a little tool that might be useful to some you. For others it might be
a nice example.
So you have your shiny Pharo server application running in the cloud. When
something goes wrong, most of the time you will just restart, manually or
automatically. But sometimes you wish you coul
cool :)
On 2013-05-16, at 14:36, Sven Van Caekenberghe wrote:
> Hi,
>
> Here is a little tool that might be useful to some you. For others it might
> be a nice example.
>
> So you have your shiny Pharo server application running in the cloud. When
> something goes wrong, most of the time yo
On 16 May 2013, at 14:41, Camillo Bruni wrote:
> cool :)
Thx, it is actually very simple, just a little hack.
I wanted to make it work like your zero-conf scripts
$ curl localhost:1701/repl | bash
But that does not seem possible (after a day of fruitless bash hacking ;-):
bash already reads
Really cool.
Esteban A. Maringolo
2013/5/16 Camillo Bruni
> cool :)
>
>
> On 2013-05-16, at 14:36, Sven Van Caekenberghe wrote:
>
> > Hi,
> >
> > Here is a little tool that might be useful to some you. For others it
> might be a nice example.
> >
> > So you have your shiny Pharo server applic
Hi all,
Does anybody know a chart framework? Im looking fo something like
jfreechart (java chart framework).
I need bar graph, pie chart, and line chart.
Thanks,
Juan
Hi Juan,
You can have a look to eyeSee:
Gofer it
squeaksource: 'EyeSee';
package: 'ConfigurationOfEyeSee';
load.
(Smalltalk at: #ConfigurationOfEyeSee) loadDefault
On 16 mai 2013, at 16:03, Juan Ignacio Vaccarezza wrote:
> Hi all,
>
> Does anybody know a chart framework? Im
Eric Clack wrote
> I've been working on Phratch, a port of MIT Scratch to Pharo...I can't
> bear to see it end up in Flash.
Amen! What a great, important project. Please ask whatever you need to get
this done. We will support you as much as we can :)
-
Cheers,
Sean
--
View this message in c
Hi Sean,
Thank you for your support.
You can help us by trying it and give us issues:
https://code.google.com/p/phratch/
Cheers,
Jannik
2013/5/16 Sean P. DeNigris
> Eric Clack wrote
> > I've been working on Phratch, a port of MIT Scratch to Pharo...I can't
> > bear to see it end up in Flash.
Thanks for your answer Camille!
I tried it.
It loads well on 1.4 but in 2.0 shows warining about a non satisfied
blockclosure class.
Then when I run the test there is a faliure with the anouncements, which
also accured when I tried the examples.
Is someone maintaining this?
Thanks again,
Juan
yes normally the moose people.
This is strange because eyesee is in Moose and we load it daily in 2.0.
Stef
> Thanks for your answer Camille!
>
> I tried it.
> It loads well on 1.4 but in 2.0 shows warining about a non satisfied
> blockclosure class.
>
> Then when I run the test there is a fal
On 16 mai 2013, at 17:59, stephane ducasse wrote:
> yes normally the moose people.
> This is strange because eyesee is in Moose and we load it daily in 2.0.
Maybe the smalltalk hub repo is more up to date?
>
> Stef
>
>> Thanks for your answer Camille!
>>
>> I tried it.
>> It loads well on 1
Hi,
I have a similar problem with PetitParser (loads well under Pharo 1.4, not
as well under Pharo 2.0)
Alain
On Thu, May 16, 2013 at 8:56 PM, Camille Teruel wrote:
>
> On 16 mai 2013, at 17:59, stephane ducasse wrote:
>
> yes normally the moose people.
> This is strange because eyesee is in M
Very cool. btw, does the Zinc HTTPS handle client-certificates? That
might be reasonably secure if a private tunnel to the box is not available.
cheers -ben
Sven Van Caekenberghe wrote:
Hi,
Here is a little tool that might be useful to some you. For others it might be
a nice example.
So y
Try it in Moose 4.8, which is based off Pharo 2.0.
http://www.moosetechnology.org/download/4.8
-ben
Camille Teruel wrote:
On 16 mai 2013, at 17:59, stephane ducasse wrote:
yes normally the moose people.
This is strange because eyesee is in Moose and we load it daily in 2.0.
Ben,
On 16 May 2013, at 20:30, b...@openinworld.com wrote:
> Very cool. btw, does the Zinc HTTPS handle client-certificates?
Certificate management in Zodiac TLS/SSL is weak and platform dependent:
basically, the primitives are incompletely implemented. This is not an easy
subject.
> That
Thanks for that detailed reply. Not using server side Smalltalk right
now, but it will be useful to me in the near future.
Sven Van Caekenberghe wrote:
Ben,
On 16 May 2013, at 20:30, b...@openinworld.com wrote:
Very cool. btw, does the Zinc HTTPS handle client-certificates?
On 16 May 2013 10:32, Henrik Johansen wrote:
>
> On May 15, 2013, at 10:34 PM, Eric Clack wrote:
>
>> Hi Stephane and Jannik,
>> Well I don't hate the code (yet ;-) So perhaps I'll have a play with it a
>> bit more and see if I can get something that works well, and fits with plans
>> for Pharo3
On 16 May 2013 15:05, Sven Van Caekenberghe wrote:
>
> On 16 May 2013, at 14:41, Camillo Bruni wrote:
>
>> cool :)
>
> Thx, it is actually very simple, just a little hack.
>
> I wanted to make it work like your zero-conf scripts
>
> $ curl localhost:1701/repl | bash
>
> But that does not seem pos
ALL*** the moose people are using PetitParser and it loads in 20.
so where you took the code from?
The official repositories are on SmalltalkHub/Moose
Stef
On May 16, 2013, at 8:27 PM, Alain Busser wrote:
> Hi,
>
> I have a similar problem with PetitParser (loads well under Pharo 1.4, not
21 matches
Mail list logo