Re: [Pharo-users] Calypso openOnGroup?

2019-03-15 Thread Hernán Morales Durand
Hello Denis, It worked perfectly, Thank you! Cheers Hernán El vie., 15 mar. 2019 a las 19:08, Denis Kudriashov () escribió: > > Hello Hernan. > > Try following example: > > ClyFullBrowser openWithState: [:browser | > browser selectClass: Announcer atMethodTag: #initialization ] > > > вт, 12 мар

Re: [Pharo-users] Per project code formatting settings and policy

2019-03-15 Thread Sean P. DeNigris
Marcus Denker-4 wrote > We should check how much work it would be to allow the global setup to be > overridden per Class and per Package… Ideally this would be integrated with Metacello or similar, but I see that the Metacello registry doesn't seem to cache the packages that belong to each project

Re: [Pharo-users] Why doesn't collection have #excludes (the mirror of includes)?

2019-03-15 Thread Ben Coman
On Sat, 16 Mar 2019 at 06:33, Tim Mackinnon wrote: > Hi - in my quest to understand the edgier details of Pharo (and Smalltalk) > - and driven by fresh thoughts of completing exercism exercises - I was > surprised to find that there is no #excludes: operation on collection to > mirror the #includ

Re: [Pharo-users] json parse problem

2019-03-15 Thread Ben Coman
On Sat, 16 Mar 2019 at 04:21, Roelof Wobben wrote: > Hello, > > I try to parse a json that differs some times > > after parsing with neojson I see something like this > > "an Array(a Dictionary('height'->3640 'name'->'z0' 'tiles'->an Array(a > Dictionary('url'->'http://lh3...TItQ4wwXk80sCHkqSS3J

[Pharo-users] Why doesn't collection have #excludes (the mirror of includes)?

2019-03-15 Thread Tim Mackinnon
Hi - in my quest to understand the edgier details of Pharo (and Smalltalk) - and driven by fresh thoughts of completing exercism exercises - I was surprised to find that there is no #excludes: operation on collection to mirror the #includes: operation? I was curious about this - its seems a str

Re: [Pharo-users] Calypso openOnGroup?

2019-03-15 Thread Denis Kudriashov
Hello Hernan. Try following example: ClyFullBrowser openWithState: [:browser | browser selectClass: Announcer atMethodTag: #initialization ] вт, 12 мар. 2019 г. в 02:43, Hernán Morales Durand : > Hi, > > Is there any way to open a browser on a method group in Claypso? > > This was possible in

Re: [Pharo-users] TelePharo in Tonel

2019-03-15 Thread Denis Kudriashov
Hi Torsten. It requires finally merging branch with network discovery tool. Otherwise it would be a pain to do it after conversion. The branch provides a Radar tool to discover available images in the network. Generally it works but it needs real live testing. Some logic of server connection was

[Pharo-users] json parse problem

2019-03-15 Thread Roelof Wobben
Hello, I try to parse a json that differs some times after parsing with neojson I see something like this  "an Array(a Dictionary('height'->3640 'name'->'z0' 'tiles'->an Array(a Dictionary('url'->'http://lh3...TItQ4wwXk80sCHkqSS3JgTgmehYP-OItkO4hMwqH1agr-LfNR

Re: [Pharo-users] Per project code formatting settings and policy

2019-03-15 Thread Sean P. DeNigris
Holger Freyther wrote > What I didn't see is if a project can supply the style (instead of the > image configuration) Great idea!! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] GPCE 2019: 1st Call for Papers - Athens, Greece; October 21-22

2019-03-15 Thread Rodin Aarssen
CALL FOR PAPERS 18th International Conference on Generative Programming: Concepts & Experiences (GPCE 2019) October 21-22, 2019 Athens, Greece (co-located with SPLASH 2019) https://conf.researchr.org/home/gpce-2019 http://twitter.com/GPCECONF http://www.facebook.com/GPCEConference IMPORTANT DAT

Re: [Pharo-users] Per project code formatting settings and policy

2019-03-15 Thread Marcus Denker
> On 15 Mar 2019, at 08:48, Holger Freyther wrote: > > Hi! > > I found myself doing codereview and commenting on style (e.g. missing > indention). It seems like a task that can be easily automated and in fact we > have RBFormmatter/BlueInk to do it. > > What I didn't see is if a project ca

Re: [Pharo-users] Per project code formatting settings and policy

2019-03-15 Thread Ben Coman
On Fri, 15 Mar 2019 at 15:56, Holger Freyther wrote: > Hi! > > I found myself doing codereview and commenting on style (e.g. missing > indention). It seems like a task that can be easily automated and in fact > we have RBFormmatter/BlueInk to do it. > > What I didn't see is if a project can suppl

[Pharo-users] Per project code formatting settings and policy

2019-03-15 Thread Holger Freyther
Hi! I found myself doing codereview and commenting on style (e.g. missing indention). It seems like a task that can be easily automated and in fact we have RBFormmatter/BlueInk to do it. What I didn't see is if a project can supply the style (instead of the image configuration)? How could this