Re: [Pharo-users] class variable accessor naming

2015-04-08 Thread Christian Caldeiro
You can find many guidelines like these in the "Smalltalk with Style" book. For instance on page 3 it says "Upper and lowercase letters also distinguish variable scope. Variables beginning with an upper case letter (globals, classes, *class variables*, and pool dictionaries) are global to all meth

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Mmmm, the second option takes for me a while to open, i'll try using the first option adding an argument to the pragma. On Wed, Apr 8, 2015 at 7:25 PM, Laura Risani wrote: > Hi Alain , hi Nicolai, thank you for your answers. > In fact what i need is to parametrically show all settings i defined

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Hi Alain , hi Nicolai, thank you for your answers. In fact what i need is to parametrically show all settings i defined on a package, so i'll do the second. On Wed, Apr 8, 2015 at 6:23 PM, Nicolai Hess wrote: > > > 2015-04-08 18:34 GMT+02:00 Laura Risani : > >> Hi all, >> >> Say that i wanted t

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Dale Henrichs
On 04/08/2015 12:47 PM, Thierry Goubier wrote: Hi Dale, Le 08/04/2015 19:30, Dale Henrichs a écrit : On 04/07/2015 10:24 PM, Thierry Goubier wrote: Le 08/04/2015 02:05, Dale Henrichs a écrit : I have threatened in the past to add an option to a repository that would eliminate the need to s

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Dale Henrichs
On 04/08/2015 01:11 AM, Thierry Goubier wrote: 2015-04-08 8:47 GMT+02:00 Peter Uhnák >: I thnk that rather than focus on the disk format which I hardly ever actually look at ... that folks should be looking at tools support (like Thierry) ..

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Dale Henrichs
On 04/08/2015 04:23 AM, Sean P. DeNigris wrote: Dale Henrichs-3 wrote Dale Henrichs-3 wrote I am really pressed for time so I don't have the luxury to blue sky ideas ... I understand. I was not suggesting anyone do anything. Also, I agree that methods seem to be the proper level for SCM versi

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Nicolai Hess
2015-04-08 18:34 GMT+02:00 Laura Risani : > Hi all, > > Say that i wanted to open a SettingBrowser showing only the settings > defined by 'SystemSystemSettings class >> systemSettingOn:' . How could i > do that? > > There is a method 'SettingBrowser >> browse:' . Based on it's comment i > tried ad

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Alain Plantec via Pharo-users
--- Begin Message --- > Le 8 avr. 2015 à 18:34, Laura Risani a écrit : > > Hi all, > > Say that i wanted to open a SettingBrowser showing only the settings defined > by 'SystemSystemSettings class >> systemSettingOn:' . How could i do that? > > There is a method 'SettingBrowser >> browse:' .

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Dale Henrichs
On 04/07/2015 11:47 PM, Peter Uhnák wrote: I thnk that rather than focus on the disk format which I hardly ever actually look at ... that folks should be looking at tools support (like Thierry) ... this is where the real work needs to happen ... good tools can hide the disk fom

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Thierry Goubier
Hi Dale, Le 08/04/2015 19:30, Dale Henrichs a écrit : On 04/07/2015 10:24 PM, Thierry Goubier wrote: Le 08/04/2015 02:05, Dale Henrichs a écrit : I have threatened in the past to add an option to a repository that would eliminate the need to store monticello meta data ... Damien is working on

Re: [Pharo-users] class variable accessor naming

2015-04-08 Thread Jan B.
True, I already found few examples of accessors to class variables, but I like to be sure when I use it for the first time. Thank you. Jan Christian Caldeiro wrote > Class variables should be written with Uppercase (but there are some > classes in Pharo that don't follow this convention). Class

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Dale Henrichs
On 04/07/2015 10:24 PM, Thierry Goubier wrote: Le 08/04/2015 02:05, Dale Henrichs a écrit : I have threatened in the past to add an option to a repository that would eliminate the need to store monticello meta data ... Damien is working on "starting from scratch" on the new format, because the

[Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Hi all, Say that i wanted to open a SettingBrowser showing only the settings defined by 'SystemSystemSettings class >> systemSettingOn:' . How could i do that? There is a method 'SettingBrowser >> browse:' . Based on it's comment i tried adding to systemSettingOn: the pragma , and then sending '

Re: [Pharo-users] GitHub Mirror Workflow

2015-04-08 Thread Sean P. DeNigris
EstebanLM wrote > why would you want another format form mirroring? For the case when one is only actually committing to e.g. StHub and then mirroring to GitHub for external visibility, the purpose is not served when a casual observer must drill down several levels to view each method individually

Re: [Pharo-users] GitHub Mirror Workflow

2015-04-08 Thread Thierry Goubier
Le 08/04/2015 17:16, Stephan Eggermont a écrit : On 08/04/15 14:38, Esteban Lorenzano wrote: I don’t know your problem… why would you want another format form mirroring? Because with packages the size of Roassal2 you might get rather unhappy on a machine without an SSD. That is a lot of files.

Re: [Pharo-users] String operations

2015-04-08 Thread Norbert Hartl
> Am 07.04.2015 um 21:31 schrieb Peter Uhnák : > > > 'BormParticipant' allButFirst: 4 > ('BormParticipant' splitOn: 'Borm') last > Thank you both, this will work. :) > >> In the Moose configuration, there is a CollectionExtensions that allows you >> to do this: >> 'BormParticipant' removePrefi

Re: [Pharo-users] ZnClient: getting more that 19 tweet for data scrapping

2015-04-08 Thread Offray Vladimir Luna Cárdenas
Hi Paul and Sven, I will try Twitter API if is necessary, but I'm not trying to get support here on how to violate Twitter ToS. I'm pretty aware of them, but surely there are exceptions. The mail I shared with you (the one Paul point to) about why I would like to not use API but instead use s

Re: [Pharo-users] ZnClient: getting more that 19 tweet for data scrapping

2015-04-08 Thread Sven Van Caekenberghe
> On 08 Apr 2015, at 15:29, Paul DeBruicker wrote: > > Offray - What Sven said is correct. You're not getting an answer about how > to violate their Terms of Service because this isn't that kind of place. > You've asked 3 times. Once is usually enough. Use the API. For the Soup > questions g

Re: [Pharo-users] GitHub Mirror Workflow

2015-04-08 Thread Stephan Eggermont
On 08/04/15 14:38, Esteban Lorenzano wrote: I don’t know your problem… why would you want another format form mirroring? Because with packages the size of Roassal2 you might get rather unhappy on a machine without an SSD. That is a lot of files. Stephan

Re: [Pharo-users] Messaging solutions for Pharo

2015-04-08 Thread Bernat Romagosa
Thanks! I guess I'll use mosquitto as a middleware then, and Zinc/Websockets from Pharo. Best, Bernat. 2015-04-08 16:47 GMT+02:00 Esteban A. Maringolo : > Hi Bernat, > > I did some with MQTT in Java/Android and JavaScript with Paho, but > never used it with Pharo nor in any of our products. > >

Re: [Pharo-users] Messaging solutions for Pharo

2015-04-08 Thread Esteban A. Maringolo
Hi Bernat, I did some with MQTT in Java/Android and JavaScript with Paho, but never used it with Pharo nor in any of our products. Regards! Esteban A. Maringolo 2015-04-08 10:55 GMT-03:00 Bernat Romagosa : > Hi Esteban, > > did you finally choose MQTT? I'm in the beginning of a project right no

Re: [Pharo-users] Messaging solutions for Pharo

2015-04-08 Thread Bernat Romagosa
Hi Esteban, did you finally choose MQTT? I'm in the beginning of a project right now where we need to communicate with a bunch of devices and we've considered MQTT, but we don't know whether to use some existing broker like mosquitto or implement it in Pharo. Have you been down this path? Thanks!

Re: [Pharo-users] ZnClient: getting more that 19 tweet for data scrapping

2015-04-08 Thread Paul DeBruicker
Offray - What Sven said is correct. You're not getting an answer about how to violate their Terms of Service because this isn't that kind of place. You've asked 3 times. Once is usually enough. Use the API. For the Soup questions get an inspector on an instance of a SoupTag and start sending it

Re: [Pharo-users] GitHub Mirror Workflow

2015-04-08 Thread kilon alios
probably I kinda cheat, I use the smalltalkhub repo as nothing more than a shell for my github repo. I commit to it only my configuration which in turn loads the code from github . I have done this with Ephestos and Nireas , the configuration browsers entries just load the baseline from my github r

Re: [Pharo-users] GitHub Mirror Workflow

2015-04-08 Thread Esteban Lorenzano
I don’t know your problem… why would you want another format form mirroring? Esteban > On 08 Apr 2015, at 14:07, Sean P. DeNigris wrote: > > Bump :) > > > Sean P. DeNigris wrote >> for the "Mirror on Github" use case, I wonder if less granularity wouldn't >> clearly be more appropriate. I rea

Re: [Pharo-users] GitHub Mirror Workflow

2015-04-08 Thread Sean P. DeNigris
Bump :) Sean P. DeNigris wrote > for the "Mirror on Github" use case, I wonder if less granularity wouldn't > clearly be more appropriate. I read about using chunk format (not ideal, > but perhaps a bit more readable on the mirror) via Gitocello, but loading > in Pharo 4.0 broke on the FFI depend

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Thierry Goubier
Le 08/04/2015 13:23, Sean P. DeNigris a écrit : Dale Henrichs-3 wrote My mail may have been a bit harsh, so please read my reply to Peter ... where I think I take a bit more positive tack:) We are beyond politeness, my friend... Not our first rodeo :) Dale Henrichs-3 wrote I am really press

Re: [Pharo-users] happy easter :-)

2015-04-08 Thread Alexandre Bergel
I got the icon from http://iconmonstr.com I simply use the path in roassal Alexandre > On Apr 8, 2015, at 3:34 AM, kilon alios wrote: > > Not if you are Orthodox Christian ;) > > Happy Easter , great graphic. Did you do it by hand or you used a vector app > like inkscape ? > > On Wed, Apr 8

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Sean P. DeNigris
Dale Henrichs-3 wrote > My mail may have been a bit harsh, so please read my reply to Peter ... > where I think I take a bit more positive tack:) We are beyond politeness, my friend... Not our first rodeo :) Dale Henrichs-3 wrote > I am really pressed for time so I don't have the luxury to blue

Re: [Pharo-users] Spec with dynamic tabs

2015-04-08 Thread Hartmut
ok, I put it on my list. Hartmut Am 07.04.15 um 21:14 schrieb Peter Uhnák: Can you add an issue for Pharo 5 so it doesn't get lost? Currently a lot of effort is focused on Pharo 4 release (this week-ish), so nobody might have time to look at this now. Peter On Thu, Apr 2, 2015 at 5:16 PM, H

Re: [Pharo-users] Eating your own dog food (Site/Blog)

2015-04-08 Thread Yuriy Tymchuk
When are you going to be in Lviv? > On 08 Apr 2015, at 08:32, stepharo wrote: > > I started to work on using pillar to do that but nothing ready for people to > use. > I will work on it at Lviv or during my vacations just after. > I want to use it for my website. Right now parts of it are autom

Re: [Pharo-users] Eating your own dog food (Site/Blog)

2015-04-08 Thread Christophe Demarey
There is a plan to have pillar rendering with TextModel. I don't think it will support the full pillar syntax. Le 8 avr. 2015 à 11:16, Norbert Hartl a écrit : > What you are after? A static site generator or a dynamic engine? Btw. what do > you use to render pillar inside the image to something

Re: [Pharo-users] Eating your own dog food (Site/Blog)

2015-04-08 Thread Norbert Hartl
What you are after? A static site generator or a dynamic engine? Btw. what do you use to render pillar inside the image to something readable? Norbert > Am 08.04.2015 um 08:32 schrieb stepharo : > > I started to work on using pillar to do that but nothing ready for people to > use. > I will wo

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Martin Bähr
Excerpts from Thierry Goubier's message of 2015-04-08 10:11:44 +0200: > > As I've said to Thierry some time ago in different thread, I would be > > interested in idea of having everything on disk side and Pharo would only > > somehow refresh it's content (just like a Java IDE / text editor would).

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Thierry Goubier
2015-04-08 8:47 GMT+02:00 Peter Uhnák : > I thnk that rather than focus on the disk format which I hardly ever >> actually look at ... that folks should be looking at tools support (like >> Thierry) ... this is where the real work needs to happen ... good tools can >> hide the disk fomat completel

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Thierry Goubier
2015-04-08 9:19 GMT+02:00 Martin Bähr : > Excerpts from Peter Uhnák's message of 2015-04-08 08:47:15 +0200: > > > I thnk that rather than focus on the disk format which I hardly ever > > > actually look at > > i think the disk format is crucial for interoperability with other tools, > such > as gi

Re: [Pharo-users] Metacello GIT methodProperties.json

2015-04-08 Thread Martin Bähr
Excerpts from Peter Uhnák's message of 2015-04-08 08:47:15 +0200: > > I thnk that rather than focus on the disk format which I hardly ever > > actually look at i think the disk format is crucial for interoperability with other tools, such as github webinterface, or external editors to work on thi