Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Stéphane Ducasse
Use Ston it is cool and simple. Stef On Nov 28, 2013, at 3:10 PM, Damien Cassou wrote: > On Thu, Nov 28, 2013 at 2:39 PM, Damien Cassou > wrote: >> I'm looking for a library to parse configuration files. > > > My colleagues thought using STON could be a good idea. Would you use > STON to wr

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Stéphane Ducasse
***EXCELLENT*** On Nov 28, 2013, at 11:13 AM, p...@highoctane.be wrote: > Due to the somewhat unclear process, I updated the issue tracking page with > some details about registration along with pictures. > > http://www.pharo-project.org/community/issue-tracking > > Tell me if you see things

[Pharo-users] Finalization

2013-11-28 Thread Sean P. DeNigris
I found the following list threads... http://forum.world.st/Finalization-question-td1300962.html mentions #beFinalizable, which doesn't seem to exist. I guess it was just an example, but seems like it should be added, no? In http://forum.world.st/object-finalization-td3771196.html Igor suggested

Re: [Pharo-users] Snap4Arduino pre-alpha release

2013-11-28 Thread Bernat Romagosa
Thanks Phil! Weird about the mailto link, it does work for me both on Chrome and FF... I'll take a look! :) And about the manual, I didn't even know the link was there! This comes straight from Snap!, but I guess I'd better override it too! Glad you like it! 2013/11/28 p...@highoctane.be > J

Re: [Pharo-users] Snap4Arduino pre-alpha release

2013-11-28 Thread p...@highoctane.be
Just note that the bug reporting is broken on the web page... It tries to reach mailto:scra...@citilab.eu?subject=Snap4Arduino%20Bug%20Report&body=Operating%20System:%0D%0AWeb%20Browser,%20and%20version:%0D%0ASnap4Arduino%20version:%0D%0ASteps%20to%20follow%20in%20order%20to%20reproduce%20the%20pr

Re: [Pharo-users] Snap4Arduino pre-alpha release

2013-11-28 Thread Bernat Romagosa
Nice! :) Feedback will be very much appreciated! (Please note you need to install Standard Firmata into your board first) 2013/11/28 p...@highoctane.be > Hey cool. > > I'll try that with my board. (Arduino Uno). > > Phil > > > > On Thu, Nov 28, 2013 at 6:01 PM, Bernat Romagosa < > tibabenfort

Re: [Pharo-users] Snap4Arduino pre-alpha release

2013-11-28 Thread p...@highoctane.be
Hey cool. I'll try that with my board. (Arduino Uno). Phil On Thu, Nov 28, 2013 at 6:01 PM, Bernat Romagosa < tibabenfortlapala...@gmail.com> wrote: > Hi list! > > I know people don't usually make announcements of this kind here, but I've > gotten much help from this list on SerialPlugin and

[Pharo-users] Snap4Arduino pre-alpha release

2013-11-28 Thread Bernat Romagosa
Hi list! I know people don't usually make announcements of this kind here, but I've gotten much help from this list on SerialPlugin and NativeBoost questions, so I wanted to let you know I've managed to release the pre-alpha version of Snap4Arduino. Snap! is a Scratch reimplementation written in

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Göran Krampe
On 11/28/2013 04:37 PM, Esteban A. Maringolo wrote: Why not a simple JSON file? It's utter simple to parse. That was already mentioned :) Although in many cases an ini file is easier for non-devs than a JSON file. No, really, it is. Really. :) regards, Göran

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Esteban A. Maringolo
Why not a simple JSON file? It's utter simple to parse. Esteban A. Maringolo 2013/11/28 Göran Krampe > Hi! > > > On 11/28/2013 02:39 PM, Damien Cassou wrote: > >> Hi, >> >> I'm looking for a library to parse configuration files. I have no >> configuration format yet so I'm open. I was thinkin

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Göran Krampe
Hi! On 11/28/2013 02:39 PM, Damien Cassou wrote: Hi, I'm looking for a library to parse configuration files. I have no configuration format yet so I'm open. I was thinking of a typical INI format: [section1] param1=value1 param2=value2 [section2] param1=value3 ... In Gjallar we used the ini

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Sven Van Caekenberghe
Hi Damien, On 28 Nov 2013, at 15:10, Damien Cassou wrote: > On Thu, Nov 28, 2013 at 2:39 PM, Damien Cassou > wrote: >> I'm looking for a library to parse configuration files. > > > My colleagues thought using STON could be a good idea. Would you use > STON to write a configuration file? Yes

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Damien Cassou
On Thu, Nov 28, 2013 at 2:39 PM, Damien Cassou wrote: > I'm looking for a library to parse configuration files. My colleagues thought using STON could be a good idea. Would you use STON to write a configuration file? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the abili

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread p...@highoctane.be
www.jarober.com/blog/blogView?showComments=true&printTitle=ST_4U_397:_INI_Files_in_Pharo&entry=3547707074 On Thursday, November 28, 2013, Damien Cassou wrote: > Hi, > > I'm looking for a library to parse configuration files. I have no > configuration format yet so I'm open. I was thinking of a ty

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread p...@highoctane.be
map.squeak.org/package/3b80fe5d-5762-4e52-9943-f98d6f35851b On Thursday, November 28, 2013, Damien Cassou wrote: > Hi, > > I'm looking for a library to parse configuration files. I have no > configuration format yet so I'm open. I was thinking of a typical INI > format: > > [section1] > param1=va

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Sven Van Caekenberghe
There is INIFile in the Configuration Browser. But I know nothing about it, Torsten wrote it I guess. On 28 Nov 2013, at 14:39, Damien Cassou wrote: > Hi, > > I'm looking for a library to parse configuration files. I have no > configuration format yet so I'm open. I was thinking of a typical IN

[Pharo-users] Any configuration file parsing library

2013-11-28 Thread Damien Cassou
Hi, I'm looking for a library to parse configuration files. I have no configuration format yet so I'm open. I was thinking of a typical INI format: [section1] param1=value1 param2=value2 [section2] param1=value3 ... -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the abilit

Re: [Pharo-users] reporting bugs

2013-11-28 Thread btc
That is really good. One thing that caught me out when I started using Fogbugz was that it remembered values entered for the last case, using those as a template.  For example, if in one ticket I had entered the image-version, then that showed up automatically the case I opened, I sometimes I

Re: [Pharo-users] [Voyage] #selectAll:sortBy: not implemented?

2013-11-28 Thread Víctor Casado
Hi Johan, Thanks a lot for report the update and of course for been working on it, will be of great help! If I have any suggestions I'll let you know. Regards, -- View this message in context: http://forum.world.st/Voyage-selectAll-sortBy-not-implemented-tp4725324p4725823.html Sent from the P

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Sven Van Caekenberghe
Thx! Upvoted https://news.ycombinator.com/item?id=6814011 as well On 28 Nov 2013, at 12:01, p...@highoctane.be wrote: > Link is in the right margin. > > and in the text as well from now on. > > --- > Philippe Back > Dramatic Performance Improvements > Mob: +32(0) 478 650 140 | Fax: +32 (0) 70

Re: [Pharo-users] reporting bugs

2013-11-28 Thread p...@highoctane.be
Link is in the right margin. and in the text as well from now on. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.y

Re: [Pharo-users] NativeBoost: Regenerate Native Code

2013-11-28 Thread Igor Stasenko
On 27 November 2013 17:03, Sean P. DeNigris wrote: > How do I tell NativeBoost to regenerate all naive code for a class e.g. > after > changing the implementation of #nbCallingConvention? > > N.B. to NativeBoost newbies like myself, this is a *huge* potential pitfall > that's difficult to diagnos

Re: [Pharo-users] NativeBoost: Regenerate Native Code

2013-11-28 Thread Igor Stasenko
.. or just restart an image On 28 November 2013 12:01, Igor Stasenko wrote: > > > > On 27 November 2013 17:03, Sean P. DeNigris wrote: > >> How do I tell NativeBoost to regenerate all naive code for a class e.g. >> after >> changing the implementation of #nbCallingConvention? >> >> N.B. to Nat

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Sven Van Caekenberghe
Yes, great! One remark though: could the movie be embedded differently ? I have no flash player (sucks too much CPU), but now, I cannot even see a link (to view it in Chrome with its builtin flash). Could you add a plain link as well, please ? Thx, Sven On 28 Nov 2013, at 11:38, Benjamin wro

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Benjamin
Looks great :) Thanks for the contribution :) Ben On 28 Nov 2013, at 11:13, p...@highoctane.be wrote: > Due to the somewhat unclear process, I updated the issue tracking page with > some details about registration along with pictures. > > http://www.pharo-project.org/community/issue-tracking >

Re: [Pharo-users] reporting bugs

2013-11-28 Thread p...@highoctane.be
Due to the somewhat unclear process, I updated the issue tracking page with some details about registration along with pictures. http://www.pharo-project.org/community/issue-tracking Tell me if you see things that aren't right. Phil On Thu, Nov 28, 2013 at 10:42 AM, Yuriy Tymchuk wrote: > >

Re: [Pharo-users] Is there a template engine in Pharo

2013-11-28 Thread Norbert Hartl
Am 28.11.2013 um 10:37 schrieb Tudor Girba : > Hmm. What exactly does it mean to build XML/JSON responses out of the > template? > It is the same as for any other template, too. You have a prepared document at hand where you can replace the placeholders with real values. Doing this for a stru

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Yuriy Tymchuk
On 28 Nov 2013, at 10:28, Nicolai Hess wrote: > Thank you all for your help. > I already tried http://bugs.pharo.org/issues/register (month ago and now > again),but nothing happened. > I missed that part where I have to use "forgot password" to even get an > initial password. > Can you write

Re: [Pharo-users] Is there a template engine in Pharo

2013-11-28 Thread Tudor Girba
Hmm. What exactly does it mean to build XML/JSON responses out of the template? Doru On Thu, Nov 28, 2013 at 8:13 AM, Norbert Hartl wrote: > > > Am 28.11.2013 um 00:21 schrieb "Esteban A. Maringolo" < > emaring...@gmail.com>: > > Did you try to build JSON responses with this templating solutio

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Nicolai Hess
Thank you all for your help. I already tried http://bugs.pharo.org/issues/register (month ago and now again),but nothing happened. I missed that part where I have to use "forgot password" to even get an initial password. Can you write this important part right on the initial fogbugz page. For those

Re: [Pharo-users] reporting bugs

2013-11-28 Thread p...@highoctane.be
Which is the one in my "here" :-) [check, it's been edited...] Phil --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Benjamin
There is also this perm link :) http://bugs.pharo.org/issues/register Ben On 28 Nov 2013, at 09:45, p...@highoctane.be wrote: > http://bugs.pharo.org/issues/ > > Register link on top: You can register to the FogBugz issue tracker here. > > Enjoy, > > --- > Philippe Back > Dramatic Performanc

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Marcus Denker
On 28 Nov 2013, at 09:46, p...@highoctane.be wrote: > http://bugs.pharo.org/issues/ > > Register link on top: You can register to the FogBugz issue tracker here. > and then you need to request a passed from fogbugz all not perfect, but the whole reason for starting Pharo was that we realised

Re: [Pharo-users] reporting bugs

2013-11-28 Thread p...@highoctane.be
And you can then watch this: https://vimeo.com/75183993 --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com

Re: [Pharo-users] reporting bugs

2013-11-28 Thread p...@highoctane.be
http://bugs.pharo.org/issues/ Register link on top: You can register to the FogBugz issue tracker here. Enjoy, --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philip

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Benjamin
If you are not logged, the process should be describe on the welcome page Ben On 28 Nov 2013, at 09:19, Nicolai Hess wrote: > What do I have to do for getting access to pharo.fogbugz.com for bug > reporting? > > regards > Nicolai >

[Pharo-users] reporting bugs

2013-11-28 Thread Nicolai Hess
What do I have to do for getting access to pharo.fogbugz.com for bug reporting? regards Nicolai