[Pharo-users] Writing ConfigurationOf depending on beyond bleeding edge code

2015-03-28 Thread Pierce Ng
I've put up code for JSON-RPC (server only for now, tested with some Python client) on SS3. The code uses Sven's excellent Zinc and NeoJSON libraries. I'm now writing a ConfigurationOf. The current release of NeoJSON, going by its ConfigurationOf, has Neo-JSON-Core-Sven.27. However, I am using Ne

Re: [Pharo-users] any smalltalkers in singapore next week for FOSSASIA?

2015-03-28 Thread Pierce Ng
On Sat, Mar 07, 2015 at 09:24:08AM +0100, Martin Bähr wrote: > darn, how long are you travelling? i am there from the 12th to the 17th... I was away for 2+ weeks. Hope you had a good one. Pierce

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-28 Thread Pierce Ng
On Fri, Mar 27, 2015 at 02:21:01PM -0700, nacho wrote: > I'm using MySQL to hold some data on commodities prices for futures > valuation and want to - of course - use Smalltalk as a front-end. Which > framework would you recommend? There is a pure Smalltalk MySQL driver on Squeaksource. Not sure

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Ben Coman
Rohit, Would you like to have a go at adding this to PharoLauncher? Currently PharoLauncher filters to show only its own settings. You would need to find how to add the Proxy Settings to the filter. Right click on a Setting to browse to where it is defined. Maybe have a look at how in a new imag

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread rohit sharma
hi all, I want to save proxy settings in pharo launcher (as discussed on irc with ben, kilon and jigyasa ) and that's why i initially wanted to enable development environment. But actually I was trying to say that it would be nice if there is some option of saving proxy settings without enabling de

Re: [Pharo-users] [Moose-dev] moose at the breathing code conference

2015-03-28 Thread Alexandre Bergel
Looks like a fantastic conference program. I wish I could be there… Alexandre > On Mar 28, 2015, at 6:21 PM, Tudor Girba wrote: > > Hi, > > My talk on Moose was accepted at the Breathing Code conference to be held on > May 5 in Frankfurt: > http://breathing-code.de/program.html#data-analysis

Re: [Pharo-users] Some new book chapters :)

2015-03-28 Thread Johan Fabry
And an almost ready chapter on Zinc Client also :-) https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/Zinc-HTTP-Client > On Mar 28, 2015, at 18:39, stepharo wrote: > > Hi guys > > Here are new book chapters > > Teapot Rest extension on top of Zinc > https://github.com/

Re: [Pharo-users] How to silently generate and remove code

2015-03-28 Thread Johan Fabry
> On Mar 28, 2015, at 19:03, Marcus Denker wrote: > > >> On 28 Mar 2015, at 20:05, Johan Fabry wrote: >> >> >>> On Mar 28, 2015, at 08:06, stepharo wrote: >>> >>> >>> >>> Le 28/3/15 08:53, Marcus Denker a écrit : I think we have not yet any good API for this… one problem is that the

Re: [Pharo-users] Some new book chapters :)

2015-03-28 Thread Tudor Girba
Thanks! Doru On Sat, Mar 28, 2015 at 10:39 PM, stepharo wrote: > Hi guys > > Here are new book chapters > >Teapot Rest extension on top of Zinc > https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/ > Teapot > >Mustache: template system > https://github.com/SquareBrac

Re: [Pharo-users] How to silently generate and remove code

2015-03-28 Thread Marcus Denker
> On 28 Mar 2015, at 20:05, Johan Fabry wrote: > > >> On Mar 28, 2015, at 08:06, stepharo wrote: >> >> >> >> Le 28/3/15 08:53, Marcus Denker a écrit : >>> I think we have not yet any good API for this… one problem is that the >>> .changes is not only a transaction log, but in addition >>>

Re: [Pharo-users] Some new book chapters :)

2015-03-28 Thread kilon alios
great work guys. there is also one incoming for UPBE , an intro to OOP. On Sat, Mar 28, 2015 at 11:39 PM, stepharo wrote: > Hi guys > > Here are new book chapters > >Teapot Rest extension on top of Zinc > https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/ > Teapot > >

[Pharo-users] Some new book chapters :)

2015-03-28 Thread stepharo
Hi guys Here are new book chapters Teapot Rest extension on top of Zinc https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/Teapot Mustache: template system https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/Mustache TinyChat: a small chat https

[Pharo-users] moose at the breathing code conference

2015-03-28 Thread Tudor Girba
Hi, My talk on Moose was accepted at the Breathing Code conference to be held on May 5 in Frankfurt: http://breathing-code.de/program.html#data-analysis-moose It's an interesting setup that fits both Pharo and Moose like a glove. However, this being the first edition of the conference, the organ

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Nicolai Hess
2015-03-28 21:27 GMT+01:00 Tudor Girba : > What is the issue with GTPlayground? > 15243 default playground play-cache directory may be read only > > Doru > > On Sat, Mar 28, 2015 at 6:40 PM, Nicolai Hess wrote: > >> 2015-03-28 11:23 GMT+01:00 J

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Tudor Girba
What is the issue with GTPlayground? Doru On Sat, Mar 28, 2015 at 6:40 PM, Nicolai Hess wrote: > 2015-03-28 11:23 GMT+01:00 Jigyasa Grover : > >> Sir >> I have installed the latest version of PharoLauncher on my system (OS : >> Ubuntu 14.04) >> Whenever I try to enable the developer option in t

Re: [Pharo-users] How to silently generate and remove code

2015-03-28 Thread Johan Fabry
Thanks Ben for the pointer! In the end it’s doing +- the same things I had already figured out don’t really work though. So I guess it’ll have to wait until thorough support is implemented. > On Mar 28, 2015, at 14:45, Ben Coman wrote: > > Not sure if it is silent enough for you, but perhaps

Re: [Pharo-users] How to silently generate and remove code

2015-03-28 Thread Johan Fabry
> On Mar 28, 2015, at 08:06, stepharo wrote: > > > > Le 28/3/15 08:53, Marcus Denker a écrit : >> I think we have not yet any good API for this… one problem is that the >> .changes is not only a transaction log, but in addition >> the place where the source of a method is stored. >> >> I wou

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Jigyasa Grover
Yes Sir. Thanks for the help -- View this message in context: http://forum.world.st/Issue-on-enabling-developer-options-in-Pharo-Launcher-tp4815732p4815794.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-28 Thread Cameron Sanders via Pharo-users
--- Begin Message --- I recommend the Glorp interface. Sensible API, clean, it works. Nacho, what is your data source? You have the data in MySQL, but do you need to put it in MySQL? If not, I would encourage you to use an object-model persistence/DB approach. -Cam On Sat, Mar 28, 2015 at 2:19 P

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread stepharo
Le 28/3/15 14:19, Sean P. DeNigris a écrit : > did you add something to display slowly the title? Yes, but that part was an ugly hack just to get the demo working, no design at all. I did however do a bit of internal refactoring to the slide show itself which I can integrate. Do you want to m

Re: [Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-28 Thread Joachim Tuchel
Nacho, I guess Glorp can be regarded as gold standard for o/r mapping in Smalltalk. Feel free to ask questions on the glorp group on google groups. Joachim Am 27.03.2015 22:21 schrieb nacho <0800na...@gmail.com>: > > Hi folks! > I'm using MySQL to hold some data on commodities prices for futur

Re: [Pharo-users] How to silently generate and remove code

2015-03-28 Thread Ben Coman
Not sure if it is silent enough for you, but perhaps have a look at use of ClassFactoryForTestCase. cheers -ben On Sat, Mar 28, 2015 at 4:15 AM, Johan Fabry wrote: > Hi all, > > for LRP I am auto generating classes and methods, and removing them when I > no longer need them. This however produce

Re: [Pharo-users] problem with Pharo-Launcher

2015-03-28 Thread rohit sharma
No problem. Either she or I do ultimately work needs to be done. Any ways thanks for your help Ben. Regards Rohit On Sat, Mar 28, 2015 at 11:09 PM, Ben Coman wrote: > Looks like Jigyasa beat you to it. I responded in that thread. > cheers -ben > > On Sat, Mar 28, 2015 at 6:26 PM, rohit sharma

Re: [Pharo-users] problem with Pharo-Launcher

2015-03-28 Thread Ben Coman
Looks like Jigyasa beat you to it. I responded in that thread. cheers -ben On Sat, Mar 28, 2015 at 6:26 PM, rohit sharma wrote: > Hi, > i want to save proxy settings in pharo-launcher and for that i enable > development environment. After this i get a warning message > "The method ToolRegistry>>

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Nicolai Hess
2015-03-28 11:23 GMT+01:00 Jigyasa Grover : > Sir > I have installed the latest version of PharoLauncher on my system (OS : > Ubuntu 14.04) > Whenever I try to enable the developer option in the settings , I get a > warning dialog , in which clicking on Proceed hangs up the application. > I have r

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Ben Coman
Jigyasa, Just to check I got these additional details right from our chat on IRC: * you wanted to save PharoLauncher with certain web proxy setting * the Ubuntu 14.04 PharoLauncher package was based on Pharo 3 * you got what you needed using PharoLauncher Pharo 4 So you are fine now. Maybe its s

Re: [Pharo-users] New success stories

2015-03-28 Thread Cameron Sanders via Pharo-users
--- Begin Message --- I should add: the other success story products are all pretty impressive too. They set the bar/standard pretty high! -cam On Sat, Mar 28, 2015 at 8:53 AM, Ignacio Sniechowski <0800na...@gmail.com> wrote: > Stef, > Love Quuve!! > However, the site of Quuve seems to be blank,

Re: [Pharo-users] New success stories

2015-03-28 Thread kilon alios
The gui looks really impressive, I would be interested into more info about it, the technology you used the general design etc On Sat, Mar 28, 2015 at 5:39 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Hi guys, > > I am part of the development of Quuve. The site is not yet online (i

Re: [Pharo-users] New success stories

2015-03-28 Thread Cameron Sanders via Pharo-users
--- Begin Message --- My apologies, our debrispublishing.com site is being updated presently. It should be fixed within a day or two. Thanks for the positive comments on Quuve -- much appreciated! -cam On Sat, Mar 28, 2015 at 8:53 AM, Ignacio Sniechowski <0800na...@gmail.com> wrote: > Stef, >

Re: [Pharo-users] New success stories

2015-03-28 Thread Mariano Martinez Peck
Hi guys, I am part of the development of Quuve. The site is not yet online (it has been updated since a couple of weeks) but we were told it should be online these days... hope soon. If you have more questions, don't hesitate to ask! Best, On Sat, Mar 28, 2015 at 9:53 AM, Ignacio Sniechowski <

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread Julien Delplanque
On 28/03/15 14:28, Sean P. DeNigris wrote: > Gofer it > smalltalkhubUser: 'StephaneDucasse' project: 'PetitsBazars'; > package: 'Morphic-Slideshow'; > load. Thanks!

Re: [Pharo-users] Settings browser

2015-03-28 Thread Hilaire
Le 28/03/2015 15:11, Alain Plantec via Pharo-users a écrit : > I’ve opened an issue. > 15242 > Cheers > Alain > Thanks Alain, I tested this change on the Pharo settings, and I did not notice any pop up debugger. But of course a deeper testing may be ne

Re: [Pharo-users] Settings browser

2015-03-28 Thread Alain Plantec via Pharo-users
--- Begin Message --- I’ve opened an issue. 15242 Cheers Alain > Le 28 mars 2015 à 12:43, Hilaire a écrit : > > Hi Alain, > > Modifying inputWidget method as follow will be fine for me: > > inputWidget >"return the default widget for the input

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread Sean P. DeNigris
Julien Delplanque wrote > How did you manage to make it work?... What package do I need > to load with it? Gofer it smalltalkhubUser: 'StephaneDucasse' project: 'PetitsBazars'; package: 'Morphic-Slideshow'; load. - Cheers, Sean -- View this message in context: http://forum.world.st/Note

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread Sean P. DeNigris
> did you add something to display slowly the title? Yes, but that part was an ugly hack just to get the demo working, no design at all. I did however do a bit of internal refactoring to the slide show itself which I can integrate. Do you want to move it somewhere more accessible, like under on

Re: [Pharo-users] New success stories

2015-03-28 Thread Ignacio Sniechowski
Stef, Love Quuve!! However, the site of Quuve seems to be blank, or perhaps it's just my browser? cheers Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Sat, Mar 28, 2015 at 4:43 AM, stepharo wrote: > http://pharo.org/success/Quuve > > http://p

Re: [Pharo-users] Settings browser

2015-03-28 Thread Hilaire
Hi Alain, Modifying inputWidget method as follow will be fine for me: inputWidget "return the default widget for the input a the setting" ../.. inputWidget ifNotNil: [(inputWidget respondsTo: #model:) ifTrue: [inputWidget model ifNil: [inputWidget model: self]]]. ../..

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread kilon alios
very cool demo Sean, great job :) This chord keyb shortcuts look very useful. I have though doing something similar in the past. On Fri, Mar 27, 2015 at 11:18 PM, Sean P. DeNigris wrote: > stepharo wrote > > I can open a slideshow, create page, drop morph on it, mark a page as > > template and

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread Julien Delplanque
Hi Sean, How did you manage to make it work? I have error while loading "Bloc-*" packages from pharo 4. Seems its a dependency error for the second one. What package do I need to load with it? Regards, Julien On 27/03/15 22:18, Sean P. DeNigris wrote: > stepharo wrote >> I can open a slideshow,

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread stepharo
Sean did you add something to display slowly the title? I wanted to rebuild it in Bloc to have a concrete goal but I got busy in paper publishing and other admin tasks. Stef Le 27/3/15 22:18, Sean P. DeNigris a écrit : stepharo wrote I can open a slideshow, create page, drop morph on it, mar

Re: [Pharo-users] How to silently generate and remove code

2015-03-28 Thread stepharo
Le 28/3/15 08:53, Marcus Denker a écrit : I think we have not yet any good API for this… one problem is that the .changes is not only a transaction log, but in addition the place where the source of a method is stored. I would like to -> make transaction log + source storage independent. ->

Re: [Pharo-users] what to use for simple parsing

2015-03-28 Thread stepharo
In essence you have - PetitParser (read chapter in deep into pharo) incremental composable flexible a bit slow - Smacc static traditional I think that there is one chapter in book in progress on github Stef Excerp

Re: [Pharo-users] New success stories

2015-03-28 Thread stepharo
They have a problem with their web site. I may remove the link Le 28/3/15 10:18, kilon alios a écrit : yeap looks beautiful, they use a html front end like almost all pharo success stories. But the link to their website does work for me, it gives me a blank page. Anyone else with this problem

[Pharo-users] problem with Pharo-Launcher

2015-03-28 Thread rohit sharma
Hi, i want to save proxy settings in pharo-launcher and for that i enable development environment. After this i get a warning message "The method ToolRegistry>>userManager has been deprecated. use UserManager default Select Proceed to continue, or close this window to cancel the operation." and w

[Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Jigyasa Grover
Sir I have installed the latest version of PharoLauncher on my system (OS : Ubuntu 14.04) Whenever I try to enable the developer option in the settings , I get a warning dialog , in which clicking on Proceed hangs up the application. I have repeated the process twice or thrice , but am stuck at the

Re: [Pharo-users] New success stories

2015-03-28 Thread kilon alios
yeap looks beautiful, they use a html front end like almost all pharo success stories. But the link to their website does work for me, it gives me a blank page. Anyone else with this problem ? On Sat, Mar 28, 2015 at 10:49 AM, Hilaire wrote: > Le 28/03/2015 08:43, stepharo a écrit : > > http://p

Re: [Pharo-users] New success stories

2015-03-28 Thread Hilaire
Le 28/03/2015 08:43, stepharo a écrit : > http://pharo.org/success/Quuve Impressive screenshot ! > > http://pharo.org/success/iBizLog > > stef > > -- Dr. Geo - http://drgeo.eu iStoa - http://istoa.drgeo.eu

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-03-28 Thread Marcus Denker
> > This means having a look at the issue tracker to find some issue that are > interesting to work on could be an idea. > > Maybe a trello board could be used to sync for the remote sprinters. > https://trello.com/b/OQ2k210W It is public for viewing, for editin

Re: [Pharo-users] what to use for simple parsing

2015-03-28 Thread kilon alios
PettitParser provides a more Pharo orientated syntax. SmaCC uses syntax very similar to regex. SmaCC comes with a lot of parser for programming languages. I chose SmaCC because a) the syntax is very compact and it allows me a bird's eye view over the overall syntax definition, but also more diffi

Re: [Pharo-users] what to use for simple parsing

2015-03-28 Thread Martin Bähr
Excerpts from Thierry Goubier's message of 2015-03-28 08:46:46 +0100: > I can answer for SmaCC. It would do the job, be very simple and fairly > fast with a trick or two to handle the param unquoted string. could someone provide (or link to) a comparison between the major parsers? why are there e

Re: [Pharo-users] How to silently generate and remove code

2015-03-28 Thread Marcus Denker
I think we have not yet any good API for this… one problem is that the .changes is not only a transaction log, but in addition the place where the source of a method is stored. I would like to -> make transaction log + source storage independent. -> add a kind of “virtual” package for these gene

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-03-28 Thread Marcus Denker
> On 27 Mar 2015, at 22:04, Hilaire wrote: > > Le 27/03/2015 17:11, Jean-Christophe Bach a écrit : >> Hi Pharoers, >> >> This email as a reminder for the next Pharo sprint: it will be next >> Friday (3rd April) at Inria Lille. >> You can also join us on the IRC channel (#pharo on irc.freenode.

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-03-28 Thread Jean-Christophe Bach
* Hilaire [27.03.2015. @22:04:29 +0100]: > Le 27/03/2015 17:11, Jean-Christophe Bach a écrit : > > Hi Pharoers, > > > > This email as a reminder for the next Pharo sprint: it will be next > > Friday (3rd April) at Inria Lille. > > You can also join us on the IRC channel (#pharo on irc.freenode.n

Re: [Pharo-users] Pharo sprint on Friday, 3rd April

2015-03-28 Thread Jean-Christophe Bach
* Cyril Ferlicot [27.03.2015. @20:44:50 +0100]: > Pharo sprint are some event organize the Friday at INRIA Lille where people > come and works on a theme. > For exemple that can be a bug hunt: "Choose a bug from FogBugz and try to > solve it". > Everyone is on a big room and we can help each othe

Re: [Pharo-users] what to use for simple parsing

2015-03-28 Thread Thierry Goubier
Hi Peter, I can answer for SmaCC. It would do the job, be very simple and fairly fast with a trick or two to handle the param unquoted string. Thierry Le 28/03/2015 02:53, Peter Uhnák a écrit : Hi, I would like to parse text like - id(param1, param2, ... paramX) id -> id id ->> id -

[Pharo-users] New success stories

2015-03-28 Thread stepharo
http://pharo.org/success/Quuve http://pharo.org/success/iBizLog stef