Re: [Pharo-users] [Pharo-dev] looking for input for a lecture on TDD and XtremeTDD

2020-04-14 Thread Hernán Morales Durand
Hi Stef, One of the funniest talks about TDD is the one from Hernán Wilkinson : https://youtu.be/x4CXWBW5fMo (minute 29 starts the TDD coding show) It's in Argentine Spanish dialect, but it's worth to see. Cheers, Hernán El mar., 14 abr. 2020 a las 9:36, Stéphane Ducasse (<

Re: [Pharo-users] Thinking aloud about project at hand

2020-04-14 Thread Tomaž Turk
> If you need to hook startup/shutdown actions, you can read this documentation: > https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/SessionsManagement.md Thanks! - How could I miss this document ... Best wishes, Tomaz

Re: [Pharo-users] [ANN] QRCode on github

2020-04-14 Thread Cédrick Béler
I did some research on qrcode. There are some great libraries out there. This one is great regarding implementation (and comments). That’d be possible to port or at least inspire (again look at the comments). https://github.com/nayuki/QR-Code-generator/blob/master/python/qrcodegen.py Also I

Re: [Pharo-users] [ANN] QRCode on github

2020-04-14 Thread Torsten Bergmann
Hi Renaud, your code is also based on the orginal version of Jochen Rick. Jochens code always worked but unfortunately had only a few tests and was codewise hard to understand. Dont know if you just moved or also refactored and extended it. I also once started with a clean reimplementation

Re: [Pharo-users] Thinking aloud about project at hand

2020-04-14 Thread Cyril Ferlicot
On Tue 14 Apr 2020 at 15:45, Tomaž Turk wrote: > > Take a look at the DrGeo example app, it shows how to do that (link > bellow). > > > you hook in a startUpList: and shutDownList: of your main class. > Hi, If you need to hook startup/shutdown actions, you can read this documentation:

Re: [Pharo-users] Thinking aloud about project at hand

2020-04-14 Thread Tomaž Turk
> Take a look at the DrGeo example app, it shows how to do that (link bellow). > you hook in a startUpList: and shutDownList: of your main class. Great, I'll check it out. > You can start with a simple Pharo image (look at the blog of Leon Ramon on activeRecord in Pharo). > So my

[Pharo-users] Problem switching from PetitParser to PetitParser2

2020-04-14 Thread PBKResearch
Hello I have been switching part of a package called TextLint so that it uses PetitParser2 as the parsing engine. For the most part it went fairly smoothly, but I have one problem which occurs in many places. The original parse rules had many conditional matching rules based on

Re: [Pharo-users] Loading Seaside and Magritte in Pharo8 - baseline load conflicts

2020-04-14 Thread Sven Van Caekenberghe
Hi, > On 14 Apr 2020, at 11:23, Sebastijan Kaplar wrote: > > MetacelloConflictingProjectError: Load Conflict between existing > BaselineOfGrease [baseline] from github://SeasideSt/Grease:v1.4.x/repository > and BaselineOfGrease [baseline] from > github://SeasideSt/Grease:v1.4.3/repository

[Pharo-users] Loading Seaside and Magritte in Pharo8 - baseline load conflicts

2020-04-14 Thread Sebastijan Kaplar
Hello everyone, so I can’t resolve the problem in my project, which emerged when something happened in one of those repositories (it was working fine previously). When I try to load the project using metacello Metacello new baseline: #NewWave; repository:

Re: [Pharo-users] [ANN] QRCode on github

2020-04-14 Thread Sven Van Caekenberghe
Great, thanks. This is indeed a very well written project. > On 14 Apr 2020, at 00:19, Renaud de Villemeur via Pharo-users > wrote: > > > From: Renaud de Villemeur > Subject: [ANN] QRCode on github > Date: 14 April 2020 at 00:19:58 GMT+2 > To: Any question about pharo is welcome > > >

Re: [Pharo-users] Minimality

2020-04-14 Thread Cédrick Béler
Hi Erik, > (Part of this I mentioned on Discord as well, but not all readers will be on > Discord) Yes I’ve just seen it and I remembered seeing your posts > > I'm working with a tiny Smalltalk image (currently around 150Kb) which > contains basic classes (very similar to PharoCandle, but

[Pharo-users] Migrating your projects to GitHub? Do not forget to tag your project!

2020-04-14 Thread Esteban Lorenzano
Hello, Just a gentle reminder to tag your project as “Pharo”, so a search engine can find it better! Esteban