Re: [Pharo-users] Depending on something already in the image

2015-09-20 Thread stepharo
This is because the configurationOfGTInspector is not well done (it probably uses groups) but groups are evil :) May be damien you should depend on one of the group of GTInspector (if any). Normally we should getting Unit GTInspectorCore and a bundle GTInspector that may use by people to load e

Re: [Pharo-users] Adding a #development version of a Git project in the catalog

2015-09-20 Thread Yuriy Tymchuk
Hi, Can you simply define symbolic version as a normal one? I think that you need a baseline with a code of your symbolic version, then you reference this baseline with the #development version and in v1_0_0 you override repository to “…pharo-jenkins:v1.0.0/src”. I think that for me that was th

[Pharo-users] Adding a #development version of a Git project in the catalog

2015-09-20 Thread Damien Cassou
Hi, I have a BaselineOfJenkins on github and I would like to add a ConfigurationOfJenkins in the catalog. For the #stable versio, I wrote: stable: spec spec for: #common version: '1.0.0' v1_0_0: spec spec for: #'common' do: [ spec baseline: 'Jenkins' wit

[Pharo-users] Depending on something already in the image

2015-09-20 Thread Damien Cassou
Hi, my project depends on GTSpotter and GTInspector which are already in Pharo. How do I describe these dependencies in my ConfigurationOf so that Metacello does no load them? I did spec configuration: 'GTInspector' with: [ spec version: #stable;

[Pharo-users] externalizing Magritte descriptions and partial forms

2015-09-20 Thread Peter Uhnák
Hi, I'm trying to wrap my head around Magritte but I am failing hard... Imagine I have object with three attributes. ~~~ Object subclass: #Person instanceVariableNames: 'name age email' ~~~ Now the normal way would be to add magritte descriptions...

Re: [Pharo-users] Spec: Where to find an example using a TreeModel

2015-09-20 Thread Peter Uhnák
This is super odd. I loaded files from Icons/Menda/Png without any problem what-so-ever. :< But maybe using cache is pointless anyway considering the limit is 64 icons which will pretty much never be reached... Maybe I should just replace it with regular Dictionary can you try replacing the

Re: [Pharo-users] Spec: Where to find an example using a TreeModel

2015-09-20 Thread Offray Vladimir Luna Cárdenas
Hi Peter, I'm making a major migration of my servers, because Digital Ocean's recent migration made my Arch Linux imagen kernel unable to boot, so I'm moving to debian and used this as an opportunity to bring some order. Rewrite rules for the server are not enable yet. The new working address

[Pharo-users] Mathex first release is out.

2015-09-20 Thread Julien Delplanque
Hi all, I'm sending this mail for those who are eventually interested in the Mathex package I announced in a precedent mail (http://forum.world.st/Mathex-Generating-latex-math-from-Pharo-td4848409.html). Mathex has now its first release: 0.1 (the latest release will always be in the same sta

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
On 20.09.2015 17:13, Sven Van Caekenberghe wrote: On 20 Sep 2015, at 14:47, Volkert wrote: here mine. is the same version Then I (currently) am out of ideas. I am assuming you did all your tests from machines with the same network connection, maybe you could try from another place, or from

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
On 20.09.2015 17:13, Sven Van Caekenberghe wrote: On 20 Sep 2015, at 14:47, Volkert wrote: here mine. is the same version Then I (currently) am out of ideas. I am assuming you did all your tests from machines with the same network connection, maybe you could try from another place, or from

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Sven Van Caekenberghe
> On 20 Sep 2015, at 14:47, Volkert wrote: > > here mine. is the same version Then I (currently) am out of ideas. I am assuming you did all your tests from machines with the same network connection, maybe you could try from another place, or from some server locate somewhere else ? > $ ./ph

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
Works both, as expected ... On 20.09.2015 13:43, Ben Coman wrote: Maybe something shows up comparing telnet tests [1]... $ telnet zn.stfx.eu 80 GET /zn/numbers.txt HTTP/1.1 Host: zn.stfx.eu $ telnet bl.ocks.org 80 GET /mbostock/raw/4063318/dji.csv HTTP/1.1 Host: bl.ocks.org btw, what user-age

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
here mine. is the same version $ ./pharo --version 3.9-7 #1 Thu Apr 2 00:51:45 CEST 2015 gcc 4.6.3 [Production ITHB VM] NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.21 uuid: 4d9b9bdf-2dfa-4c0b-99eb-5b110dadc697 Apr 2 2015 NBCogit NativeBoost-CogPlugin-EstebanLorenzano.21 uuid: 4d9b9

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
On 20.09.2015 14:00, Sven Van Caekenberghe wrote: On 20 Sep 2015, at 13:43, Ben Coman wrote: Maybe something shows up comparing telnet tests [1]... $ telnet zn.stfx.eu 80 GET /zn/numbers.txt HTTP/1.1 Host: zn.stfx.eu $ telnet bl.ocks.org 80 GET /mbostock/raw/4063318/dji.csv HTTP/1.1 Host: b

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Sven Van Caekenberghe
I am not sure we have to go that deep (yet). It is a public URL/site, we access it with the same client software (standard 4.0 with the included Zn), it works for most/everyone, on multiple platforms, but not for Volkert. Maybe a VM difference ? Mine on Ubuntu was $ ./pharo/bin/pharo --versio

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Sven Van Caekenberghe
> On 20 Sep 2015, at 13:43, Ben Coman wrote: > > Maybe something shows up comparing telnet tests [1]... > > $ telnet zn.stfx.eu 80 > GET /zn/numbers.txt HTTP/1.1 > Host: zn.stfx.eu > > $ telnet bl.ocks.org 80 > GET /mbostock/raw/4063318/dji.csv HTTP/1.1 > Host: bl.ocks.org > > btw, what user-

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Ben Coman
You might also try tcpflow http://unix.stackexchange.com/questions/6279/on-the-fly-monitoring-http-requests-on-a-network-interface cheers -ben On Sun, Sep 20, 2015 at 7:43 PM, Ben Coman wrote: > Maybe something shows up comparing telnet tests [1]... > > $ telnet zn.stfx.eu 80 > GET /zn/numbers.tx

[Pharo-users] [Demo] Dynamic cobweb diagram

2015-09-20 Thread Hilaire
Not sure you remember this from junior hight? ;-) https://plus.google.com/+DrgeoEu/posts/E5GvDBvZcmw The next step: to show how Pharo let you (user) easily integrate this script as a system extension. So students can play with cobweb diagram with a two lines script. Hilaire -- Dr. Geo http://d

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Ben Coman
Maybe something shows up comparing telnet tests [1]... $ telnet zn.stfx.eu 80 GET /zn/numbers.txt HTTP/1.1 Host: zn.stfx.eu $ telnet bl.ocks.org 80 GET /mbostock/raw/4063318/dji.csv HTTP/1.1 Host: bl.ocks.org btw, what user-agent does Zinc use? [1] http://www.esqsoft.com/examples/troubleshootin

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
same behavior ... :-( On 20.09.2015 11:55, Sven Van Caekenberghe wrote: The response is chunked, but that should be no problem. You could try the following: ZnDefaultCharacterEncoder value: ZnNullEncoder new during: [ 'http://bl.ocks.org/mbostock/raw/4063318/dji.csv' asUrl retrieveContents ].

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Sven Van Caekenberghe
The response is chunked, but that should be no problem. You could try the following: ZnDefaultCharacterEncoder value: ZnNullEncoder new during: [ 'http://bl.ocks.org/mbostock/raw/4063318/dji.csv' asUrl retrieveContents ]. > On 20 Sep 2015, at 11:37, Volkert wrote: > > No > > On 20.09.2015 11

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
No On 20.09.2015 11:20, Sven Van Caekenberghe wrote: Any proxying involved ? On 20 Sep 2015, at 11:16, Volkert wrote: $ cat /etc/issue Ubuntu 14.04.3 LTS \n \l $ uname -a Linux jupiter 3.16.0-49-generic #65~14.04.1-Ubuntu SMP Wed Sep 9 10:03:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ ./

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Sven Van Caekenberghe
Any proxying involved ? > On 20 Sep 2015, at 11:16, Volkert wrote: > > $ cat /etc/issue > Ubuntu 14.04.3 LTS \n \l > > $ uname -a > Linux jupiter 3.16.0-49-generic #65~14.04.1-Ubuntu SMP Wed Sep 9 10:03:23 UTC > 2015 x86_64 x86_64 x86_64 GNU/Linux > > $ ./pharo Pharo.image printVersion > [ver

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
$ cat /etc/issue Ubuntu 14.04.3 LTS \n \l $ uname -a Linux jupiter 3.16.0-49-generic #65~14.04.1-Ubuntu SMP Wed Sep 9 10:03:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ ./pharo Pharo.image printVersion [version] 4.0 #40621 ./pharo Pharo.image eval "'http://zn.stfx.eu/zn/numbers.txt' asUrl re

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Sven Van Caekenberghe
Weird, this is on one of my servers: $ cat /etc/issue Ubuntu 14.04.3 LTS $ uname -a Linux pharo.t3-platform.net 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:27:48 UTC 2015 i686 i686 i686 GNU/Linux $ ../bin/pharo Pharo.image printVersion [version] 4.0 #40621 $ ../bin/pharo Pharo.image eval "'

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
Strange: I tried an other Ubuntu Box (14.04) with Pharo 3.0 and had the same problem ... But calls to other site are fine ... Volkert On 20.09.2015 10:00, Volkert wrote: I just downloaded the latest version with "curl get.pharo.org | bash" same problem ... On 20.09.2015 09:33, Sven Van

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Esteban Lorenzano
it works for me also, in a #40614 :) > On 20 Sep 2015, at 10:00, Volkert wrote: > > I just downloaded the latest version with "curl get.pharo.org | bash" > same problem ... > > On 20.09.2015 09:33, Sven Van Caekenberghe wrote: >> Volkert, >> >> I tried in 2 #40621 images of mine and it w

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
I just downloaded the latest version with "curl get.pharo.org | bash" same problem ... On 20.09.2015 09:33, Sven Van Caekenberghe wrote: Volkert, I tried in 2 #40621 images of mine and it worked fine. Both Zn included and Zn #bleedingEdge. Maybe it was some temporary situation ? Sven

Re: [Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Sven Van Caekenberghe
Volkert, I tried in 2 #40621 images of mine and it worked fine. Both Zn included and Zn #bleedingEdge. Maybe it was some temporary situation ? Sven > On 20 Sep 2015, at 09:19, Volkert wrote: > > Dear all, > > " 'http://bl.ocks.org/mbostock/raw/4063318/dji.csv' asUrl retrieveContents " > lea

[Pharo-users] Zn / Connection closed while waiting for data

2015-09-20 Thread Volkert
Dear all, " 'http://bl.ocks.org/mbostock/raw/4063318/dji.csv' asUrl retrieveContents " lead to this error: "wget http://bl.ocks.org/mbostock/raw/4063318/dji.csv"; fetches the csv file. The snippet is part of the Roassal RTCalenderExample>>exampleVisualizationCSV and i had never a problem