Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread stepharo
First welcome. Second please tell us more about the bug or the bug entry because if you just add it to the bugtracker it will be less exposed to the community. Stef Le 30/5/15 14:51, mtk a écrit : Hi Sven, is there a form for a bug report somewhere? Where should I send it? Best Marcus

[Pharo-users] Reddit example

2015-05-30 Thread recursive68
Hi, Yes, I've tried to follow the instructions on https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740 If I run: Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'Reddit'; configuration; loadStable. I get the following error: NameLookupFailure: cann

Re: [Pharo-users] How to move data between Pharo versions

2015-05-30 Thread Offray Vladimir Luna Cárdenas
Hi, STON is the "document format" for a project I'm making about data narratives and visualization on Pharo. It has worked pretty fine to move information between images without any problem. I would recommend you to take a look on it. Cheers, Offray El 28/05/15 a las 11:32, Sven Van Caeken

[Pharo-users] Pastell Collection?

2015-05-30 Thread PBKResearch
Hello In analysing XML documents produced by XMLHTMLParser, I sometimes find results presented as a PastellCollection. I have found this class in the System Browser, as a subclass of OrderedCollection, but there is no class comment. Reading the method code does not help me find out what it does

Re: [Pharo-users] Slice for a non Pharo package ?

2015-05-30 Thread Sean P. DeNigris
jecisc wrote > - You save your changes on the project's smalltalkhub... > [INSERT HERE] > - You resolve the case on foxbugz > and you put the case in "Resolved (Fixed upstream)" I would add above: create a new configuration yourself and copy it to the Inbox. When you resolve the issue in Fogbugz,

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Sean P. DeNigris
mtk wrote > a class ( / > WindowsStore(FileSystemStore) / > ) is calling ' / > ensureCreateDirectory: aPath / > ' where aPath points to the Path of my Windows System. I experienced something similar on a Mac when I renamed the Launcher bundle, but couldn't figure out how to reproduce it... ---

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Marcus Kemper
Thanks Cyril! Am 30.05.2015 15:23 schrieb "Cyril Ferlicot" : > You should just open a new issue on fogbugz and describe what you have > done to get the bug. > > https://pharo.fogbugz.com/ > > Le samedi 30 mai 2015, mtk a écrit : > >> Hi Sven, >> >> is there a form for a bug report somewhere? Wher

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Cyril Ferlicot
You should just open a new issue on fogbugz and describe what you have done to get the bug. https://pharo.fogbugz.com/ Le samedi 30 mai 2015, mtk a écrit : > Hi Sven, > > is there a form for a bug report somewhere? Where should I send it? > > Best > > Marcus > > > > -- > View this message in co

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread mtk
Hi Sven, is there a form for a bug report somewhere? Where should I send it? Best Marcus -- View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829496.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Slice for a non Pharo package ?

2015-05-30 Thread Cyril Ferlicot
Hi, Marcus told me that the procedure was: - You open an issue about a non Pharo package. - You do your changes - You save your changes on the project's smalltalkhub (For example www.smalltalkhub.com/#!/~Pharo/Athens/main, and if you don't have the right send a mail on the mailing list to have them

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread Sven Van Caekenberghe
Hi Marcus, Images (and changes and sources) files are (should be) x-platform. What you experience is a bug. We need an exact bug report so that we can reproduce this (I assume that this won't happen with a 'virgin' image). Sven > On 30 May 2015, at 14:02, mtk wrote: > > Hi, > I am just play

[Pharo-users] Transfer image between OSes

2015-05-30 Thread mtk
Hi, I am just playing around with Pharo and now I wanted to take my Image (together with the .changes file) and transfer it from Windows to Linux. Under Linux I can start my .image and everything looks like on Win, but as soon as I go to the System->Settings Menu there is a error. I tried to look i

Re: [Pharo-users] Slice for a non Pharo package ?

2015-05-30 Thread Nicolai Hess
I or one of the other athens maintainer can include the fix in the athens repository and create a new configuration for integration in the main image. 2015-05-30 12:47 GMT+02:00 Matthieu Lacaton : > Hello, > > I reported a bug on Athens here : https://pharo.fogbugz.com/f/cases/15640/ > > I also

Re: [Pharo-users] Slice for a non Pharo package ?

2015-05-30 Thread Sergio Fedi
Don't worry about the question. I'm interested in this too. ​

[Pharo-users] Slice for a non Pharo package ?

2015-05-30 Thread Matthieu Lacaton
Hello, I reported a bug on Athens here : https://pharo.fogbugz.com/f/cases/15640/ I also created a slice to solve it by following the Pharo fogbugz video tutorial. But then I realized that Athens is not present in Pharo/main so it would not make sense to commit the slice into the Pharo Inbox. Wh

Re: [Pharo-users] Reddit example

2015-05-30 Thread Sven Van Caekenberghe
Did you follow the detailed instructions in the appendix of https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740 ? There is even a pre-built image. BTW, you are mixing packages & configurations. Sven > On 30 May 2015, at 01:11, recursiv...@gmail.com wrote: >