Re: [Pharo-users] can't debug TinyBlog in the Pharo MOOC

2018-11-23 Thread iu136 via Pharo-users
--- 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 |

Re: [Pharo-users] can't debug TinyBlog in the Pharo MOOC

2018-11-22 Thread iu136 via Pharo-users
--- Begin Message --- EstebanLM wrote > Hi, > > You are missing to initialise the Voyage repository. > I don’t know how is explained in the Mooc, but you will probably need to > do something like: > > VOMemoryRepository new enableSingleton. > > Cheers, > Esteban Hi Esteban. actually I'm

[Pharo-users] can't debug TinyBlog in the Pharo MOOC

2018-11-22 Thread iu136 via Pharo-users
--- Begin Message --- hi guys I'm following the Pharo MOOC and I'm at Week 4. the other day, I was trying to implement TinyBlog: Data Persistency using Voyage and Mongo, when I tried to compile the code, I've got an Error. the title of Error says: "MessageNotUnderstood: receiver of "save:" is

[Pharo-users] Question about pharo's object model

2018-11-14 Thread iu136 via Pharo-users
--- Begin Message --- hello guys I'm new to programming, I started programming using pharo, I had a question about pharo's object model. In object model we say, methods are public. What does "public" mean here? thanks -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html ---