Re: [Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-05-27 Thread sergio ruiz
does anyone know if if pharo 5 runs on raspberry pi yet? if so, i can poke around and see if i can get WiringPi to install on pharo 5. thanks! > On May 27, 2016, at 1:56 PM, sergio ruiz wrote: > >> >> The raspberry pi slave seems to be disconnected so do not know the >> status: >> Library: >

Re: [Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-05-27 Thread sergio ruiz
> > The raspberry pi slave seems to be disconnected so do not know the > status: > Library: > https://ci.inria.fr/pharo-contribution/job/WiringPi-ARM-AutomatedBuild/ > Pharo code ( probably on Pharo 3 or 4). > http://smalltalkhub.com/#!/~jeanbaptistearnaud/WiringPi great! i’ll take a look at thos

Re: [Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-05-27 Thread jean baptiste arnaud
The raspberry pi slave seems to be disconnected so do not know the status: Library: https://ci.inria.fr/pharo-contribution/job/WiringPi-ARM-AutomatedBuild/ Pharo code ( probably on Pharo 3 or 4). http://smalltalkhub.com/#!/~jeanbaptistearnaud/WiringPi -- Message d'origine -- De : "sergi

[Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-05-27 Thread sergio ruiz
Does anyone know if it’s possible to access the header on Raspberry Pi vi Pharo? I am mostly interested in running a 16x2 LCD from pharo at this point. Thanks! peace, sergio photographer, journalist, visionary #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.Village-Buzz.com htt

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-27 Thread Ben Coman
On Thu, May 26, 2016 at 9:59 PM, Esteban Lorenzano wrote: > > On 26 May 2016, at 14:49, Johan Fabry wrote: > > Yes, and there was also some discussion on the Pharo-users mailing list. > Apparently the same comments more or less ... > > I give a big +1 on moving the buttons down, so that they are

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-27 Thread Johan Fabry
I think the reason not to change, is not a difficulty in implementation but a design view that is different from yours and mine. And from Sabine’s. And from Stef’s. And maybe from other persons too … Just to say that I think this should have been discussed more. -- Does this mail seem too bri

[Pharo-users] how to set a code completion schema in GT inspector?

2016-05-27 Thread Alexandre Bergel
Hi! Is there a way to provide a strategy to complete code in GT? For example, if I would like to specialize the completion in case I am writing a Roassal script... Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,

Re: [Pharo-users] library for comparing semver versions

2016-05-27 Thread Dale Henrichs
The class MetacelloSemanticVersionNumber can be used to compare Semantic version numbers ... Note that there is an outstanding bug that MetacelloSemanticVersionNumber will read improperly formatted version numbers (fix is in the works), so it's not quite as good for validation (at the moment),

Re: [Pharo-users] library for comparing semver versions

2016-05-27 Thread Christophe Demarey
Hi Peter, > Le 27 mai 2016 à 14:21, Peter Uhnak a écrit : > > Hi, > > is there any library available that can compare versions according to > SemVer? http://semver.org/ You can check the SemanticVersion class from CargoPackageManager-Minimal at http://smalltalkhub.com/#!/~demarey/CargoPackage

[Pharo-users] library for comparing semver versions

2016-05-27 Thread Peter Uhnak
Hi, is there any library available that can compare versions according to SemVer? http://semver.org/ Thanks, Peter

Re: [Pharo-users] Week number from a date

2016-05-27 Thread Julián Maestri
Chalten might help, i remember it had representations for months of years (January of 1990), it might have something similar for weeks. On 13 May 2016 at 05:40, Cédrick Béler wrote: > Yes I agree. We may have a preference to set the week day start (fistDayOfWeek > ?). > > > After that we could a

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-27 Thread Sabine Manaa
Johan, thank you, this works fine! regards Sabine 2016-05-27 2:33 GMT+02:00 jfabry [via Smalltalk] < ml-node+s1294792n4897659...@n4.nabble.com>: > > I will just leave this here, so that people that prefer the buttons in > their original place can get them back ... > > I did some quick investigati

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-27 Thread Denis Kudriashov
2016-05-27 2:08 GMT+02:00 Johan Fabry : > codeActionsPragmas > > ^ #( codeDebuggingAction stackDebuggingAction ) > I am wondering. Why people from GT team not do this? I was think it not easy. Anyway change following method to remove buttons from top pane: "protocol: building actions" stackDebu