Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Tudor Girba
Hi, Roassal2 is developed on top of Pharo 5. There is a job that tests the development version of ConfigurationOfRoassal2 on top of the latest Pharo 5.0: https://ci.inria.fr/moose/job/roassal2/ Often, people use the Moose image because it has several other things loaded that are convenient, but

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Ronie Salgado
You need a modern graphics card. Open source graphics drivers are not supported because there are very behind in their implementations of OpenGL. 2015-11-24 17:28 GMT-03:00 Volkert : > But not on my linux box ubuntu 14.04 :-( > > > > > On 24.11.2015 21:03, Alexandre Bergel wrote: > > Woden

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Marcus Denker
> On 24 Nov 2015, at 17:43, Alexandre Bergel wrote: > > Well. You need GT to get the best experience with Roassal. > And it is in Pharo? No? > Alexandre > > > Le 24 nov. 2015 à 17:00, Offray Vladimir Luna Cárdenas > a écrit : > >> Hi, >> >> On 24/11/15 14:16,

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Alexandre Bergel
Well. You need GT to get the best experience with Roassal. Alexandre > Le 24 nov. 2015 à 17:00, Offray Vladimir Luna Cárdenas a > écrit : > > Hi, > >> On 24/11/15 14:16, Marcus Denker wrote: >> >>> On 24 Nov 2015, at 16:13, Alexandre Bergel wrote: >>> >>> I tried in the last version of

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Volkert
But not on my linux box ubuntu 14.04 :-( On 24.11.2015 21:03, Alexandre Bergel wrote: Woden works in Pharo 5.0 I have just tried. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Alexandre Bergel
Woden works in Pharo 5.0 I have just tried. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 24, 2015, at 3:15 PM, Volkert wrote: > > Cool ... > > Which Pharo Version? I tried Ph

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Offray Vladimir Luna Cárdenas
Hi, On 24/11/15 14:16, Marcus Denker wrote: On 24 Nov 2015, at 16:13, Alexandre Bergel > wrote: I tried in the last version of Moose (6.0) Keep in mind that requiring Moose when people do not want to do software analysis is not good. I would never even th

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Marcus Denker
> On 24 Nov 2015, at 16:13, Alexandre Bergel wrote: > > I tried in the last version of Moose (6.0) > Keep in mind that requiring Moose when people do not want to do software analysis is not good. I would never even think about starting with Moose. I do not even want to. If you tell me “load

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Alexandre Bergel
I tried in the last version of Moose (6.0) Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 24, 2015, at 3:15 PM, Volkert wrote: > > Cool ... > > Which Pharo Version? I tried Pha

Re: [Pharo-users] Pillar tables with multiline cells

2015-11-24 Thread Peter Uhnak
On 11/24, Peter Uhnak wrote: > Hi, > > is it possible to have table with multiline cells in Pillar? > > For example in markdown I can embed a piece of HTML, unfortunately > Pillar requires {{{html: to start at a new line which doesn't work with > tables. Or I can use instead of pillar syntax...

[Pharo-users] Pillar tables with multiline cells

2015-11-24 Thread Peter Uhnak
Hi, is it possible to have table with multiline cells in Pillar? For example in markdown I can embed a piece of HTML, unfortunately Pillar requires {{{html: to start at a new line which doesn't work with tables. Is there another solution? Thanks, -- Peter

Re: [Pharo-users] Pharo for Data Visualization

2015-11-24 Thread Alexandre Bergel
> Do we have a tutorial? i found only http://woden.ronie.cl. > > What about mouse control and object selection. It that possible? Yes. To load Woden: Gofer new smalltalkhubUser: 'ronsaldo' project: 'Woden'; package: 'ConfigurationOfWoden'; load. (Smalltalk at: #ConfigurationOfWoden) loadBlee

Re: [Pharo-users] piping output from shell process to transcript

2015-11-24 Thread Thierry Goubier
2015-11-24 9:18 GMT+01:00 Peter Uhnak : > On 11/23, john pfersich wrote: > > Try this: > > > > | p | > > p:= (PipeableOSProcess waitForCommand: 'whoami'). > > Transcript show: (p output). > > This will not do, as I said, I need live result. `#output` will output > it only after the process has com

Re: [Pharo-users] piping output from shell process to transcript

2015-11-24 Thread Peter Uhnak
On 11/23, john pfersich wrote: > Try this: > > | p | > p:= (PipeableOSProcess waitForCommand: 'whoami'). > Transcript show: (p output). This will not do, as I said, I need live result. `#output` will output it only after the process has completed. > > > > On Mon, Nov 23, 2015 at 6:42 PM, Pete

Re: [Pharo-users] Basic versioning of GitHub repositories from within Pharo

2015-11-24 Thread Thierry Goubier
Hi Skip, Trying here, especially interested to see how it handles metadata-less filetree. - I have no authentification issues (but I had the feeling the GUI wasn't working for a little while) - I don't get all my repositories (well, in practice allmost none, however I get all the pharo books), s