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
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
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
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:
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
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
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
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: #(
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
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
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
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
12 matches
Mail list logo