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
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
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
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:
--- 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
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
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
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
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