[Pharo-users] ESRI ASCII raster format

2020-06-02 Thread Serge Stinckwich
Dear all, I'm looking for an implementation of ESRI ASCII raster format: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/ESRI_ASCII_raster_format/009t000z00/ We are looking for such an implementation for CORMAS: https://github.com/cormas/cormas/issues/135 Thank you. Regards

[Pharo-users] Problems installing pharo-launcher or pharo on RaspberryPi

2020-06-02 Thread Michael Burns via Pharo-users
--- Begin Message --- Raspberry Pi 4. I went to pharo.org/download And downloaded both PharoLauncher-linux-2.0-x64.zip and pharo-linux-stable.zip. I extracted them into separate directories. I believe Pi 4 B is indeed 64 bit, but read somewhere that the Raspian installer installs a 32

Re: [Pharo-users] About strange email related to smalltalkhub read-only on squeak-dev

2020-06-02 Thread Stéphane Ducasse
What I do not like is that people say " group but they keep kicking me out of their mailing list ” when this is absolutely not true! We can discuss and can argue even violently but we do not lie. S. > On 31 May 2020, at 19:38, Bruce O'Neel wrote: > > > Hi, > > So addressing only the cry

Re: [Pharo-users] Zinc WebSocket usage

2020-06-02 Thread Sven Van Caekenberghe
Erik, Yes, I saw your previous email, answering it was on my todo list ;-) I took Pharo 9 on macOS 10.15 and did: Metacello new repository: 'github://svenvc/zinc/repository'; baseline: 'ZincHTTPComponents'; load: #(WebSocket). (Accepting loads over existing code) Although your example is

Re: [Pharo-users] Zinc WebSocket usage

2020-06-02 Thread Erik Stel
Hi Sven, Maybe you missed the additional post with the source code (I attached it again below with small change in way it is logging). Is there any advice on how to do this (other than the workaround I'm using at the moment)? The issue being that the client recognises its own closing only after a

Re: [Pharo-users] Few newbie questoins about Pharo/Smalltalk capabilities

2020-06-02 Thread Cédrick Béler
Forgot to mention the mooc where a version can be found there: http://mooc.pharo.org Might be a good place to start. Cheers, Cédrick

Re: [Pharo-users] Few newbie questoins about Pharo/Smalltalk capabilities

2020-06-02 Thread Cédrick Béler
Hi Gustav and welcome :) > Hello! I don't know if this is a good place to ask this kind of questions, > but I haven't found other places where Smalltalk/Pharo experts hang out. Perfect place here. You can also use direct for more chatty interaction. https://discord.gg/QewZMZa

Re: [Pharo-users] Rename package and Iceberg

2020-06-02 Thread Gabriel Cotelli
If you add the new packages and remove the old ones the history will be ok. For example: https://github.com/ba-st/Willow/pull/160/files , and don't forget to update your baseline. On Tue, Jun 2, 2020 at 9:48 AM Vitor Medina Cruz wrote: > So you mean I should change the package name and add the r

Re: [Pharo-users] Rename package and Iceberg

2020-06-02 Thread Vitor Medina Cruz
So you mean I should change the package name and add the renamed package as a new one into Inceberg? The problem with this is that the history will be compromised, as it will see it as exclusion and then inclusion of several new classes instead of simply changes in existing ones. Isn't a way o doi

Re: [Pharo-users] Rename package and Iceberg

2020-06-02 Thread Gabriel Cotelli
You need to open the repository view, add your new packages using the Add Package button and remove the old ones with the contextual menu. On Tue, Jun 2, 2020 at 9:27 AM Vitor Medina Cruz wrote: > Hello, > > How is the correct/safe way of renaming a packages so that it is reflected > in the Iceb

[Pharo-users] Rename package and Iceberg

2020-06-02 Thread Vitor Medina Cruz
Hello, How is the correct/safe way of renaming a packages so that it is reflected in the Iceberg repository? I have made that sometimes but got out of sync with Iceberg and it was very hard to fix: I had to change files by hand, and then load back in the image, so wanna to avoid that. Regards, V

[Pharo-users] Few newbie questoins about Pharo/Smalltalk capabilities

2020-06-02 Thread gustav_m
Hello! I don't know if this is a good place to ask this kind of questions, but I haven't found other places where Smalltalk/Pharo experts hang out. I'm a designer and unfortunately I know nothing about programming and computation. I'm trying to change this right now. I'm looking for suitable techn

Re: [Pharo-users] Pharo 9 64 + windows 10

2020-06-02 Thread Guillermo Polito
Hi Vitor, I think some of the slots rewrite code dynamically, that’s why the difference I think. I’d say its harmless, so you can ignore the difference or revert it as you did. I’d let someone more into Spec answer if this is really safe to do or no :) Also, reverting can also be achieved by cl

Re: [Pharo-users] Automatic code cleaner for Pharo

2020-06-02 Thread Guillermo Polito
Thanks!! > El 1 jun 2020, a las 14:00, Cyril Ferlicot D. > escribió: > > Hi everyone! > > Today I released the v1.1.0 of Chanel, a project to automatically clean > Pharo code to make it more readable and efficient. > > https://github.com/jecisc/Chanel > > This project is composed of a list o