Re: [Pharo-users] compiling Pillar files locally (for LaserGame book)

2014-05-21 Thread stepharo
And of course there is no need to have a lower number of screenshots now you can generate them from the image. Well I will let you for the book you will write and learn from you. For me and my time, I will minimize the number of screenshots and if you have some scripts to generate these scre

Re: [Pharo-users] compiling Pillar files locally (for LaserGame book)

2014-05-21 Thread Stephan Eggermont
Stef wrote: >Well I will let you for the book you will write and learn from you. >For me and my time, I will minimize the number of screenshots and if you >have some scripts >to generate these screenshots I will use the scripts. Please do: http://forum.world.st/Making-screenshots-programmatica

Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-21 Thread Christophe Demarey
Le 20 mai 2014 à 22:53, Sean P. DeNigris a écrit : > Christophe Demarey wrote >> but it will not work as it is hosted on another repository > > Not that I'm recommending it, but if necessary, you could always copy it > into your project's repo to get around that (or I think you can specify a > r

Re: [Pharo-users] Ghost Proxy

2014-05-21 Thread François Stephany
Cool, thanks ! I'll let you know if I run into any trouble on Pharo 3. On Wed, May 21, 2014 at 8:43 AM, Luc Fabresse wrote: > > > 2014-05-21 8:37 GMT+02:00 Marcus Denker : > > In general, we should think about if is would make sense that the language >> comes with >> a good proxy model by defaul

[Pharo-users] TextMorph on Athens

2014-05-21 Thread Hilaire Fernandes
Hello, What is its status? In Pharo 3.0, I see somes classes related to text and Athens. It is one of the final peace I need for Dr. Geo. Thanks Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] A possible problem coming from Zinc?

2014-05-21 Thread Sven Van Caekenberghe
On 21 May 2014, at 13:30, Usman Bhatti wrote: > Hi, > > When turning on ZincFileLogger on a Zinc server, after some time (1h or so) I > get the FileWrite error (see screenshot). I browsed through the bugs related > to Zinc in the Fogbugz but couldn't find any bug related to my problem. I get

Re: [Pharo-users] compiling Pillar files locally (for LaserGame book)

2014-05-21 Thread stepharo
I will try. Now I do not know if I can script Nautilus. Stef On 21/5/14 10:51, Stephan Eggermont wrote: Stef wrote: Well I will let you for the book you will write and learn from you. For me and my time, I will minimize the number of screenshots and if you have some scripts to generate these

Re: [Pharo-users] glorp

2014-05-21 Thread Esteban A. Maringolo
Pablo, I'm using GLORP for two of my projects, with the Native PostgresV2 driver. It is super solid, but still has some gotchas. Additionally, Pharo's version isn't the latest. Ask anything you need. GLORP can be really frustrating in the beginning. Regards, Esteban A. Maringolo 2014-05-21 1:

[Pharo-users] observing Pillar execution (PharoLaserGameTutorial)

2014-05-21 Thread Ben Coman
The Pillar documentation [1] says the "@@note xyz..." should produce "Note: xyz..." but that doesn't seem to be happening. This seems to be handled in PRMarkdownWriter>>visitAnnotatedParagraph: but not in PRLaTexWriter. For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly i

Re: [Pharo-users] observing Pillar execution (PharoLaserGameTutorial)

2014-05-21 Thread Damien Cassou
On Wed, May 21, 2014 at 3:42 PM, Ben Coman wrote: > For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly > invoke Pillar but have it in GUI mode with a debugger so that I can learn > about how Pillar executes? you can replace the call to the executable so that it uses that ph

Re: [Pharo-users] glorp

2014-05-21 Thread Pablo R. Digonzelli
thanks all!. I am going to do some experience with glorp and shure i will ask you lot of things. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje origina

Re: [Pharo-users] A possible problem coming from Zinc?

2014-05-21 Thread Usman Bhatti
On Wed, May 21, 2014 at 1:37 PM, Sven Van Caekenberghe wrote: > > On 21 May 2014, at 13:30, Usman Bhatti wrote: > > > Hi, > > > > When turning on ZincFileLogger on a Zinc server, after some time (1h or > so) I get the FileWrite error (see screenshot). I browsed through the bugs > related to Zinc

Re: [Pharo-users] A possible problem coming from Zinc?

2014-05-21 Thread Sven Van Caekenberghe
On 21 May 2014, at 16:59, Usman Bhatti wrote: > > > > On Wed, May 21, 2014 at 1:37 PM, Sven Van Caekenberghe wrote: > > On 21 May 2014, at 13:30, Usman Bhatti wrote: > > > Hi, > > > > When turning on ZincFileLogger on a Zinc server, after some time (1h or so) > > I get the FileWrite erro

Re: [Pharo-users] observing Pillar execution (PharoLaserGameTutorial)

2014-05-21 Thread Ben Coman
Damien Cassou wrote: On Wed, May 21, 2014 at 3:42 PM, Ben Coman wrote: For the PharoLaserGameTutorial I invoke compile.sh. How can I similarly invoke Pillar but have it in GUI mode with a debugger so that I can learn about how Pillar executes? you can replace the call

Re: [Pharo-users] A possible problem coming from Zinc?

2014-05-21 Thread Usman Bhatti
Please find the debug log file here. I hope this helps. https://dl.dropboxusercontent.com/u/11804892/PharoDebug.log On my side, I'll switch to Transcript logging in the meantime to see if that is not coming from any errors in my implementation of the server. tx usman On Wed, May 21, 2014 at 5

[Pharo-users] Unique identifiers

2014-05-21 Thread Esteban A. Maringolo
I would like to discuss alternatives for the generation of unique identifiers, in the context of URLs, database primary keys/no-sql keys, system interoperation, etc., etc. I used GUIDs in the past, which for simplicity I stored them in its string representation instead of using the byte/long repre

Re: [Pharo-users] glorp

2014-05-21 Thread Pablo R. Digonzelli
Esteban hi, are you using glorp or glorp-dbx thing? TIA Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Pablo R. Digonzelli" Para: "An

Re: [Pharo-users] glorp

2014-05-21 Thread Esteban A. Maringolo
They are the same thing... but the naming confuses everyone :D I'm loading this: spec repository: 'http://smalltalkhub.com/mc/DBXTalk/Glorp/main'. spec package: 'Glorp'. spec package: 'GlorpPharoCompatibility' with: [ spec requires: 'Glorp' ]. spec package: 'GlorpTests' with: [ spec requires: 'Gl

Re: [Pharo-users] glorp

2014-05-21 Thread Pablo R. Digonzelli
Thanks! Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Esteban A. Maringolo" Para: "Any question about pharo is welcome" Enviados: Mi

Re: [Pharo-users] A possible problem coming from Zinc?

2014-05-21 Thread Usman Bhatti
On Wed, May 21, 2014 at 5:15 PM, Sven Van Caekenberghe wrote: > > On 21 May 2014, at 16:59, Usman Bhatti wrote: > > > > > > > > > On Wed, May 21, 2014 at 1:37 PM, Sven Van Caekenberghe > wrote: > > > > On 21 May 2014, at 13:30, Usman Bhatti wrote: > > > > > Hi, > > > > > > When turning on Zinc

Re: [Pharo-users] A possible problem coming from Zinc?

2014-05-21 Thread Sven Van Caekenberghe
Hi Usman, Thanks for the feedback, there must be something wrong with ZnFileLogger then I guess. I'll put it on the todo list ;-) Sven

Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-21 Thread Johan Fabry
On May 21, 2014, at 5:07 AM, Christophe Demarey wrote: > > Le 20 mai 2014 à 22:53, Sean P. DeNigris a écrit : > >> Christophe Demarey wrote >>> but it will not work as it is hosted on another repository >> >> Not that I'm recommending it, but if necessary, you could always copy it >> into yo