[Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Raffaello Giulietti
Hi, I find the suggestions mini-pane that appears under a method code rather useless and distracting. I perfectly know that I'm an idiot, so there's no need for the tool to keep reminding me how smart it is instead. Is there a way to get rid of it?

Re: [Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Sven Van Caekenberghe
> On 28 Feb 2017, at 14:49, Raffaello Giulietti > wrote: > > Hi, > > I find the suggestions mini-pane that appears under a method code rather > useless and distracting. > > I perfectly know that I'm an idiot, so there's no need for the tool to keep > reminding me how smart it is instead. >

Re: [Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Raffaello Giulietti
Hi Sven, I already searched in the settings. Here is what I see in the Nautilus Browser settings: Code Browsing Nautilus Browser Show hierarchy by default? Use old style keys? nothing else. On 2017-02-28 14:55, Sven Van Caekenberghe wrote: On 28 Feb 2017, at 14:49, R

Re: [Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Sven Van Caekenberghe
What Pharo version are you using ? The screenshot was from Pharo 6. > On 28 Feb 2017, at 15:06, Raffaello Giulietti > wrote: > > Hi Sven, > > I already searched in the settings. > > Here is what I see in the Nautilus Browser settings: > > Code Browsing > Nautilus Browser > Show

Re: [Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Raffaello Giulietti
I'm using the latest "official" release, namely Pharo 5. I have no gut to experiment with Pharo 6. If not by the GUI, there still must be a way to evaluate some expression to achieve the same effect, even in Pharo 5. On 2017-02-28 15:11, Sven Van Caekenberghe wrote: What Pharo version ar

Re: [Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Raffaello Giulietti
On 2017-02-28 15:12, Dimitris Chloupis wrote: which version of Pharo you use ? PS: I do not need QA to remind me I am an idiot, coding is doing that to me every day just fine for 30 years now :D Fully agree with you ;-) Anyway, I want to be in control of the tools.

Re: [Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Peter Uhnak
1. Open settings 2. Type in quality 3. Uncheck nautilus plugin (or remove the plugin via top-right corner of nautilus window -> plugins manager -> remove QA) Peter On Tue, Feb 28, 2017 at 03:16:31PM +0100, Raffaello Giulietti wrote: > I'm using the latest "official" release, namely Pharo 5. I h

[Pharo-users] Pharo TechTalk starting in one hour (16UTC) (LINKS)

2017-02-28 Thread Esteban Lorenzano
Hi, So, techtalk will be here: https://www.youtube.com/watch?v=H52MAu_ISgU and discussion channel will be through discord, as always, here: http://discord.gg/Sj2rhxn See you there! Esteban

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread Offray Vladimir Luna Cárdenas
I'm also curious about iceberg integration. I'm also an advocate for fossil: I like its lightness as process and software, offering full stack distributed collaboration in just 2 Mb (wiki, tickets, DVCS, etc.) I can not catch up with upcoming Pharo 6, but hopefully after being released I will b

Re: [Pharo-users] Fwd: GSoC 2017: Pharo Consortium has been accepted as a mentor organization!

2017-02-28 Thread Offray Vladimir Luna Cárdenas
Do you mean, besides the form filled out for the Grafoscopio proposal?[1] If I need to register some where else, just point me. I'm all in :-). [1] http://gsoc.pharo.org/#topic-grafoscopio-literate-computing-and-reproducible-research-for-pharo Cheers, Offray On 28/02/17 01:19, serge.stinck

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread Thierry Goubier
2017-02-28 1:19 GMT+01:00 Pierce Ng : > Hi all, > > I have written a simple integration of FileTree with Fossil to avoid the > 2-step > Pharo- and shell-level work to add/delete/commit files. > > At the operating system command prompt, init a new Fossil project: > > os% mkdir ~/repo > os% cd ~

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread Thierry Goubier
Hi Offray, is your FossilRepo object using a JSON over HTTP API to Fossil? It could make Fossil an interesting candidate, because it could mean a single http API (and not one API per git hosting provider...) Regards, Thierry 2017-02-28 16:09 GMT+01:00 Offray Vladimir Luna Cárdenas < offray.l...

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread Thierry Goubier
2017-02-28 8:12 GMT+01:00 stepharong : > This is cool. > I'm curious to see if we could manage fossil back-end via iceberg. > It is a nice use case to check on an architecture for Iceberg with multiple back-ends. Thierry > > Stef > > > > On Tue, 28 Feb 2017 01:19:50 +0100, Pierce Ng > wrote:

Re: [Pharo-users] suggestions mini-pane shut up

2017-02-28 Thread Raffaello Giulietti
Thanks Peter, this does it for me. > 1. Open settings > 2. Type in quality > 3. Uncheck nautilus plugin > > (or remove the plugin via top-right corner of nautilus window -> plugins manager -> remove QA) > > Peter

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread Offray Vladimir Luna Cárdenas
Hi Thierry, What I'm using is the Fossil JSON API as described in [1]. Managing Grafoscopio documentation with it is pretty easy and yes I believe it could help in bringing a unified API across several repositories (I have not tested that though). [1] http://fossil.wanderinghorse.net/repos/f

Re: [Pharo-users] Fwd: GSoC 2017: Pharo Consortium has been accepted as a mentor organization!

2017-02-28 Thread p...@highoctane.be
For Jupyter notebooks, just for you to know that I have such a service on https://proba-v-mep.esa.int/ e.g. https://proba-v-mep.esa.int/blog/foss4g-demo-timeseries-analysis-geotrellis https://proba-v-mep.esa.int/blog/ipython-notebooks-preview If we manage to have a Pharo kernel, I can deploy it t

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread Thierry Goubier
2017-02-28 16:43 GMT+01:00 Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com>: > Hi Thierry, > > What I'm using is the Fossil JSON API as described in [1]. Managing > Grafoscopio documentation with it is pretty easy and yes I believe it could > help in bringing a unified API across several r

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread Offray Vladimir Luna Cárdenas
On 28/02/17 10:56, Thierry Goubier wrote: 2017-02-28 16:43 GMT+01:00 Offray Vladimir Luna Cárdenas mailto:offray.l...@mutabit.com>>: Hi Thierry, What I'm using is the Fossil JSON API as described in [1]. Managing Grafoscopio documentation with it is pretty easy and yes I b

Re: [Pharo-users] And the Oscar goes to...

2017-02-28 Thread Offray Vladimir Luna Cárdenas
he he, good one :-). I will add it to my Cinemania section of the Grafoscopio interactive tutorial, with proper attribution. You have provided some of the most entertaining examples of our workshops, including the one on consulting Open Movie Database. Cheers, Offray On 28/02/17 01:57, Her

[Pharo-users] Socket, network, testing and coding

2017-02-28 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- Hi guys, Quick question regarding sockets and testing. I'm trying to implement a simple communication protocol to exchange data (strings) between 2 images and I was wondering what was the easiest way to test/develop my code?  I want to be able to do something similar to a

[Pharo-users] Seaside : including a static stylesheet.

2017-02-28 Thread Dominique Dartois
In the Seaside book, chapter 17.2 I read I can include a stylesheet this way : updateRoot: anHtmlRoot super updateRoot: anHtmlRoot. anHtmlRoot stylesheet url: 'http://seaside.st/styles/main.css' On my development machine (macOS) I use http://localhost:8080/myApp as the server address and

Re: [Pharo-users] Fwd: GSoC 2017: Pharo Consortium has been accepted as a mentor organization!

2017-02-28 Thread Offray Vladimir Luna Cárdenas
Thanks Phil, I will not be working in the Jupyter support project, but in improving Grafoscopio as a literate computing and reproducible research tool for Pharo. But is good to know you have such service and the willing to help us. Cheers, Offray On 28/02/17 10:47, p...@highoctane.be wrote

Re: [Pharo-users] Seaside : including a static stylesheet.

2017-02-28 Thread Sven Van Caekenberghe
> On 28 Feb 2017, at 18:53, Dominique Dartois wrote: > > In the Seaside book, chapter 17.2 I read I can include a stylesheet this way : > > updateRoot: anHtmlRoot > super updateRoot: anHtmlRoot. > anHtmlRoot stylesheet url: 'http://seaside.st/styles/main.css' > > On my development mach

Re: [Pharo-users] And the Oscar goes to...

2017-02-28 Thread stepharong
:) Now I undersrand... Amazing when you think about it stef

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread stepharong
it means that we could also use the same setup to store pillar books On 28/02/17 10:56, Thierry Goubier wrote: 2017-02-28 16:43 GMT+01:00 Offray Vladimir Luna Cárdenas : Hi Thierry, What I'm using is the Fossil JSON API as described in [1]. Managing Grafoscopio documentation with it

Re: [Pharo-users] How to capture the execution of a playground?

2017-02-28 Thread Offray Vladimir Luna Cárdenas
On 28/02/17 02:12, Ben Coman wrote: On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas mailto:offray.l...@mutabit.com>> wrote: Hi, I would like to store the object resulting from executing a playground. This would imply two steps: - Knowing that the playground

Re: [Pharo-users] Socket, network, testing and coding

2017-02-28 Thread Juraj Kubelka
Hi, > El 28-02-2017, a las 14:27, Benoit St-Jean via Pharo-users > escribió: > > > De: Benoit St-Jean > Asunto: Socket, network, testing and coding > Fecha: 28 de febrero de 2017, 14:27:58 CLST > Para: Any question about pharo is welcome > Responder a: Benoit St-Jean > > > Hi guys, > > Q

Re: [Pharo-users] Crash in Athens

2017-02-28 Thread Alexander Samoylovich
Thanks everybody for the explanation. I tried to apply Igor's suggestion. I allocate an offscreen surface 1 row larger than needed and when converting discard one row. The code looks more stable now. The test was up for about 30 minutes before crashing instead of 1 minute before the fix. Is it th

Re: [Pharo-users] Socket, network, testing and coding

2017-02-28 Thread Evan Donahue
Hi, Depending on what exactly you are doing, you could either use or look at the source of: http://smalltalkhub.com/#!/~EvanDonahue/P2P It is basically a simple API for setting up image-to-image networked communication. You make a server object, set it running, and then open a connection from a

Re: [Pharo-users] How to capture the execution of a playground?

2017-02-28 Thread Ben Coman
On Wed, Mar 1, 2017 at 10:06 AM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > > On 28/02/17 02:12, Ben Coman wrote: > > > > On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas < > offray.l...@mutabit.com> wrote: > >> Hi, >> >> I would like to store the object resul