[Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-19 Thread Pierce Ng
Hi all, OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses libeay.dll which is bundled with the Pharo VM. Metacello new baseline: 'OpenSSL'; smalltalkhubUser: 'PierceNg' project: 'Ope

Re: [Pharo-users] Pharo things analog reads ?

2017-12-19 Thread K K Subbu
On Wednesday 20 December 2017 03:50 AM, Steven Costiou wrote: So connecting an Arduino-like device to the raspberry that is configured as an i2c slave, Pharo can ask for analog values. I will try tomorrow with analog sensors, I will share if i manage to build nice examples. Seems to be even easi

Re: [Pharo-users] Metacello with Git

2017-12-19 Thread Dale Henrichs
Sean, I am under the impression that iceberg is able to authenticate with SSH keys I am not a pharo/iceberg user myself, but it seems that iceberg should be able to fill that gap. Dale On 12/19/17 7:02 PM, Sean P. DeNigris wrote: CyrilFerlicot wrote For bitbucket you can use bitbucke

Re: [Pharo-users] Metacello with Git

2017-12-19 Thread Sean P. DeNigris
CyrilFerlicot wrote > For bitbucket you can use bitbucket://. > I don't know for gitlab. Unless something has changed, the cool git URLs only work for public projects. In any case, it was not possible to authenticate with SSH keys last time I checked (so I could not use them)… - Cheers, Sea

Re: [Pharo-users] Pharo things analog reads ?

2017-12-19 Thread Steven Costiou
hi, i've tried i2c and added ffi calls in WiringPiLibrary. WIRINGPII2CSETUP: DEVID ^self ffiCall: #(int wiringPiI2CSetup (int devId) ) READI2C: FD ^self ffiCall: #(int wiringPiI2CRead (int fd)) Then the following script is able to read a byte from a connected device (i tried w

Re: [Pharo-users] Metacello with Git

2017-12-19 Thread Vitor Medina Cruz
Thanks. On Tue, Dec 19, 2017 at 4:40 PM, Cyril Ferlicot D. wrote: > Le 19/12/2017 à 19:25, Vitor Medina Cruz a écrit : > > Hello, > > > > Using github:/// metacello works fine, but is > > there another more general way of refering to a remote git repo? From > > BitBucket or Gitlab for example. >

Re: [Pharo-users] Metacello with Git

2017-12-19 Thread Dale Henrichs
BitBucket is supported with like Github with: butbucket:///. With regards to GitLab, their download zip format is/was different enough from BitBucket/Github to make it difficult to provide the same level of support. See the series of comments here[1]. When the github:// was first introduced

Re: [Pharo-users] Metacello with Git

2017-12-19 Thread Cyril Ferlicot D.
Le 19/12/2017 à 19:25, Vitor Medina Cruz a écrit : > Hello, > > Using github:/// metacello works fine, but is > there another more general way of refering to a remote git repo? From > BitBucket or Gitlab for example. > Hi, For bitbucket you can use bitbucket://. I don't know for gitlab. Anyway

[Pharo-users] Metacello with Git

2017-12-19 Thread Vitor Medina Cruz
Hello, Using github:/// metacello works fine, but is there another more general way of refering to a remote git repo? From BitBucket or Gitlab for example. Regards, Vitor

Re: [Pharo-users] Roassal Axes

2017-12-19 Thread Alexandre Bergel
Sorry, here is the correct script: -=-=-=-=-=-=-=-=-= "This example shows how to control the center of the graph. Roassal assumes to have 0 @ 0, however you can subtract a value using #x: and #y:, and then add it in #labelConversion: to move the center of the graph" graphCenter := 5 @ 10. data :=

Re: [Pharo-users] Roassal Axes

2017-12-19 Thread Alexandre Bergel
Another example: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "This example shows how to control the center of the graph. Roassal assumes to have 0 @ 0, however you can subtract a value using #x: and #y:, and then add it in #labelConversion: to move the center of the graph" graphCenter := 5 @ 10. data := (-3.14

Re: [Pharo-users] Roassal Axes

2017-12-19 Thread Alexandre Bergel
Hi Evan, Roassal assumes to have 0 @ 0. However, you do a manual translation that works very well. Check this: -=-=-=-=-=-=-=-=-=-=-=-=https://www.dropbox.com/s/oun1w85ypv1kbka/Screenshot%202017-12-19%2015.02.07.png?dl=0 data := #(1000 1001 1002). b := RTGrapher new. ds := RTData new. ds poin

[Pharo-users] Roassal Axes

2017-12-19 Thread Evan Donahue
Does anyone know how to change the min/max of the axes? I'm trying to figure out how to make x and y not start at 0. data := #(1000 1001 1002). b := RTGrapher new. ds := RTData new. ds points: data. ds x: [ :c | c ]. ds y: [ :c | c ]. b add: ds. b minX: 999. b maxX: 1003. b minY: 999. b maxY: 1003

Re: [Pharo-users] How to select all changes in Epicea?

2017-12-19 Thread Hernán Morales Durand
Hi Yann, I tried with your suggestion using ctrl+a and it selected all changes, although the selection background color is barely visible. It would be cool to have a menu item option. Thank you, Hernán 2017-12-19 7:55 GMT-03:00 Yann Lesage : > > > Le 19/12/2017 à 08:06, Hernán Morales Durand

Re: [Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-19 Thread Mariano Martinez Peck
On Tue, Dec 19, 2017 at 7:40 AM, Andreas Brodbeck wrote: > Am 18.12.17 um 20:45 schrieb Henrik-Nergaard: > > Hi Andreas, > > > > It looks like you may have problems with hash collisions > > FLLargeIdentityDictionary. > > What are the tally sizes of the FLLargeIdentityDicitonary used when you > >

Re: [Pharo-users] How to select all changes in Epicea?

2017-12-19 Thread Yann Lesage
Le 19/12/2017 à 08:06, Hernán Morales Durand a écrit : Hi guys, My Pharo image crashed and I opened Epicea for the first time. I selected "Today" changes in the left pane and then after changes are displayed in the right pane, I expected a menu item, button or popup to select all code changes

Re: [Pharo-users] [ANN] Pharo TechTalk Dec 19: Contributing to Pharo7

2017-12-19 Thread Marcus Denker
Hi, Due to complete pre-holiday stress we sadly have to postpone this. > On 1 Dec 2017, at 09:18, Marcus Denker wrote: > > Pharo TechTalk December 19: > > - 19 Dec 2017 5:00 PM - 7:00 PM (UTC+01:00) > - Where? Discord / Youtube live > > Topic: Contributing. How to report bugs, s

Re: [Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-19 Thread Andreas Brodbeck
Am 18.12.17 um 20:45 schrieb Henrik-Nergaard: > Hi Andreas, > > It looks like you may have problems with hash collisions > FLLargeIdentityDictionary. > What are the tally sizes of the FLLargeIdentityDicitonary used when you > serialize? (If these have a tally larger than ~ 75% of the available siz