Re: [Pharo-users] About DuneSt / ChartJs

2020-02-11 Thread Guillaume Larcheveque
ave your contribution about it. We will move to the new version of the ChartJs library when we will have time to improve it. Of course the API of our project will stay the same and changes will not impact your project. > > Thx, > > Sven > > > -- *Guillaume Larcheveque*

Re: [Pharo-users] is PetitParser eager by default?

2017-01-20 Thread Guillaume Larcheveque
ser countless times so I am really baffled why this > doesn't work > > str := 'a0b'. > #any asParser star, #digit asParser, #any asParser star parse: str. > > -> PPFailure (input expected at: 3) > > > Thanks, > Peter > > -- *Guillaume Larcheveque*

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread Guillaume Larcheveque
eNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > > > -- > View this message in context: Re: Dues anybody try Artifact with non > latin characters? > <http://forum.world.st/Dues-anybody-try-Artifact-with-non-latin-characters-tp4922747p4922788.html> > Sent from the Pharo Smalltalk Users mailing list archive > <http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html> at Nabble.com. > -- *Guillaume Larcheveque*

Re: [Pharo-users] [Pharo-dev] websockets in pharo?

2016-08-24 Thread Guillaume Larcheveque
t; 2016-08-24 14:20 GMT+02:00 Tudor Girba : > >> Hi, >> >> Can anyone tell me if there is a Websocket implementation for Pharo? >> >> Cheers, >> Doru >> >> -- >> www.tudorgirba.com >> www.feenk.com >> >> "From an abstract enough point of view, any two things are similar." >> >> >> >> >> >> > -- *Guillaume Larcheveque*

Re: [Pharo-users] How to execute code when after loading a package

2015-08-24 Thread Guillaume Larcheveque
ed >> in an image. >> >> This package have no dependency so I don't know if it is possible to do >> it without using a baseline but I guess it's not. >> >> Thanks, >> >> Julien >> >> > > > -- > Mariano > http://marianopeck.wordpress.com > -- *Guillaume Larcheveque*

Re: [Pharo-users] Users of Versionner?

2015-03-18 Thread Guillaume Larcheveque
> Stephan > > > > > > > > > > ---> Save our in-boxes! http://emailcharter.org <--- > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD lab - Computer Science Department (DCC) - University of Chile > > > -- *Guillaume Larcheveque*

Re: [Pharo-users] PetitParser problem with plus

2014-12-17 Thread Guillaume Larcheveque
So you just have to remove the #star in notA or replace it by #plus to makes it succeed only when it consume at least one character 2014-12-18 7:54 GMT+01:00 Guillaume Larcheveque < guillaume.larcheve...@gmail.com>: > > With x, x it will only go to 2 level deep. > > With the pl

Re: [Pharo-users] PetitParser problem with plus

2014-12-17 Thread Guillaume Larcheveque
flatten. > x := a / notA. > y := x , x. “works fine” > y := x plus. “never finishes” > ^y end parse: 'ab’. > > > -- *Guillaume Larcheveque*

Re: [Pharo-users] [ANN] BabyMock 2

2014-04-09 Thread Guillaume Larcheveque
. Personally I > think > > it has lot more pros than cons. > > > > More information > > > > http://smalltalkhub.com/#!/~zeroflag/BabyMock2 > > > > p.s. > > It needs Pharo3.0. > > > > Attila > > > > > > > > -- > > View this message in context: > http://forum.world.st/ANN-BabyMock-2-tp4748530.html > > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > > > -- *Guillaume Larcheveque*

Re: [Pharo-users] JPEG support in Artifact

2014-04-03 Thread Guillaume Larcheveque
to > Gemstone. > He found that JPEG support uses a plugin based reader/writer, and seems to > render the JPEG using BitBlt and Form. > > Why are JPEGs rendered? I'd think embedding them should be enough > (and be better for speed and image quality) > > Stephan > -- *Guillaume Larcheveque*

Re: [Pharo-users] [ANN] BabyMock 2

2014-03-11 Thread Guillaume Larcheveque
; > p.s. > It needs Pharo3.0. > > Attila > > > > -- > View this message in context: > http://forum.world.st/ANN-BabyMock-2-tp4748530.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > -- *Guillaume Larcheveque*