Re: [Pharo-users] Beginner's question on morphs

2016-03-15 Thread Markus Stumptner
Thanks! Extremely useful answers. Cheers Markus

Re: [Pharo-users] Ideas of web services that I could script in a couple of lines?

2016-03-15 Thread Sven Van Caekenberghe
> On 14 Mar 2016, at 07:25, stepharo wrote: > > >>> On 13 Mar 2016, at 22:42, Henrik Nergaard wrote: >>> >>> Correct, I used that for the example since it is by default in the Image . >> And that is a pity, IMHO, it sneaked in, while others have asked for NeoJSON >> to be included in the pas

Re: [Pharo-users] Ideas of web services that I could script in a couple of lines?

2016-03-15 Thread Sven Van Caekenberghe
> On 14 Mar 2016, at 09:33, p...@highoctane.be wrote: > > JSON is so pervasive that a base Pharo image should have things named after > it. > STON is supercool but there is no JSON name in it, that's an issue for me. I added a class facade STONJSON to make this more explicit (with tests): ===

Re: [Pharo-users] Ideas of web services that I could script in a couple of lines?

2016-03-15 Thread p...@highoctane.be
Wonderful. You are my hero :-) Phil On Tue, Mar 15, 2016 at 5:14 PM, Sven Van Caekenberghe wrote: > > > On 14 Mar 2016, at 09:33, p...@highoctane.be wrote: > > > > JSON is so pervasive that a base Pharo image should have things named > after it. > > STON is supercool but there is no JSON name i

Re: [Pharo-users] Ideas of web services that I could script in a couple of lines?

2016-03-15 Thread stepharo
Le 14/3/16 09:33, p...@highoctane.be a écrit : JSON is so pervasive that a base Pharo image should have things named after it. STON is supercool but there is no JSON name in it, that's an issue for me. Since STON can read and emit JSON I do not get the problem? What would be a good way to

Re: [Pharo-users] Ideas of web services that I could script in a couple of lines?

2016-03-15 Thread p...@highoctane.be
On Tue, Mar 15, 2016 at 6:08 PM, stepharo wrote: > > > Le 14/3/16 09:33, p...@highoctane.be a écrit : > > JSON is so pervasive that a base Pharo image should have things named > after it. > STON is supercool but there is no JSON name in it, that's an issue for me. > > > Since STON can read and em

Re: [Pharo-users] [Mongo] Creating MongoTimeStamp

2016-03-15 Thread Martin Dias
Hi, Voyage's build is green: https://travis-ci.org/tinchodias/voyage/jobs/116040942 (for the build I temporarily updated BaselineOfVoyage to load #development version of Mongo). I will release 1.9.2 as stable if nobody disagrees. Martin

Re: [Pharo-users] [Mongo] Creating MongoTimeStamp

2016-03-15 Thread Esteban Lorenzano
+1 > On 15 Mar 2016, at 20:53, Martin Dias wrote: > > Hi, > > Voyage's build is green: > https://travis-ci.org/tinchodias/voyage/jobs/116040942 > > (for the build I temporarily updated BaselineOfVoyage to load #development > version of

Re: [Pharo-users] Ideas of web services that I could script in a couple of lines?

2016-03-15 Thread Offray Vladimir Luna Cárdenas
Pretty nice! I'm taking note of such small gems in an interactive [grafoscopio](http://smalltalkhub.com/#!/~Offray/Grafoscopio/) notebook. When they take the form of such notebooks I don't know how they should be credited... any suggestions? Cheers, Offray On 13/03/16 16:24, Henrik Nergaar

Re: [Pharo-users] [Mongo] Creating MongoTimeStamp

2016-03-15 Thread Martin Dias
Done: released 1.9.2. However, I discovered a problem to run Voyage tests in the Test Runner (and in Nautilus). The problem comes from 1.9.1. This is weird because Travis builds are green... but in ui tools tests have this weird problem. I reported it in https://github.com/estebanlm/voyage/issues