Re: [Pharo-users] image/vm mismatch on raspberry pi model 3

2017-12-27 Thread Greg Lewin
(I want to try https://github.com/pharo-iot/PharoThings on the pi) - I now see there is another VM on there ... I have just tried it with better results. Matching image-VM versions does seem to be a problem with Smalltalk. ... On 28 December 2017 at 02:34, Greg Lewin wrote: > Hi, > > > Having c

[Pharo-users] image/vm mismatch on raspberry pi model 3

2017-12-27 Thread Greg Lewin
Hi, Having copied a viable pair of image+changes and its associated sources file to a pi 3, in the same directory as the directory from the zip file (from https://ci.inria.fr/pharo/view/RaspberryPi/job/RaspberryPi-Publish/ws/64.zip) containing the VM code for a rpi, on running ./PharoS Pharo6.

Re: [Pharo-users] in-image pharo user objet ?

2017-12-27 Thread Offray Vladimir Luna Cárdenas
Hi, I wonder why first and last name are not good enough. I have found the model clear and privacy aware. Such image id is complemented with remote credentials in remote repositories (SmalltalkHub, GitHub, etc) and I deploy distinct images for distinct projects or releases (which is now easier wit

[Pharo-users] Is there a way to set form colours using a 'fuzzy' option?

2017-12-27 Thread Andy Burnett
I have an image with black text, and a white background. I would like to set the white pixels to transparent. I worked out how to do this, but of course it leaves me with a white halo around the text, where the border pixels are almost white, but not quite. In googling about this, I discovered tha

Re: [Pharo-users] Commander feedback

2017-12-27 Thread Sean P. DeNigris
Denis Kudriashov wrote > https://github.com/SquareBracketAssociates/Booklet-Infrastructure Cool! Can't wait to read :) One small question: why "Booklet-Infrastructure"? That doesn't seem to match up to "A booklet on the infrastructure of the Calypso tool suite"… - Cheers, Sean -- Sent from:

Re: [Pharo-users] pharo 64 bits on mac os X - El Capitan

2017-12-27 Thread Andreas Brodbeck
Am 26.12.17 um 17:22 schrieb Renaud de Villemeur: > Hi all > > I want to run pharo on Mac Os X. It is on old hardware, and thus, I cannot > upgrade to latest version of MacOsX. I am trying to run in on El Capitan - > v 10.11.6. > I run the newest Pharo 6.1 64bit (Installed via curl zeroconf URL

Re: [Pharo-users] Commander feedback

2017-12-27 Thread Denis Kudriashov
Hi Juraj. You can find new version here https://github.com/SquareBracketAssociates/Booklet-Infrastructure . It is still draft version but in general all parts are covered now. 2017-12-06 12:47 GMT+01:00 Juraj Kubelka : > Hi Deni

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Cyril Ferlicot D.
On 12/27/2017 04:39 PM, Andrei Stebakov wrote: > When I run Pharo 6.1 with -- headless option on Windows, it executes the > eval command as expected but during the execution (which lasts 4 sec) it > opens the Pharo GUI.  > Is it expected? I thought headless means that the whole execution would > ha

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Andrei Stebakov
Denis, I tried both. Running pharoconsole makes no difference. Same result as running Pharo.exe On Dec 27, 2017 10:47, "Denis Kudriashov" wrote: Hi. I think there is separate PharoConsole.exe for headless on Windows 2017-12-27 16:39 GMT+01:00 Andrei Stebakov : > When I run Pharo 6.1 with -- h

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Denis Kudriashov
Hi. I think there is separate PharoConsole.exe for headless on Windows 2017-12-27 16:39 GMT+01:00 Andrei Stebakov : > When I run Pharo 6.1 with -- headless option on Windows, it executes the > eval command as expected but during the execution (which lasts 4 sec) it > opens the Pharo GUI. > Is it

[Pharo-users] Running headless on Windows

2017-12-27 Thread Andrei Stebakov
When I run Pharo 6.1 with -- headless option on Windows, it executes the eval command as expected but during the execution (which lasts 4 sec) it opens the Pharo GUI. Is it expected? I thought headless means that the whole execution would happen in the background

Re: [Pharo-users] Breakpoints in Pharo

2017-12-27 Thread Nicolai Hess
2017-12-27 10:49 GMT+01:00 Denis Kudriashov : > > 2017-12-27 10:37 GMT+01:00 Nicolai Hess : > >> Works for me too (on windows). >> But sometimes, a change and accept of the current method, does not >> removes the "Breakpoint"-Icon. >> So, it looks like there is a breakpoint, but isn't anymore and

[Pharo-users] in-image pharo user objet ?

2017-12-27 Thread Cédrick Béler
Hi all, For now, it is asked (by convention) a string containing our first name and last name (when code is submitted). Just wandering if you could have a better representation of a user of a Pharo image. Could we imagine a user id instead ? That shouldn’t be heavy to deal with and eventually

Re: [Pharo-users] Usability issues with Calypso

2017-12-27 Thread Denis Kudriashov
Hi Sean 2017-09-24 14:46 GMT+02:00 Denis Kudriashov : > Hi Sean > > 2017-09-23 19:57 GMT+02:00 Sean P. DeNigris : > >> Stephane Ducasse-3 wrote >> > Calypso is still an enfant and this is >> > IMPORTANT that people tell what >> > they do not like so that we can improve. >> >> A few more impressio

Re: [Pharo-users] Breakpoints in Pharo

2017-12-27 Thread Ben Coman
On 27 December 2017 at 07:26, Ben Coman wrote: > Hi Andrei, > > On 26 December 2017 at 09:51, Andrei Stebakov wrote: > >> Can I expect that break points in Pharo work in the same way as in Visual >> Works? >> When I set a break point in Pharo (6.1 on Windows), it displays a red dot >> with an ex

Re: [Pharo-users] Breakpoints in Pharo

2017-12-27 Thread Denis Kudriashov
2017-12-27 10:37 GMT+01:00 Nicolai Hess : > Works for me too (on windows). > But sometimes, a change and accept of the current method, does not removes > the "Breakpoint"-Icon. > So, it looks like there is a breakpoint, but isn't anymore and the code of > course does not trigger the debugger. > Th

Re: [Pharo-users] Breakpoints in Pharo

2017-12-27 Thread Nicolai Hess
Works for me too (on windows). But sometimes, a change and accept of the current method, does not removes the "Breakpoint"-Icon. So, it looks like there is a breakpoint, but isn't anymore and the code of course does not trigger the debugger. The icon vanishes, if I unselect and select the current m

Re: [Pharo-users] Breakpoints in Pharo

2017-12-27 Thread kmo
Just tried it in Pharo 6.1 on Linux 32 bit. Breakpoints work. So presumably this is a Pharo on Windows issue. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html