Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Norbert Hartl
> Am 30.06.2016 um 01:26 schrieb Dale Henrichs > : > > > >> On 6/29/16 3:44 PM, Ben Coman wrote: >> On Thu, Jun 30, 2016 at 3:04 AM, Dale Henrichs >> wrote: >>> On 6/29/16 1:00 AM, Thierry Goubier wrote: Le 29/06/2016 00:55, Dale Henrichs a écrit : ... > I'm pretty certai

Re: [Pharo-users] [ANN]Windows previewer / switcher for Pharo

2016-06-29 Thread stepharo
Julien it may be good to put all the preview morphs on top of a blurry translucent morph so that we clearly identify them but still see the background Stef Le 29/6/16 à 23:42, Nicolai Hess a écrit : Hi Julien, yes, finding a shortcut satisfying all users (for all different platforms) i

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Ben Coman
On Thu, Jun 30, 2016 at 7:26 AM, Dale Henrichs wrote: > > > On 6/29/16 3:44 PM, Ben Coman wrote: >> >> On Thu, Jun 30, 2016 at 3:04 AM, Dale Henrichs >> wrote: >>> >>> >>> On 6/29/16 1:00 AM, Thierry Goubier wrote: Le 29/06/2016 00:55, Dale Henrichs a écrit : > > ... >>

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 3:44 PM, Ben Coman wrote: On Thu, Jun 30, 2016 at 3:04 AM, Dale Henrichs wrote: On 6/29/16 1:00 AM, Thierry Goubier wrote: Le 29/06/2016 00:55, Dale Henrichs a écrit : ... I'm pretty certain the MCLazyVersionInfo is the real culprit here ... while reading the code I recogni

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Ben Coman
On Thu, Jun 30, 2016 at 3:04 AM, Dale Henrichs wrote: > > > On 6/29/16 1:00 AM, Thierry Goubier wrote: >> >> Le 29/06/2016 00:55, Dale Henrichs a écrit : >>> >>> >> ... >>> I'm pretty certain the MCLazyVersionInfo is the real culprit here ... >>> while reading the code I recognized that

Re: [Pharo-users] If you have to do web data scraping, what tool would you use?

2016-06-29 Thread PBKResearch
Bernardo Being now retired, I do programing just for intellectual stimulation. Your problem looked as though it would provide more interest than cryptic crosswords or Sudoku, and it touches on areas of Pharo use that I have some experience with. So… The attached file, BernardoDemo.st, sh

Re: [Pharo-users] [ANN]Windows previewer / switcher for Pharo

2016-06-29 Thread Nicolai Hess
Hi Julien, yes, finding a shortcut satisfying all users (for all different platforms) is not easy, see 15546 alt+tab does not work correctly and 17924 Switch

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Sven Van Caekenberghe
> On 29 Jun 2016, at 09:45, Joachim Tuchel wrote: > > Ben, > > > Ben Coman hat am 29. Juni 2016 um 09:40 geschrieben: > > Your questions are significant. The standard library should not be > > complicated by trying to handle undefined missing fields from a row. > > Such a file is simply invali

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 6:30 AM, Nicolas Passerini wrote: Thank you Thierry! I have more questions inline. On Wed, Jun 29, 2016 at 10:44 AM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: All the Monticello GUI : track down version numbers to order stuff in the lists views everywhere

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 5:30 AM, Thierry Goubier wrote: Le 29/06/2016 12:57, Ben Coman a écrit : On Wed, Jun 29, 2016 at 4:00 PM, Thierry Goubier wrote: Le 29/06/2016 00:55, Dale Henrichs a écrit : ... I'm pretty certain the MCLazyVersionInfo is the real culprit here ... while reading the code I

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 1:00 AM, Thierry Goubier wrote: Le 29/06/2016 00:55, Dale Henrichs a écrit : ... I'm pretty certain the MCLazyVersionInfo is the real culprit here ... while reading the code I recognized that many of the basic patterns were exactly as I had remembered them from years ago ... ho

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 1:44 AM, Thierry Goubier wrote: Hi Nicolas, Le 29/06/2016 10:24, Nicolas Passerini a écrit : Hi Dale, Therry, I am working on a libgit-based git integration for Pharo and I am facing the same problem about version numbers. So maybe I can help you if you are working on that. How i

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 1:24 AM, Nicolas Passerini wrote: Hi Dale, Therry, I am working on a libgit-based git integration for Pharo and I am facing the same problem about version numbers. So maybe I can help you if you are working on that. I had the same idea as Dale, using short SHAs instead of correlativ

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 1:09 AM, Thierry Goubier wrote: Dale, Le 29/06/2016 00:55, Dale Henrichs a écrit : ... Actually, Metacello has a registry of loaded projects (baselines and configurations) and using Metacello it is possible to determine which pacakges belong to which projects etc. so it is not

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Thierry Goubier
Le 29/06/2016 15:30, Nicolas Passerini a écrit : Thank you Thierry! I have more questions inline. On Wed, Jun 29, 2016 at 10:44 AM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: All the Monticello GUI : track down version numbers to order stuff in the lists views everywhere

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/29/16 1:05 AM, Thierry Goubier wrote: Dale, you're right, the monticello.meta directory is kept, in part because I wasn't sure I could get rid of some of the information in some files in that directory (dependencies, initializers). Since those files don't usually create conflicts with

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Dale Henrichs
On 6/28/16 10:22 PM, Thierry Goubier wrote: Hi Dale, Le 29/06/2016 01:50, Dale Henrichs a écrit : Thierry, Okay ... it is "working" now ... I was also misled by the fact that you are continuing to fabricate Monticello version numbers which presumably cannot be relied upon in any way. Tugrik

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Alexandre Bergel
Ah okay! I understand better now. Thanks Sven! Alexandre > On Jun 29, 2016, at 12:33 PM, Sven Van Caekenberghe wrote: > > >> On 29 Jun 2016, at 16:00, Alexandre Bergel wrote: >> >> Thanks Sebastian! >> >> Apparently, it is related to UTF encoding. > > To be more correct: the resource (fil

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Sven Van Caekenberghe
> On 29 Jun 2016, at 16:00, Alexandre Bergel wrote: > > Thanks Sebastian! > > Apparently, it is related to UTF encoding. To be more correct: the resource (file) is served (by github) with a content-type of 'application/octet-stream', which means it should be interpreted as pure bytes. Maybe

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Alexandre Bergel
Thanks Sebastian! Apparently, it is related to UTF encoding. The following code works well c := (ZnEasy get: 'https://github.com/sudar/pig-samples/raw/master/data/tweets.csv') contents. c := ZnCharacterEncoder utf8 decodeBytes: c. content := c readStream. lines := (NeoCSVReader on: content) s

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Alexandre Bergel
Thanks for all your comments Alexandre > On Jun 29, 2016, at 3:45 AM, Joachim Tuchel wrote: > > Ben, > > > Ben Coman hat am 29. Juni 2016 um 09:40 geschrieben: > > Your questions are significant. The standard library should not be > > complicated by trying to handle undefined missing fields

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Nicolas Passerini
Thank you Thierry! I have more questions inline. On Wed, Jun 29, 2016 at 10:44 AM, Thierry Goubier wrote: > All the Monticello GUI : track down version numbers to order stuff in the > lists views everywhere. > So, if we built a new GUI which does not rely on those version numbers maybe we coul

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Thierry Goubier
Le 29/06/2016 12:57, Ben Coman a écrit : On Wed, Jun 29, 2016 at 4:00 PM, Thierry Goubier wrote: Le 29/06/2016 00:55, Dale Henrichs a écrit : ... I'm pretty certain the MCLazyVersionInfo is the real culprit here ... while reading the code I recognized that many of the basic patterns wer

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Ben Coman
On Wed, Jun 29, 2016 at 4:00 PM, Thierry Goubier wrote: > Le 29/06/2016 00:55, Dale Henrichs a écrit : >> >> > ... >>> >>> >> I'm pretty certain the MCLazyVersionInfo is the real culprit here ... >> while reading the code I recognized that many of the basic patterns were >> exactly as I had rememb

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Thierry Goubier
Hi Nicolas, Le 29/06/2016 10:24, Nicolas Passerini a écrit : Hi Dale, Therry, I am working on a libgit-based git integration for Pharo and I am facing the same problem about version numbers. So maybe I can help you if you are working on that. How is the libgit integration going? I had the sa

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Nicolas Passerini
Hi Dale, Therry, I am working on a libgit-based git integration for Pharo and I am facing the same problem about version numbers. So maybe I can help you if you are working on that. I had the same idea as Dale, using short SHAs instead of correlative numbers, but I didn't have the time yet to got d

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Thierry Goubier
Dale, Le 29/06/2016 00:55, Dale Henrichs a écrit : ... Actually, Metacello has a registry of loaded projects (baselines and configurations) and using Metacello it is possible to determine which pacakges belong to which projects etc. so it is not necessary to "register packages with a projec

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Thierry Goubier
Dale, you're right, the monticello.meta directory is kept, in part because I wasn't sure I could get rid of some of the information in some files in that directory (dependencies, initializers). Since those files don't usually create conflicts with git, it seemed Ok. Thierry Le 29/06/2016 01

[Pharo-users] Pharo Sprint Friday, 29 July

2016-06-29 Thread Marcus Denker
We will organize a Pharo sprint / Moose dojo Friday, 29 July, starting at 10:00am. (Local Time Paris/Berlin/….). Remotely, you can join us on Slack or the IRC channel #pharo on irc.freenode.net server. During the sprint, we will try to synchronize local and remote Pharo

Re: [Pharo-users] How do I convert a FileTree project to Metadataless GitFileTree project?

2016-06-29 Thread Thierry Goubier
Le 29/06/2016 00:55, Dale Henrichs a écrit : ... I'm pretty certain the MCLazyVersionInfo is the real culprit here ... while reading the code I recognized that many of the basic patterns were exactly as I had remembered them from years ago ... however ... MCLazyVersionInfo this puppy with it

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Joachim Tuchel
Ben, > Ben Coman hat am 29. Juni 2016 um 09:40 geschrieben: > Your questions are significant. The standard library should not be > complicated by trying to handle undefined missing fields from a row. > Such a file is simply invalid. > cheers -ben I fully agree, I just wanted to give an example o

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Ben Coman
On Wed, Jun 29, 2016 at 3:13 PM, Joachim Tuchel wrote: > I guess Seb is right. > The file cannot be read by Excel as well. So without having analysed this > any further, it seems to me like the number of fields differs from row to > row. NeoCSV does not handle this kind of "edge case". By defintio

Re: [Pharo-users] Issue with NeoCSVReader

2016-06-29 Thread Joachim Tuchel
I guess Seb is right. The file cannot be read by Excel as well. So without having analysed this any further, it seems to me like the number of fields differs from row to row. NeoCSV does not handle this kind of "edge case". By defintion, each row in CSV has the same number of fields - even if you c