Re: [Pharo-users] Pharo 7 - RFB

2018-11-24 Thread Sanjay Minni
what is RFB used for ? and can I load it in Pharo 7. I could not find any documentation anywhere When migrating an earlier application (pharo 6.1 to 7.0) RFB was loaded in the ConfigurationOfApplication,(in 6.1) However in Pharo 7, I manually loaded the required packages and loading seems complet

[Pharo-users] Windows 10 double-click issue + solution

2018-11-24 Thread John Kimber via Pharo-users
--- Begin Message --- Given the "What FP can learn..." demo, I decided to take another look at Pharo. Needless to say, I'm pleasantly suprised by the progress. The Launcher, in particular is impressive. Soon ran into an issue. On my pc under Windows 10, double-clicks would rarely select a word. Sea

Re: [Pharo-users] split on space or -

2018-11-24 Thread Nicolai Hess
split (or splitOn) are working on characters, but also on regex and blocks! 'Complementary metal-oxide semiconductor' splitOn: '-| ' asRegex. 'Complementary metal-oxide semiconductor' splitOn: [:c | c isSpaceSeparator or:[ c = $-] ]. Am Sa., 24. Nov. 2018 um 22:29 Uhr schrieb Roelof Wobben

Re: [Pharo-users] split on space or -

2018-11-24 Thread Roelof Wobben
hmm,  I can split on the space or on the -  but not on both 'Complementary metal-oxide semiconductor' splitOn: '[- ]' this does nothing 'Complementary metal-oxide semiconductor' splitOn: '- ' does work and 'Complem

Re: [Pharo-users] split on space or -

2018-11-24 Thread Roelof Wobben
thanks, this one looks very promosing :    self assert: ('foobar' splitOn: '[aeiou]+' Roelof Op 24-11-2018 om 22:07 schreef Nicolai Hess: What have you tried so far? There is a split meth

Re: [Pharo-users] split on space or -

2018-11-24 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- Nice! Never realized we had that method in the image! - Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean Instagram: Chef_Benito IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intellectual

Re: [Pharo-users] VPS difficulties

2018-11-24 Thread horrido
This works! Everything is copacetic. On Fri, 23 Nov 2018 at 04:02, horrido wrote: > Okay, I've resolved everything. First, the reason why I'm getting the > 'pthread_setschedparam failed' error when I run Pharo under Debian is > because it must be run as 'root'! Don't ask me w

Re: [Pharo-users] split on space or -

2018-11-24 Thread Nicolai Hess
What have you tried so far? There is a split method in pharo, with examples :) Am Sa., 24. Nov. 2018 um 21:49 Uhr schrieb Roelof Wobben : > Hello, > > For a acronym maker challenge on exercism.io I have to make acronyms. > But I see I have to split the parts on space and when it's a word with a >

Re: [Pharo-users] split on space or -

2018-11-24 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- You need to add something like this in class String: rejectForAcronymsWords: aCollectionOfUnwantedWords " 'An example with an unwanted particle at the start of a sentence and also one in the middle'     rejectForAcronymsWords: #('a' 'an' 'the' 'in' 'of' 'at' 'and')      "

[Pharo-users] split on space or -

2018-11-24 Thread Roelof Wobben
Hello, For a acronym maker challenge on exercism.io I have to make acronyms. But I see I have to split the parts on space and when it's a word with a - then I have to split on that, Any hint how I can do that ? Roelof

Re: [Pharo-users] My Keynote at the Salta Conference

2018-11-24 Thread horrido
Of course, that's my preference, too, but I have to take whatever I can get. I'm working against the clock and I need the very best help I can find. And, yes, the most important consideration is success. The basic philosophy I work with is this: A rising tide lifts all boats. Richard Sargent wr

Re: [Pharo-users] My Keynote at the Salta Conference

2018-11-24 Thread horrido
Indeed, Lorenzo Schiavina has expressed interest in modelling a similar competition in Italy with my competition material! This was the vision I had three years ago. Offray Vladimir Luna Cárdenas-2 wrote > Yes, as I told that would be a big deviation from the vision, but also a > way to bridge i

[Pharo-users] How to attach a repository

2018-11-24 Thread Nicolai Hess
How can I "attach a repository" to project pharo? In a fresh pharo 7 image I get this message on clicking the "history" button on a method in calypse: [image: grafik.png] btw, the "atttached" has three t's :) And wouldn't it be better, to show an error dialog instead of a debugger stacktrace, i

Re: [Pharo-users] VPS difficulties

2018-11-24 Thread Hans-Martin
By the way, after looking at password hashing algorithms and what the experts say about them, I've decided to implement an interface to the Argon2 library (see https://password-hashing.net/argon2-specs.pdf for a whitepaper). The algorithm is designed to be far more resistant against cracking than m

Re: [Pharo-users] About the IoT Hackathon last Friday

2018-11-24 Thread Offray Vladimir Luna Cárdenas
And if the video came from an event is in Latin America we would have mostly young and mature Latino males, as we are also struggling in gender and other kinds of inclusiveness. The diversity problem is a big one. Cheers, Offray On 24/11/18 6:44, Norbert Hartl wrote: > For an event like this whi

Re: [Pharo-users] My Keynote at the Salta Conference

2018-11-24 Thread Offray Vladimir Luna Cárdenas
Yes, as I told that would be a big deviation from the vision, but also a way to bridge it with the community. Anyway making a pretty localized competition in a Smalltalk variant for a particular population of a specific country is also a way to promote Smalltalk and after done it will bring lessons

Re: [Pharo-users] My Keynote at the Salta Conference

2018-11-24 Thread Richard Sargent
On Sat, Nov 24, 2018, 10:27 Mariano Martinez Peck > > On Sat, Nov 24, 2018 at 9:54 AM horrido wrote: > >> All of these are good ideas. But they deviate from my vision. At any >> rate, my >> competition idea was a big hit in Salta, and I am committed to moving >> forward with it. >> >> Since nobod

Re: [Pharo-users] My Keynote at the Salta Conference

2018-11-24 Thread Mariano Martinez Peck
On Sat, Nov 24, 2018 at 9:54 AM horrido wrote: > All of these are good ideas. But they deviate from my vision. At any rate, > my > competition idea was a big hit in Salta, and I am committed to moving > forward with it. > > Since nobody has stepped up to the plate, David Buck will try to find tim

Re: [Pharo-users] My Keynote at the Salta Conference

2018-11-24 Thread horrido
All of these are good ideas. But they deviate from my vision. At any rate, my competition idea was a big hit in Salta, and I am committed to moving forward with it. Since nobody has stepped up to the plate, David Buck will try to find time to code the competition. However, progress will be slow be

Re: [Pharo-users] Pharo 7- looking for seaside-REST

2018-11-24 Thread Johan Brichau
> On 24 Nov 2018, at 12:30, Sanjay Minni wrote: > > Also has Seaside REST been ported for Pharo 7 ? > as I see there is a line in Catalog Browser 'SeasideREST' but there is an > error while trying to install Yeah, Somebody put old configurations in that catalog then, because ‘SeasideREST’

Re: [Pharo-users] Pharo 7- looking for seaside-REST

2018-11-24 Thread Sanjay Minni
OK ... just managed to load 'REST' by executing in the playground: (ConfigurationOfSeaside3 project version: '3.2.4' ) load: 'REST'. Sanjay Minni wrote > Hi Johan, > > I couldnt figure out how to load Seaside 'REST' group on readme, > So could you pls help me with the command to load 'REST' (

Re: [Pharo-users] About the IoT Hackathon last Friday

2018-11-24 Thread Norbert Hartl
For an event like this which is one day long people won‘t arrive from far. So it is expected to see most people being caucasian. Hackathons usually attract more young people I guess. We are working on the gender but is still not easy as it just started that women come back to the industry. But

[Pharo-users] Pharo 7 - RFB

2018-11-24 Thread Sanjay Minni
Where can I find RFB for Pharo 7 - --- Regards, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo 7- looking for seaside-REST

2018-11-24 Thread Sanjay Minni
Hi Johan, I couldnt figure out how to load Seaside 'REST' group on readme, So could you pls help me with the command to load 'REST' (explicitly) in Pharo 7. (... yes I am beginner level in pharo) Also has Seaside REST been ported for Pharo 7 ? as I see there is a line in Catalog Browser 'Seasi

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-24 Thread Johan Brichau
Hi Sanjay, Ok, that’s the latest release. However, I assume you are upgrading from an earlier version… which version were you using before? Since Seaside 3.2.0 (I believe to recall), we made the default load of Seaside much lighter, requiring you to load additional groups explicitly. Before, al

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-24 Thread Sanjay Minni
Johan, Thru monticello browser it shows ConfigurationOfSeaside3-JohanBrichau.335 bugfix release 3.2.4 Repository: smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main if that helps Sanjay Minni wrote > Johan, > > I am installing by going to Pharo 7.0.0rc1->Catalog Browser right click on > seasi

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-24 Thread Sanjay Minni
Johan, I am installing by going to Pharo 7.0.0rc1->Catalog Browser right click on seaside3 and selecting install stable version. From the messages I presume its installing 3.2.4 if you can tell me how to figure out the Version and Repository I will get the info. Johan Brichau-2 wrote > Sanjay,