Re: [Pharo-users] Intermediate-Level Tutorials for Pharo

2020-08-03 Thread tbrunz
I wrote a "theory of operation" document for my app, https://github.com/tbrunz/logic-puzzle But then I realized, "Where do I put it??" I thought of a few possibilities: * Commit it to the git repo, but then it wouldn't be easy to access from Pharo, * Add it to a top-level Pharo class comment,

[Pharo-users] ZnInvalidUTF8: Illegal leading byte for utf-8 encoding while running Elegant Code image conversion example

2020-08-03 Thread Offray Vladimir Luna Cárdenas
Hi, Today I was an introduction to Pharo. As usual, I asked the learner to taste the environment and syntax by running the examples in excellent Sven's Elegant Code[1] (BTW, can I translate snips of  it to Spanish?). When she was adapting the example 6 about converting JPGs to PNGs, we get the

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-03 Thread Denis Kudriashov
It can be a known issue with MacOS, the way how an operating system assigns a working directory for applications. For example starting an app using double click from Finder will use a root directory as a working copy. Davide how did you start the Pharo? Can you try to run it from the command

Re: [Pharo-users] A question concerning Nautilus

2020-08-03 Thread Stéphane Ducasse
For the record this is already fixed in Pharo by Example 8. S. > On 14 Jul 2020, at 03:58, Serge Stinckwich wrote: > > Hi René, > > use instead: > > ClyFullBrowser openOnMethod: Integer >> #factorial > > Book should be updated for Pharo 8 :-) > Regards, > > On Mon, Jul 13, 2020 at 10:42

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-03 Thread Stéphane Ducasse
I took a Pharo8 image and Metacello new repository: 'github://theseion/Fuel:3.0.2/repository '; baseline: 'Fuel'; load. and run the tests and all the tests are green on my machine. 595 ran, 576 passed, 1 skipped, 19 expected failures, 0 failures, 0 errors, 0 passed unexpected S.

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-03 Thread Stéphane Ducasse
I still find it strange because Max and Martin are always taking care about fuel and I do not see them publishing a version for a new version with red tests. S > On 27 Jul 2020, at 12:15, Davide Varvello wrote: > > > From: Davide Varvello > Subject: Fuel - FLSerializer tests are not working

Re: [Pharo-users] Working directory and image directory

2020-08-03 Thread Stéphane Ducasse
Thanks a lot! > On 3 Aug 2020, at 15:39, Davide Varvello wrote: > > > From: Davide Varvello mailto:varve...@yahoo.com>> > Subject: Re: Working directory and image directory > Date: 3 August 2020 at 15:39:40 CEST > To: pharo-users@lists.pharo.org > > >

Re: [Pharo-users] Pharo-Mars on Ubuntu

2020-08-03 Thread Stéphane Ducasse
Hi kmo Pablo is about to release a new VM this week or next week and your crash are interesting to us. I think that pablo will contact you. S. > On 3 Aug 2020, at 15:15, kmo wrote: > > The library not found problem has been resolved. We are now back to a VM > crash when GTK is used.

Re: [Pharo-users] Working directory and image directory

2020-08-03 Thread Davide Varvello via Pharo-users
--- Begin Message --- Fine Stéphane, I opened two entries: https://github.com/pharo-project/pharo/issues/7039 https://github.com/pharo-project/pharo/issues/7040 Cheers Davide Stéphane Ducasse wrote > Hi Davide > > Can you open a bug entry on Pharo and on Fuel? > > S. > >> On 31 Jul 2020,

Re: [Pharo-users] Pharo-Mars on Ubuntu

2020-08-03 Thread kmo
The library not found problem has been resolved. We are now back to a VM crash when GTK is used. Pharo-Mars is still not running on Ubuntu. For those who want the details - The library problem was caused by Ubuntu not creating a symbolic link libGtk-3.so. It only has a libGtk-3.so.0 link. When

Re: [Pharo-users] Metacello, Github and Cryptography

2020-08-03 Thread Francis via Pharo-users
--- Begin Message --- Hi Stéphane, Thanks, I was not aware of that book. Francis Stéphane Ducasse wrote > Hi francis > > did you look at the booklet on iceberg available at > http://books.pharo.org? > > S > >> On 16 Jul 2020, at 16:43, Francis > falzonidavide@ > wrote: >> >> >> From:

Re: [Pharo-users] Pharo-Mars on Ubuntu

2020-08-03 Thread Stéphane Ducasse
Esteban is on vacation and I’m not sure that he is reading emails. Now can you check the path that is used by the FFI call and put your path? may be look at ffiLibrary and ffiLibrary: I do not have an image with Mars at hand. Stef > On 22 Jul 2020, at 11:11, kmo wrote: > > Thanks for the

Re: [Pharo-users] Metacello, Github and Cryptography

2020-08-03 Thread Stéphane Ducasse
Hi francis did you look at the booklet on iceberg available at http://books.pharo.org? S > On 16 Jul 2020, at 16:43, Francis wrote: > > > From: Francis > Subject: Metacello, Github and Cryptography > Date: 16 July 2020 at 16:43:34 CEST > To: pharo-users@lists.pharo.org > > > Hi Guys, > >