Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread Pierce Ng
On Fri, Feb 17, 2017 at 06:27:59PM +0100, Hilaire wrote: > Entropies always comes with interacting 'living' system. Good point. I just tried loading GitFileTree into a Pharo 5 image that I've been using for a while. The image had, to use your term, collected enough entropy such that the loading fa

[Pharo-users] SHA256/512 Password Hashing for Pharo 5

2017-02-18 Thread Pierce Ng
Hi all, I've updated my SHA256/512 password hashing library from NativeBoost to the Pharo 5 FFI, added an authentication database that uses in-image persistence and a very simple user interface written in Spec. GH: https://github.com/PierceNg/PasswordCrypt/ Blog post: http://www.samadhiweb.com/bl

Re: [Pharo-users] Issue with Iceberg

2017-02-18 Thread Pierce Ng
On Fri, Feb 17, 2017 at 10:48:10AM -0300, Alexandre Bergel wrote: > Getting the latest unstable VM is a bit mysterious. Where to get it? Maybe on bintray: https://bintray.com/opensmalltalk/vm/cog/201702150128#files Now I don't know whether these are meant to be "unstable" per se. :-) Pierce

[Pharo-users] Model Smalltalk Projects

2017-02-18 Thread horrido
Someone interested in Smalltalk would like to examine (assess) some "model Smalltalk projects" from, say, GitHub. He would like to see the code quality and versatility of the language. Can anyone suggest some projects he could look at? I don't want to point him to weak projects. Thanks. (He's a Sc

Re: [Pharo-users] Model Smalltalk Projects

2017-02-18 Thread Alexandre Bergel
I would say Roassal. Alexandre > Le 18 févr. 2017 à 10:19, horrido a écrit : > > Someone interested in Smalltalk would like to examine (assess) some "model > Smalltalk projects" from, say, GitHub. He would like to see the code quality > and versatility of the language. Can anyone suggest some

Re: [Pharo-users] Seeking support: Vote for Jigyasa Grover for Red Hat International Women in Open Source Academic Awards 2017

2017-02-18 Thread Ben Coman
On Sat, Feb 18, 2017 at 1:56 AM, Jigyasa Grover wrote: > Dear All > > It feels delighted to be nominated as finalist for *Red Hat International > Women in Open Source Academic Awards 2017* owing to my significant > contributions to the open source community spanning various organisations & > proj

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread Hilaire
Building the image from the shell is what I do for DrGeo release. For development environment it is more in flux but likely should be done. Any recommended reading on that specific point? Hilaire Le 18/02/2017 à 12:54, Pierce Ng a écrit : > Nowadays we are encouraging building images from configs

Re: [Pharo-users] Model Smalltalk Projects

2017-02-18 Thread Thierry Goubier
Le 18/02/2017 à 14:19, horrido a écrit : Someone interested in Smalltalk would like to examine (assess) some "model Smalltalk projects" from, say, GitHub. He would like to see the code quality and versatility of the language. Can anyone suggest some projects he could look at? I don't want to poin

Re: [Pharo-users] Latest Voyage for Pharo4

2017-02-18 Thread Hilaire
Dale, May be you don't want to waste anymore time on that. Thanks for your effort. I got a way to get Voyage installed in my development image. Not sure what wrong, because something is wrong[1], but I got the things installed, first update to Seaside, which break when upgrading the Seaside inst

Re: [Pharo-users] Latest Voyage for Pharo4

2017-02-18 Thread stepharong
Hilaire I do not understand what Voyage would be dependent from Seaside. Stef On Sat, 18 Feb 2017 16:32:48 +0100, Hilaire wrote: Dale, May be you don't want to waste anymore time on that. Thanks for your effort. I got a way to get Voyage installed in my development image. Not sure what wro

Re: [Pharo-users] Seeking support: Vote for Jigyasa Grover for Red Hat International Women in Open Source Academic Awards 2017

2017-02-18 Thread Offray Vladimir Luna Cárdenas
Done Jigyasa and thanks for your work on Pharo and empowering women with digital tools. Cheers, Offray On 18/02/17 09:07, Ben Coman wrote: On Sat, Feb 18, 2017 at 1:56 AM, Jigyasa Grover wrote: Dear All It feels delighted to be nominated as finalist for *Red Hat International Women in Ope

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
Hilaire What we do and it is working for a lot of projects. I used the launcher to grab an image built from a CI based on a release Pharo image and a configuration of my project so that I do not have to wait. Pharo50 + ConfigurationOf/BaselineOf + jenkins => image Ph

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
You see. Pharo is free. Give me money and you will get something much better. For me closed and proprietary tools do not exist anymore. You see I'm moving from Keynote for my lecture slides because they decided that they do not want to load my old lectures :). Tx apple. I worked with Envy.

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
For the record I never lost code with MC. We are managing Pharo since 2008 with MC and it works. Now I cannot open my old code stored in Envy on my current mac. While I can dezip MC files. So you see the devil is in the details.

Re: [Pharo-users] Seeking support: Vote for Jigyasa Grover for Red Hat International Women in Open Source Academic Awards 2017

2017-02-18 Thread stepharong
I voted On Fri, 17 Feb 2017 18:56:51 +0100, Jigyasa Grover wrote: Dear All It feels delighted to be nominated as finalist for *Red Hat International Women in Open Source Academic Awards 2017* owing to my significant contributions to the open source community spanning various organisation

Re: [Pharo-users] Issue with Iceberg

2017-02-18 Thread stepharong
there is only one way get.pharo.org curl get.pharo.org/vmLatest60 | bash It has been like that since 2013 or 2012

Re: [Pharo-users] TextAlignment in Spec

2017-02-18 Thread stepharong
Tx Pau Hello Is possible to do alignment in list? in Label? especially in multilist TextEmphasis work correctly but TextAlignment not May be this is a bug I'm not sure that it is related to Spec. " |c| c := OrderedCollection new. 10 timesRepeat: [c add: (Text string: 'a' attribute: TextAli

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
On 02/15/2017 02:43 PM, horrido wrote: In file-based word, the answer is tests and CI. What is the smalltalk way? And please do not say "It's in the conceptual nature of programming" -- if the scenario makes no sense in the smalltalk world (maybe you are not supposed to have 20 people work

[Pharo-users] TextInputFieldModel font size

2017-02-18 Thread chrismihaylyk
Hello! Can anyone help me how to change font size in TextInputFieldModel, please? Cuz, it's too small. And I can find appropriate method to change it. Thanks ^_^ -- View this message in context: http://forum.world.st/TextInputFieldModel-font-size-tp4934918.html Sent from the Pharo Smalltalk

Re: [Pharo-users] expanding Pharo window to left and Window positioning

2017-02-18 Thread stepharong
Peter look at the realEstateAgent logic. Normally it should be control the window placement. Stef On Wed, 15 Feb 2017 11:13:42 +0100, Peter Uhnak wrote: Hi, what rules govern window positioning? I have a dual monitor setup and and sometimes extend the Pharo window over both of them; for s

Re: [Pharo-users] Typing a | character with a French AZERTY keybord : problem solved

2017-02-18 Thread stepharong
Thanks mark. I hope that now you will have fun exploring Pharo and building great programs. Do not hesitate to ask questions. Stef Hi Everybody, Someone gave me the unique proper way to type a | , and I want to make it available to every person confronted to this problem. It's enough to

Re: [Pharo-users] Bold label

2017-02-18 Thread Ben Coman
On Wed, Feb 15, 2017 at 5:52 PM, Ben Coman wrote: > > > On Wed, Feb 15, 2017 at 6:00 AM, chrismihaylyk > wrote: >> >> CyrilFerlicot wrote >> > Le 14/02/2017 à 21:41, chrismihaylyk a écrit : >> >> Hello! >> >> >> >> I need to get bold text. Can you help me what class I should use and >> >> all >>

Re: [Pharo-users] Latest Voyage for Pharo4

2017-02-18 Thread Dale Henrichs
On 2/18/17 7:32 AM, Hilaire wrote: Dale, May be you don't want to waste anymore time on that. Thanks for your effort. I got a way to get Voyage installed in my development image. Well I am still curious why you are having trouble ... Not sure what wrong, because something is wrong[1], but I

Re: [Pharo-users] Seeking support: Vote for Jigyasa Grover for Red Hat International Women in Open Source Academic Awards 2017

2017-02-18 Thread Jigyasa Grover
Thank You Ben, Pharo was indeed a kick-starter ! Many thanks for your kind words Offray :) Thanks Stepharo ! It'll be great if you could help spread the word and urge others to vote for ma as well. Cheers. Jigyasa -- View this message in context: http://forum.world.st/Seeking-support-Vote-fo