Re: [Pharo-users] Pharo6.0 for linux and PharoV60.sources location

2017-07-04 Thread Marc Hanisch via Pharo-users
--- Begin Message --- Hi Stephane, thanks for that kind reply! No problem! I'm unfortunately not too deep into Pharo, but maybe I can help with the packaging / build process for the Linux downloads (at least my Linux knowledge is far better than my Pharo knowledge ;-))? Best regards, Marc 2017-0

Re: [Pharo-users] Pharo6.0 for linux and PharoV60.sources location

2017-07-04 Thread Stephane Ducasse
Hi marc We are a bit under water in this moment making sure that we can handle pull requests for Pharo 70. I'm sure that it will get better in the future. Esteban is moving, we got many articles to send, clement hand it in its phd :). And many more. So we are sorry about the support. Stef On Mo

Re: [Pharo-users] [ANN] Pharo community addon for world menu

2017-07-04 Thread Stephane Ducasse
This is cool :) On Tue, Jul 4, 2017 at 7:41 PM, Torsten Bergmann wrote: > Hi, > > I added a small utility called "Community" to the catalog that allows you to > quickly > access/browse the most prominent Pharo pages (Homepage, Discord, Mailinglist > Archive, CI Server, > Books page, Associatio

[Pharo-users] The method Form>>rotateBy: slows down if applied several times to the same form

2017-07-04 Thread Matteo via Pharo-users
--- Begin Message --- Dears, applying the method "Form>>rotateBy:" several times, to the same form, the system slows down dramatically, even imposing a 0° rotation. Below you can find a code snippet, to be run on the playground: |aForm | aForm:= ImageReadWriter formFromFileNamed: 'pharo.png'.

Re: [Pharo-users] PharoCloud Ephemeric Cloud updates

2017-07-04 Thread Denis Kudriashov
Good job Mike. It opens a lot of possibilities. 2017-07-03 23:17 GMT+02:00 mikefilonov : > > 4) As result now you can remotely connect, debug and control Images running > at PharoCloud using PharmIDE: > http://docs.swarm.pharocloud.com/article/remote_debug > This is so awesome! Thank you to Denis

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-04 Thread Hilaire
I added these lines of code, but it is not that yet: browser updateOn: GLMItemAdded from: #yourself; updateOn: GLMItemRemoved from: #yourself. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo community addon for world menu

2017-07-04 Thread Alexandre Bergel
I would also point to the issue tracker. In Roassal, I have a similar menu. And indeed, this is useful. Alexandre > On Jul 4, 2017, at 7:41 PM, Torsten Bergmann wrote: > > Hi, > > I added a small utility called "Community" to the catalog that allows you to > quickly > access/browse the most

Re: [Pharo-users] [ANN] Pharo community addon for world menu

2017-07-04 Thread Offray Vladimir Luna Cárdenas
Wow! That's pretty neat and useful. I would like add local/focused communities, like the ones around Moose, Agile Visualization and Grafoscopio. Let me know if that make sense and how can I help with that. Cheers, Offray On 04/07/17 12:41, Torsten Bergmann wrote: > Hi, > > I added a small utili

[Pharo-users] [ANN] Pharo community addon for world menu

2017-07-04 Thread Torsten Bergmann
Hi, I added a small utility called "Community" to the catalog that allows you to quickly access/browse the most prominent Pharo pages (Homepage, Discord, Mailinglist Archive, CI Server, Books page, Association, Consortium, STHub) right from the world menu. Also in Spotter. Example:

Re: [Pharo-users] RFBSever not surviving disconnection

2017-07-04 Thread Denis Kudriashov
As alternative to RFB try remote dev tools http://dionisiydk.blogspot.fr/2017/01/pharmide-pharo-remote-ide-to-develop.html . You can play with it in PharoCloud http://docs.swarm.pharocloud.com/article/remote_debug . (you need Pharo 6 for this) 2017-07-04 15:47 GMT+02:00 sergio ruiz : > Hi, all..

Re: [Pharo-users] Pharo command line, stdout and integrating with other tools?

2017-07-04 Thread Tim Mackinnon
I actually got the bottom of why I was having problems with “ characters. It’s a bash thing (see:http://wiki.bash-hackers.org/syntax/quoting ) regarding strong and weak quotes. The syntax I needed to use (which is somewhat convoluted): ./pharo Pharo

[Pharo-users] RFBSever not surviving disconnection

2017-07-04 Thread sergio ruiz
Hi, all..  I have installed RFBServer, and the issue that i am having is: Using the client “chicken of the VNC” when i disconnect from the server, i get to halts, and the following messages in the Transcript: RFB: caught ConnectionClosed: Connection close while waiting for data. RFB: caught Co

Re: [Pharo-users] Pharo command line, stdout and integrating with other tools?

2017-07-04 Thread Tim Mackinnon
Just to confirm and give a specific example - if I use the eval handler, you get output like the following which means that other tools will barf (the json was written to stdout, the ‘ok’ string was the result of the method called). So Andreas is correct - I need to write my own handler. I will

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-04 Thread Hilaire
Le 03/07/2017 à 23:20, Juraj Kubelka a écrit : > You may have a wrapper that holds the compiled method. So, the method list > can hold your wrappers instead of compiled methods. > Than your wrapper could listen to the system announcer for changes and > updates its value accordingly. > Or you can

Re: [Pharo-users] Running a headless server

2017-07-04 Thread Sven Van Caekenberghe
> On 4 Jul 2017, at 07:26, sergio ruiz wrote: > > Hi, all.. Did you read https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/DeploymentWeb/DeployForProduction.html ? TL;DR use the config handler to load/update code and save your image st

Re: [Pharo-users] Running a headless server

2017-07-04 Thread Pavel Krivanek
2017-07-04 7:26 GMT+02:00 sergio ruiz : > Hi, all.. > > I have started looking at the zeroconf scripts, and i think i have most of > this figured out.. > > I just have a few questions, to make sure I am doing this correctly. > > In order to run the current image headless, should I just do somethin