David Bajger

Results 43 comments of David Bajger

I see. I would still argue that mentioned tools are very essential for beginners and they would interact with them even when they'd write 1st line of code on day...

Right, issue was dealing with confusion about "Must know for beginners" and somehow I felt that describing whole project setup is much larger than what beginners are interested in. My...

Section about setting window title is outdated as well: Section with: https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/DeployYourPharoApplication.md#change-the-logo-and-window-title-of-the-application should be update with: `World worldState worldRenderer windowTitle: 'My Application` Icon setup: `World worldState worldRenderer icon: anIcon`. TODO:...

@santana Can you paste more of the stack content? I see just these 3 lines, but I'd like to see what is the chain of message sending during startup. I've...

@Gabriel-Darbord Hi Gabriel. I see different error than you describe. There is: ![image](https://github.com/pharo-project/pharo-launcher/assets/45875448/aca42bf2-68d5-4ae9-92eb-42fa1ed90c65)

On which OS you're trying this? and ideally, what is version of Pharo launcher you use?

I think it is error in Moose template, see related ticket.

> The issue here is not related to this Moose template in particular, but to the handling of the error, which could be clearer (more informative message) and more robust...

By default (without specifying template), latest stable version is used for creating image. You want to provide short template id in addition? What should be scecifics of this short id?...

@jecisc Hi Cyril! Can you comment add a reply here, if you have a knowledge of how `gitlocal` prefix works? I can update that section then and issue a PR....