[Pharo-users] FUEL not working

2016-09-26 Thread Hernán Morales Durand
Hi guys, Maybe I am doing something terribly stupid but FUEL is not correctly serializing a Set. I uploaded a video so you can check: https://youtu.be/wAQgbkqAXtk As you can see, there is 1 new object in the Set, on serialization the file grows, but on materialization the new object is not prese

Re: [Pharo-users] Essential Documentation

2016-09-26 Thread Offray Vladimir Luna Cárdenas
Julius, On the interactive documentation front I'm working in a project called Grafoscopio. Now it has a translated English main page at [1]. Is not for writing code documentation, but for writing tutorials, books and alike that mix prose, code, data and visualizations, think in something sim

Re: [Pharo-users] Why Pharo?

2016-09-26 Thread Stephan Eggermont
On 26/09/16 17:57, stepharo wrote: to me research vehicule could be perceived negatively. There are a lot of people for which research vehicule is negative. In Crossing the Chasm, Geoffrey Moore describes well the difference between innovators, early adopters, early and late majority and laggar

Re: [Pharo-users] Mustache templates listed the in Mustache site

2016-09-26 Thread Ben Coman
Cool! We should do more of that. Part of building exposure. Is it known to work on more than "pharo smalltalk 2.0" ? Perhaps an "Update" can be inserted on the page. cheers -ben On Mon, Sep 26, 2016 at 9:28 PM, Esteban A. Maringolo wrote: > Some months ago I sent a pull request [1] to add Sma

Re: [Pharo-users] Why Pharo?

2016-09-26 Thread Offray Vladimir Luna Cárdenas
Hi, On 25/09/16 06:07, Stephan Eggermont wrote: I finally found the time to put the slides and narrative together https://medium.com/@stephan_32833/pharo-50c66685913c#.jeou548z7 Thanks a lot Stephan! The timing is really good, because we started the 5th edition of the our Data Week worksho

Re: [Pharo-users] Why Pharo?

2016-09-26 Thread stepharo
stefan to me research vehicule could be perceived negatively. Stef Le 25/9/16 à 14:07, Stephan Eggermont a écrit : I finally found the time to put the slides and narrative together https://medium.com/@stephan_32833/pharo-50c66685913c#.jeou548z7 Stephan

Re: [Pharo-users] Why Pharo?

2016-09-26 Thread stepharo
Once I sadi to my students that for something doing nothing zero is the right size :) So everything is a question of ratio. Le 25/9/16 à 16:45, Tudor Girba a écrit : Hi, On Sep 25, 2016, at 2:01 PM, Dimitris Chloupis wrote: Totally agree with the slides apart from "Pharo is Small" , the s

Re: [Pharo-users] Why Pharo?

2016-09-26 Thread stepharo
Really nice Le 25/9/16 à 14:07, Stephan Eggermont a écrit : I finally found the time to put the slides and narrative together https://medium.com/@stephan_32833/pharo-50c66685913c#.jeou548z7 Stephan

Re: [Pharo-users] Mustache templates listed the in Mustache site

2016-09-26 Thread stepharo
superb :) Le 26/9/16 à 16:28, Esteban A. Maringolo a écrit : Some months ago I sent a pull request [1] to add Smalltalk/Pharo to the list of supported languages in Mustache home page . Took some time but now it is in the front page. Thank you Norbert Hartl for t

[Pharo-users] Amazon drive API's for Pharo ?

2016-09-26 Thread Cédrick Béler
Hi all, I’ve just seen that the unlimited offer that Amazon proposes for its drive is now available in France. !! It’s 70€/year so quite cheap… Do people know if there are pharo packages to uses its RESTful API ? https://developer.amazon.com/public/apis/experience/cloud-drive/content/restful-api

[Pharo-users] Mustache templates listed the in Mustache site

2016-09-26 Thread Esteban A. Maringolo
Some months ago I sent a pull request [1] to add Smalltalk/Pharo to the list of supported languages in Mustache home page < http://mustache.github.io/>. Took some time but now it is in the front page. Thank you Norbert Hartl for this useful library. Regards! Esteban A. Maringolo [1] https://gi

[Pharo-users] Full-Time Academic Position, University of Chile

2016-09-26 Thread Alexandre Bergel
Dear All, We have an open academic position. Full-Time Academic Position Computer Science Department, University of Chile http://www.dcc.uchile.cl The Computer Science Department of the University of Chile (DCC) is offering a full-time permanent position to carry out research and teaching, a

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-26 Thread Ben Coman
On Mon, Sep 26, 2016 at 4:07 PM, Ben Coman wrote: > On Wed, Sep 21, 2016 at 2:00 AM, Esteban A. Maringolo > wrote: >> Hi, >> >> How can I open the implementors list from Spotter? >> >> I want to browse through the code of the different implementors as I >> do by selecting a selector and searching

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-26 Thread Ben Coman
On Wed, Sep 21, 2016 at 2:00 AM, Esteban A. Maringolo wrote: > Hi, > > How can I open the implementors list from Spotter? > > I want to browse through the code of the different implementors as I > do by selecting a selector and searching an implementor (or Ctr+M). > > Regards, > > Esteban A. Marin