> On 22 Nov 2018, at 21:48, iu136 via Pharo-users
> wrote:
>
>
> From: iu136
> Subject: Re: can't debug TinyBlog in the Pharo MOOC
> Date: 22 November 2018 at 21:48:52 CET
> To: pharo-users@lists.pharo.org
>
>
> EstebanLM wrote
>> Hi,
>>
>> You are missing to initialise the Voyage reposi
--- Begin Message ---
> Which again, should means you never executed initializeLocalhostMongoDB
> method.
> Can you try doing:
>
> TBBlock initializeLocalhostMongoDB.
>
> Esteban
You were right Esteban, finally I fixed it by manually executing the code
below at Playground:
| repository |
rep
We will organize a Pharo sprint / Moose dojo Nov 30, starting at
10:00am. (Local Time Paris).
Goals of this sprint:
• Pharo 7 issues
Remote Sprint: Remotely, you can join us on Discord. During the sprint, we
synchronize local and remote Pharo sprinters:
http://pharo.org/contri
Hi,
I stumbled upon another MetaLink scenario that I am unsure how to implement. I
want to track method invocations, with receiver, arguments, selector, and
return value (maybe even signaled exception). I can track the method input with
a MetaLink installed on an RBMethodNode like this:
MetaLi
On Fri, Nov 23, 2018 at 1:25 PM iu136 via Pharo-users
wrote:
>
> You were right Esteban, finally I fixed it by manually executing the code
> below at Playground:
>
> | repository |
> repository := VOMongoRepository database: 'tinyblog'.
> repository enableSingleton .
>
> Even thought I was putting
> On 23 Nov 2018, at 13:40, Manuel Leuenberger wrote:
>
> Hi,
>
> I stumbled upon another MetaLink scenario that I am unsure how to implement.
> I want to track method invocations, with receiver, arguments, selector, and
> return value (maybe even signaled exception). I can track the method
Awesome! I am looking forward to it.
Cheers,
Manuel
> On 23 Nov 2018, at 14:59, Marcus Denker wrote:
>
>
>
>> On 23 Nov 2018, at 13:40, Manuel Leuenberger
>> wrote:
>>
>> Hi,
>>
>> I stumbled upon another MetaLink scenario that I am unsure how to implement.
>> I want to track method invo
> On 23 Nov 2018, at 14:59, Marcus Denker wrote:
>
>
>
>> On 23 Nov 2018, at 13:40, Manuel Leuenberger
>> wrote:
>>
>> Hi,
>>
>> I stumbled upon another MetaLink scenario that I am unsure how to implement.
>> I want to track method invocations, with receiver, arguments, selector, and
>
Nice work! Thanks!
Doru
> On Nov 22, 2018, at 5:56 PM, Norbert Hartl wrote:
>
> JSONSchema
> ===
>
> This is an implementation of JSON Schema for the pharo language. It is used
> to define the structure and values of a JSON string and to validate it. The
> schema itself can be extern
--- Begin Message ---
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 why, but that's the reason
> why Phar
Hello,
Interesting video using Pharo for presenting its points.
https://www.youtube.com/watch?v=baxtyeFVn3w
Wondering if anybody else has seen this video. What can be learned from
this outside perspective.
He is mostly positive about Pharo and is using it as an example of
things he would li
--- Begin Message ---
I saw it. I learned a lot about some things I didn't know about in Pharo. I
had no idea how PetitParser worked. Now I'm intrigued.
It was an interesting perspective because, while he wasn't pushing Smalltalk,
he was pushing for other languages to pursue better environmen
I watched it and shared it to friends and social networks.
I think it's an excellent example of good organic marketing from a
not-so-much outsider, but certainly not daily user of Pharo, to an
audience that might have heard about it for the very first time.
Regards,
Esteban A. Maringolo
El vie.
I didn't like the fact that he said the Pharo community was really, really
tiny, even compared to the likes of Clojure.
Because the truth hurts.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi,
Thanks for your positive and critical comments, as usual Ben.
Richard I think that is important to listen to a community when reaching
to it (I remember a talk we had where I suggested an approach closer to
anthropology instead of marketing). Many of us value your contributions,
despite of ap
I saw it and really like it. Particularly the part where the speaker
says that is impressed about what a small community with not much
funding can do. Because this is also truth and doesn't hurt at all.
I don't know about the garbage collector. In my case, the more I use the
image and load things
Great video guys!
The only think I wonder when I saw hackathon and technical videos in
general is when/how we will get more diversity represented in the
participants (ethnicities, ages, gender), but of course this is a hard
open question that we all need to solve.
Cheers,
Offray
On 17/11/18 9:1
On 23/11/18 19:06, Offray Vladimir Luna Cárdenas wrote:
>
> Hi,
>
> Thanks for your positive and critical comments, as usual Ben.
>
> Richard I think that is important to listen to a community when
> reaching to it (I remember a talk we had where I suggested an approach
> closer to anthropology ins
I am migrating my 6.1 application (under develoment) to 7.0 -
I have loaded the required packages first thru Catalog Browser (in 7.0) -
Mandrill, Mustache, Seaside3, VoyageMongo
How to load the following in 7:
- seaside-REST - My application looks for WARestfulComponentFilter
- RFB
Sven Van
Sanjay,
Which version of Seaside are you using and from which repository?
Johan
> On 24 Nov 2018, at 07:22, Sanjay Minni wrote:
>
>
> I am migrating my 6.1 application (under develoment) to 7.0 -
> I have loaded the required packages first thru Catalog Browser (in 7.0) -
> Mandrill, Mustache
20 matches
Mail list logo