Re: [Pharo-users] [ANN] FTP and WebDAV Plugins for Pharo's FileSystem

2014-12-21 Thread Hernán Morales Durand
This is really good work. Thank you for sharing, Hernán 2014-12-21 19:12 GMT-03:00 Udo Schneider : > All, > > I just finished FTP and WebDAV plugins for Pharo's FileSystem. This means > you can now access remote FTP and WebDAV loactions with the exact same > FileSystem API you are using to acce

[Pharo-users] Maximum number of rules in PetitParser?

2014-12-21 Thread James Foster
I have a grammar with about 600 rules. With some work I’ve come up with a useful subset of 400 rules. Unfortunately this is still more than the 255 number of instance variables that Pharo allows. Is there a way to have PetitParser use something other than instance variables to cache the rules?

[Pharo-users] [ANN] FTP and WebDAV Plugins for Pharo's FileSystem

2014-12-21 Thread Udo Schneider
All, I just finished FTP and WebDAV plugins for Pharo's FileSystem. This means you can now access remote FTP and WebDAV loactions with the exact same FileSystem API you are using to access local disks. The project lives on Smalltalk Hub: http://smalltalkhub.com/#!/~UdoSchneider/FileSystemNetw

Re: [Pharo-users] Glamour detecting changes?

2014-12-21 Thread Daniel Lyons
Doru, buildBrowser browser := GLMFinder new. browser show: [ :a | a list display: #children; format: #title ]. browser title: 'Project Browser' And then #title: looks like this: title: anObject title

Re: [Pharo-users] Glamour detecting changes?

2014-12-21 Thread Tudor Girba
Could you provide the code snippet you use for building the finder browser? Cheers, Doru On Sun, Dec 21, 2014 at 3:46 AM, Daniel Lyons wrote: > I have a pretty simple class and I'm using a GLMFinder to browse its > contents. If I make changes to the instance I'm browsing, it doesn't look > like

Re: [Pharo-users] Building agents in Pharo

2014-12-21 Thread Sven Van Caekenberghe
Hi Andy, > On 21 Dec 2014, at 20:00, Andy Burnett > wrote: > > I am interested in building a system that uses co-operating agents to parse > events. > > Is Pharo a suitable system for this? I ask because given that it is single > threaded, I wondered whether running multiple agents would pre

[Pharo-users] Building agents in Pharo

2014-12-21 Thread Andy Burnett
I am interested in building a system that uses co-operating agents to parse events. Is Pharo a suitable system for this? I ask because given that it is single threaded, I wondered whether running multiple agents would present any sort of problem. Has anyone got experience of building something lik

Re: [Pharo-users] Most recent version of CloudforkAWS for Pharo?

2014-12-21 Thread Jan van de Sandt
Hi, You can find the most recent edition of CloadforkAWS here http://smalltalkhub.com/#!/~JanVanDeSandt/Cloudfork/ Jan. On Sun, Dec 21, 2014 at 1:46 PM, Udo Schneider wrote: > All, > > which is the most recent version of CloudforkAWS for Pharo? > > Thanks, > > Udo > > >

Re: [Pharo-users] Most recent version of CloudforkAWS for Pharo?

2014-12-21 Thread Udo Schneider
Hi Sven, Can't answer your direct question. But there is also a Zinc-AWS package in http://www.smalltalkhub.com/mc/SvenVanCaekenberghe/ZincHTTPComponents/main that implements an AWS S3 client that works reasonably well. S3 is all I need :-) Integrating it now. CU, Udo

Re: [Pharo-users] Most recent version of CloudforkAWS for Pharo?

2014-12-21 Thread Sven Van Caekenberghe
Hi Udo, > On 21 Dec 2014, at 13:46, Udo Schneider wrote: > > All, > > which is the most recent version of CloudforkAWS for Pharo? > > Thanks, > > Udo Can't answer your direct question. But there is also a Zinc-AWS package in http://www.smalltalkhub.com/mc/SvenVanCaekenberghe/ZincHTTPCompon

[Pharo-users] Most recent version of CloudforkAWS for Pharo?

2014-12-21 Thread Udo Schneider
All, which is the most recent version of CloudforkAWS for Pharo? Thanks, Udo

Re: [Pharo-users] PetitParser problem with plus

2014-12-21 Thread stepharo
Could one of you write a small paragraph for the petit parser chapter? Le 18/12/14 09:07, Jan Kurš a écrit : Exactly... This happens so often that we should add some warning somewhere in these cases Cheers, Jan On 18 December 2014 at 08:36, Guillaume Larcheveque

Re: [Pharo-users] [ANN] Dr. Geo 14.12

2014-12-21 Thread Hilaire
Le 21/12/2014 10:54, Denis Kudriashov a écrit : > I think it is not available for Android phones. Is it only for tablets? Indeed. Thanks Hilaire -- Dr. Geo - http://drgeo.eu iStoa - http://istoa.drgeo.eu

Re: [Pharo-users] [ANN] Dr. Geo 14.12

2014-12-21 Thread Denis Kudriashov
I think it is not available for Android phones. Is it only for tablets? 2014-12-21 12:26 GMT+03:00 Hilaire : > > Hi Denis, > > Android DrGeo 13.10 should be accessible, or do I miss something? > iPad version is definitely gone for now. > > Thanks > > Hilaire > > Le 21/12/2014 10:16, Denis Kudriash

Re: [Pharo-users] [ANN] Dr. Geo 14.12

2014-12-21 Thread Hilaire
Hi Denis, Android DrGeo 13.10 should be accessible, or do I miss something? iPad version is definitely gone for now. Thanks Hilaire Le 21/12/2014 10:16, Denis Kudriashov a écrit : > Hi > > Does Android and IPad (IPhone?) version available? I see android link, > but Google Play not opens with i

Re: [Pharo-users] [ANN] Dr. Geo 14.12

2014-12-21 Thread Denis Kudriashov
Hi Does Android and IPad (IPhone?) version available? I see android link, but Google Play not opens with it. 2014-12-21 12:11 GMT+03:00 Hilaire : > > Dear fellow pharoers, > > I am please to announce release 14.12[1] of Dr. Geo is ready for > download[2]. > > Main changes appeared in the script s

[Pharo-users] [ANN] Dr. Geo 14.12

2014-12-21 Thread Hilaire
Dear fellow pharoers, I am please to announce release 14.12[1] of Dr. Geo is ready for download[2]. Main changes appeared in the script system: - script becomes first class citizen, understand defined as a Smalltalk class; script calculus/side effect is defined in the #compute method, - when bui

Re: [Pharo-users] Metacello does not load the expected version from ConfigOf

2014-12-21 Thread stepharo
I will add that to the metacello chapter! Le 19/12/14 19:00, Dale Henrichs a écrit : With classic Metacello (using the `(ConfigurationOfxxx project version: 'xxx') load` pattern) you can only downgrade via an explicit load of a particular version of the project. When loading projects indirectl