Re: [Pharo-users] [ANN] ArchLinux pharo-vm / pharo-launcher packages

2015-04-13 Thread Markus Schlager
Hi Laurent, On Tue, 18 Mar 2014, Laurent Laffont wrote: There's also a pharo-launcher package that depends on pharo-vm: $ yaourt pharo-launcher Right know this fails raising a 404 File Not Found error: --2015-04-13 22:51:47-- https://ci.inria.fr/pharo-contribution/job/PharoLauncherFinalUse

Re: [Pharo-users] [ANN] ArchLinux pharo-vm / pharo-launcher packages

2015-04-13 Thread rohit sharma
hi sean, I don't have much idea about yaourt but you can always download using latest available version from http://smalltalkhub.com/#!/~Pharo/PharoLauncher using command "ConfigurationOfPharoLauncher loadBleedingEdge". Greetings, rohit On Mon, Apr 13, 2015 at 11:33 PM, Sean P. DeNigris wrote:

Re: [Pharo-users] [ANN] ArchLinux pharo-vm / pharo-launcher packages

2015-04-13 Thread Sean P. DeNigris
laurent laffont wrote > $ yaourt pharo-vm-latest Does this download the stable or development version of Pharo? - Cheers, Sean -- View this message in context: http://forum.world.st/ANN-ArchLinux-pharo-vm-pharo-launcher-packages-tp4749668p4819393.html Sent from the Pharo Smalltalk Users ma

Re: [Pharo-users] Roasal: Putting a white background instead of a transparent one in word clouds

2015-04-13 Thread Peter Uhnák
I think there is a bug in the exporter, because the canvas has a color (which is white and _not_ transparent). Normally you can set the color of the of the canvas (view canvas color: Color purple), but the default exporter (I assume you are exporting it via GT-inspector) is ignoring it. There is ho

Re: [Pharo-users] ZnUrl directory

2015-04-13 Thread Christophe Demarey
Le 13 avr. 2015 à 17:06, Sven Van Caekenberghe a écrit : > ZnUrl>>#file and ZnUrl>>#directory are not well specified I guess, and maybe > not that useful, but since these partially fall back to #path I am afraid you > cannot just change them. Yes, I just noticed that. > I would convert to a F

[Pharo-users] Roasal: Putting a white background instead of a transparent one in word clouds

2015-04-13 Thread Offray Vladimir Luna Cárdenas
Hi, I have finally finished the first part of my visualization project of political discourses on Twitter. You can see the details here: http://mutabit.com/offray/static/blog/output/posts/visualizing-politicianspolitical-discourses-on-twitter.html (As you can see Pharo was not used to extract

Re: [Pharo-users] ZnUrl directory

2015-04-13 Thread Tudor Girba
Would it not be better to simply delete these convenience methods? Doru On Mon, Apr 13, 2015 at 5:06 PM, Sven Van Caekenberghe wrote: > ZnUrl>>#file and ZnUrl>>#directory are not well specified I guess, and > maybe not that useful, but since these partially fall back to #path I am > afraid you

Re: [Pharo-users] ZnUrl directory

2015-04-13 Thread Sven Van Caekenberghe
ZnUrl>>#file and ZnUrl>>#directory are not well specified I guess, and maybe not that useful, but since these partially fall back to #path I am afraid you cannot just change them. I would convert to a FileReference as in (ZnUrl fromString: 'file:///tmp/') asFileReference. In short, ZnUrl is

[Pharo-users] ZnUrl directory

2015-04-13 Thread Christophe Demarey
Hi, I just tried to evaluate: (ZnUrl fromString: 'file:///tmp/') directory and got 'tmp/' as result. I'm a bit suprised. Shouldn't it be '/tmp/' ? Be fore trying to fix I would like to be sure what is the expected behavior. Thanks, Christophe. smime.p7s Description: S/MIME cryptographi

Re: [Pharo-users] pillar internal link

2015-04-13 Thread Damien Cassou
Dmitri Zagidulin writes: > On Friday, April 10, 2015, Damien Cassou wrote: >> website is clearer. Something you could do however is to add links for >> each project in the todo: these links go target mailing list discussions >> (or a github tracker or both if we go that >> > Sure! Happy to add