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
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
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
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;
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...
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
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
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
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
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
> 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
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
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
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
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
> 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-
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
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
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
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 ].
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
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
$ ./
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
$ 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
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 "'
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
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
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
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
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
30 matches
Mail list logo