Re: [Pharo-users] How to recover from a VM crash

2020-03-06 Thread hogoww
Hi, Regardless of the crash, the code should have been preserved through the .changes file. They can attempt to replace the image file with a clean one, and apply those changes (a window should open on startup, otherwise it's accessible through left click in world -> code changes) Pierre On

Re: [Pharo-users] evaluation of the expression 7 factorial

2020-03-10 Thread hogoww
Hi, It's just that the printing buffer cannot contain all the characters (the last digit is most probably just  a line down !) This happens often when using a size that is not small because the GUi object is not getting bigger :) (which is still not good) Pierre On 10/03/2020 17:47, Rene Pau

Re: [Pharo-users] Corona virus

2020-03-15 Thread hogoww
Classical answer is "it won't come to us" I don't know much about this, but in France, when the Chernobyl nuclear plant exploded they were saying "it will stop at the border" Guess this is the same, as humans, we love denial :D Pierre On 15/03/2020 18:18, Davide Grandi wrote: It's a good arti

Re: [Pharo-users] Refactor without formatting

2020-05-21 Thread hogoww
I wanted to take a look at this, but I could not reproduce the issue, although I distinctly remember I had the issue at some point. Could you describe the problem further please? Pierre On 21/05/2020 12:06, Guillermo Polito wrote: I think what Stef means:  - yes, please open an issue (maybe ch

Re: [Pharo-users] TypingVisitor window opens while editing a source

2020-06-17 Thread hogoww
Hi Richard, Could you open an Issue on the github repository please? I was unable to reproduce it (quickly) with a fresh 64 pharo 8 or 9. Maybe I had the wrong process. Regardless, I think this is related with the code completion tool, so i'll take a look if you can indicate a reproducible case

Re: [Pharo-users] Disable halt and breakpoints globally

2020-08-19 Thread hogoww
I never tried it, but doesn't the command debugging >> "remove all breakpoints" fits for this purpose? Pierre On 19/08/2020 08:23, Tim Mackinnon wrote: Hi Esteban - its a good question (and I'm intrigued what can be done) - but for production aren't you automatically building a fresh image wi

Re: [Pharo-users] Iceberg "adopt commit" behavior

2020-08-20 Thread hogoww
I did a PR, with small adjustments. Pierre On 20/08/2020 21:00, Stéphane Ducasse wrote: pablo may be we should add this in a class comment or fly by help somewhere. S On 20 Aug 2020, at 11:45, teso...@gmail.com wrote: Hi,  the adopt commit operation has noth

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread hogoww
Also on the upper right corner of the playground, you can get old playground (maybe on command+s? not sure). Not every one of them will be here, and you may have to use Stephane's answer. Pierre. On 26/08/2020 17:56, Stéphane Ducasse wrote: checked in the folders close to your image. There is

[Pharo-users] Re: How to save a playground content in a local file ?

2020-09-21 Thread hogoww
Hi, It is saved by default (on cmd + s? I'm still unsure) in Pharo/image/yourImage/pharo-local/play-cache :) Pierre On 21/09/2020 18:30, Rene Paul Mages (ramix) wrote: Hello, To save the content of my playground (in my local hard disk) my procedure is really ~rustic~ { selection , copy , pa

[Pharo-users] Re: [Pharo Mooc] Change colors of test results

2020-11-18 Thread hogoww
Hi, Those buttons are created in ClyTestResultProperty >> createIcon. They rely on the icons founds in Smalltalk ui icon. I didn't find a nice way to modify it radically so you can see the difference. So here's a bad way :D (Smalltalk ui icon iconNamed: #testGreenIcon) becomeForward: (Smalltal

[Pharo-users] Re: Shortcut for Tag Test

2021-02-01 Thread hogoww
Hi Davide, Could you elaborate a bit please? I'm not sure I understand. Cmd + t as "run tests" is available for packages & for tags in a packages IIRC. Pierre On 01/02/2021 18:29, Davide Varvello via Pharo-users wrote: Hi Is it possible to have (and how) the shortcut CMD-t for the tag Test

[Pharo-users] Re: Shortcut for Tag Test

2021-02-01 Thread hogoww
kages, see the screenshots here: https://imgur.com/a/KH4YJiD Cheers hogoww wrote Hi Davide, Could you elaborate a bit please? I'm not sure I understand. Cmd + t as "run tests" is available for packages & for tags in a packages IIRC. Pierre On 01/02/2021 18:29, Davide Varvel

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-11 Thread hogoww
Are you on Pharo 8? I think I encountered this bug not so long ago. From your screenshot, it look like it https://github.com/pharo-project/pharo/issues/8411? Pierre On 11/02/2021 16:33, David Pennington wrote: I attach a couple of screen shots and a file containing the item that I am trying

[Pharo-users] Re: Sharing classes between packages

2021-03-01 Thread hogoww
Hi David, Indeed, you should move it to another package. However, this package should either:     be in its own repository     load it with the initial project         In this case, you'd have to clone the whole initial project and load only the package that you want to share, which can be quite

[Pharo-users] [fus] Early march sync

2021-05-05 Thread hogoww
Hello, In today's sync we talked about the idea, progress, paper planing. Idea: Basically the same as the previous mail so I'll not detail it here. The Slides are trying to give some details & a global view. They are, however not well ordered, and an inlining problem is missing. I'll update them

[Pharo-users] Re: [fus] Early march sync

2021-05-05 Thread hogoww
Woups, sorry :D On 05/05/2021 13:23, hogoww wrote: Hello, In today's sync we talked about the idea, progress, paper planing. Idea: Basically the same as the previous mail so I'll not detail it here. The Slides are trying to give some details & a global view. They are, however no