[Pharo-users] [ANN] Merlin to GitHub

2021-04-21 Thread Hernán Morales Durand
Hi I just ported Merlin to Github with the GitMigrator. Please let me know if you want me to transfer the repository since this is mostly work of the Moose Team. https://github.com/hernanmd/merlin Cheers, Hernán

[Pharo-users] Re: Segfault with ZnClient and https

2021-04-21 Thread Sven Van Caekenberghe
> On 21 Apr 2021, at 09:46, Sven Van Caekenberghe wrote: > > $ ./pharo Pharo.image eval "(ZnClient new url: > 'https://pharo.org/web/files/pharo.png'; get; response) contentType" > image/png Actually, this is nicer, simpler and clearer: $ ./pharo Pharo.image eval "ZnClient new get: 'https:

[Pharo-users] Re: Segfault with ZnClient and https

2021-04-21 Thread Sven Van Caekenberghe
Hi Petter, It should work, but of course there might be something wrong. To get a baseline for your issue here is what I did, and what you could try to repeat. $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS" $ unam