[Pharo-users] Base58/Base58Check encoder package

2018-03-09 Thread Esteban A. Maringolo
I created a small utility class `Base58Encoder` that allows you to encode/decode ByteArrays to/from Base58 and Base58Check. For more information: https://github.com/eMaringolo/pharo-base58 Regards, Esteban A. Maringolo

Re: [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-09 Thread Vincent.Blondeau
Hi Hans! I got the same issue. But, I warn you that it is not made to be used under Pharo6.1. Some features for readonly images are not backported, e.g., you will not be able to get rid of the source files because of the UFFI. I advise you to deactivate the Readonly feature group if you want to

Re: [Pharo-users] Roassal to ODG

2018-03-09 Thread Arturo Zambrano
Yes, SVG can be generated from Roassal. Thanks for the grouping idea, that would fit my need. I will take a look at it, maybe grouping can be added to Roassal svg export. On Fri, Mar 9, 2018 at 12:05 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > I wonder if there is any

[Pharo-users] GitLab CI Build Matrices (Workaround)

2018-03-09 Thread Sean P. DeNigris
In case anyone finds it helpful, I found what seems to be the closest thing to matrix builds that can be done in GitLab CI. Here is a relevant excerpt [1]: ```YAML .p61: &pharo61 variables: SMALLTALK_IMAGE: "Pharo-6.1" .p70: &pharo70 variables: SMALLTALK_IMAGE: "Pharo-7.0" stages:

Re: [Pharo-users] Roassal : Playing with the contrast

2018-03-09 Thread Alidra Abdelghani via Pharo-users
--- Begin Message --- Thanks Alex. I just changed Color red and Color bleu with TrachelShape color slightlyDarker. It works perfect :) Thanks again. Abdelghani > On 01 Mar 2018, at 21:53, Alexandre Bergel wrote: > > v := RTView new. > > fiveCircles := RTEllipse new size: [ :e | 40 atRandom + 5

Re: [Pharo-users] cancel changes in Nautilus broken on 6.1?

2018-03-09 Thread Siemen Baader
On Fri, Mar 9, 2018 at 8:02 AM, Ben Coman wrote: > thx for looking into this. half way there ;) > do you have the Pharo build numbers that match these Nautilus versions? > I don't. PharoLauncher didn't work for me, when I try to launch an image I get an exception "MessageNotUnderstood: MacProce

Re: [Pharo-users] Roassal to ODG

2018-03-09 Thread Offray Vladimir Luna Cárdenas
I wonder if there is any way to save SVG from Roassal, so some parts of them can be grouped, as when you group and ungroup parts of a SVG image from Inkscape and similar tools. Cheers, Offray On 08/03/18 21:04, Arturo Zambrano wrote: > I apologize for my late reply... > > > On Tue, Feb 20, 2018

Re: [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-09 Thread Baveco, Hans
Very nice and useful! I would like to try it on an application I have in a 6.1 image. Should that be possible? How to install the package, without using iceberg? I tried to install it with Metacello new baseline: 'Cruiser'; repository: 'github://VincentBlondeau/Cruiser'; load but t

Re: [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-09 Thread Julien
Really nice. I’ll definitely try it. Thanks! Julien --- Julien Delplanque Doctorant à l’Université de Lille 1 http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 8 mars 2018 à 20:29, > a écrit