[Pharo-users] [ANN] Lighthouse (for Pharo Discord server)

2017-02-08 Thread Dimitris Chloupis
Hey guys we have some new features for our online Discord chat server , called Pharo, you may find interesting. I added 2 new bots. The first one goes with the name "Pharo" its basically Mee6 bot https://mee6.xyz/ Pharo bot is responsible for many features 1) it offers moderator commands for me

[Pharo-users] [Metacello] Adding existing metacello project to my new project

2017-02-08 Thread sergio ruiz
okay, i have finally decided to spend some time figuring out metacello.. for those doing the same, i would say, do this first: http://sleepycoders.blogspot.com/2013/10/dead-simple-intro-to-metacello.html then, use the “deep into pharo” chapter as needed.. anyway.. i am having a little bit of t

Re: [Pharo-users] [Metacello] Adding existing metacello project to my new project

2017-02-08 Thread p...@highoctane.be
Check how seaside dependency is done in here: https://github.com/Pharophile/PechaKucha Phil On Wed, Feb 8, 2017 at 4:06 PM, sergio ruiz wrote: > > okay, i have finally decided to spend some time figuring out metacello.. > > for those doing the same, i would say, do this first: > > http://sleepy

Re: [Pharo-users] [Metacello] Adding existing metacello project to my new project

2017-02-08 Thread Gabriel Cotelli
Something like this: ... spec baseline: 'Voyage' with: [ spec repository: 'github://pharo-nosql/voyage/mc'; load: #( 'mongo' 'tests') ]; import: 'Voyage'. spec package: 'InternetRadioJam' with: [ spec requires: 'Voyage' ] ... On Wed, Feb 8, 2017 at 12:06 PM, sergio ruiz wrote:

[Pharo-users] Book farm working again

2017-02-08 Thread Stephane Ducasse
Hi https://ci.inria.fr/pharo-contribution/view/Books/ I realised that jenkins dropped the connection to the github repositories of the books and that they were not updated. You can find my current evening occupation: Learning OOP with Pharo :) I fixed some problems in UnifiedFFI and clean a bit b

Re: [Pharo-users] [Pharo-dev] Book farm working again

2017-02-08 Thread Guillermo Polito
Thanks! On Wed, Feb 8, 2017 at 6:05 PM, Stephane Ducasse wrote: > Hi > > https://ci.inria.fr/pharo-contribution/view/Books/ > I realised that jenkins dropped the connection to the github repositories > of the books and that they were not updated. > You can find my current evening occupation: Le

Re: [Pharo-users] [Metacello] Adding existing metacello project to my new project

2017-02-08 Thread sergio ruiz
I think i’m doing it wrong.. this is all i could find in there.. https://github.com/Pharophile/PechaKucha/blob/master/packages/ConfigurationOfPechaKucha.package/ConfigurationOfPechaKucha.class/instance/version10..st On February 8, 2017 at 10:22:17 AM, Gabriel Cotelli (g.cote...@gmail.com) wrot

Re: [Pharo-users] [Metacello] Adding existing metacello project to my new project

2017-02-08 Thread sergio ruiz
Hmmm.. gonna have to toy with this.. this is giving me other errors.. namely that baseline is no longer defined.. On February 8, 2017 at 10:22:17 AM, Gabriel Cotelli (g.cote...@gmail.com) wrote: spec         baseline: 'Voyage' with: [ spec repository: 'github://pharo-nosql/voyage/mc'; load: #(

Re: [Pharo-users] [Metacello] Adding existing metacello project to my new project

2017-02-08 Thread sergio ruiz
found it..  load: #( 'mongo' 'tests')  should be: loads: #( 'mongo' 'tests')  thanks! On February 8, 2017 at 10:22:17 AM, Gabriel Cotelli (g.cote...@gmail.com) wrote: spec         baseline: 'Voyage' with: [ spec repository: 'github://pharo-nosql/voyage/mc'; load: #( 'mongo' 'tests') ]; import

Re: [Pharo-users] [Metacello] Adding existing metacello project to my new project

2017-02-08 Thread p...@highoctane.be
https://github.com/Pharophile/PechaKucha/tree/master/packages/BaselineOfPechaKucha.package/BaselineOfPechaKucha.class/instance ConfigurationOf is for the Catalog Phil On Wed, Feb 8, 2017 at 8:29 PM, sergio ruiz wrote: > I think i’m doing it wrong.. > > this is all i could find in there.. > > h

Re: [Pharo-users] SLICE-Issue-18901-Highlight-message-send-selector-on-mouse-over-NicolaiHess.4 introduces new bug?

2017-02-08 Thread Alistair Grant
Hi All, I've created the issue and associated slice: https://pharo.fogbugz.com/f/cases/19680/DNU-bug-in-SLICE-18901 Thanks, Alistair On 8 February 2017 at 17:25, Nicolai Hess wrote: > > > Am 08.02.2017 2:12 vorm. schrieb "Alistair Grant" : > > Hi Nicolai, > > On 7 February 2017 at 18:56, Nico

Re: [Pharo-users] Problems with auto-updating the text of a playground

2017-02-08 Thread Offray Vladimir Luna Cárdenas
Thanks Doru, That solves it! A quick and clean fix :-). Cheers, Offray On 06/02/17 00:41, Tudor Girba wrote: Hi, I am not quite sure I understand your problem, but I believe what you want is to only react to a change in a text. This information is placed in the #text port. Here is a basic