Re: [Pharo-users] Some interesting datasets | https://numeracy.co

2016-08-09 Thread sirwart
Hey Sven, I put together that dataset and the latin-1 encoding was an oversight. Sorry! I fixed it so it's UTF-8 like it should have been from the start. You might have to remove the latin-1 decoder from the cities.csv snippet to decode it properly. Brian -- View this message in context: htt

[Pharo-users] Some interesting datasets | https://numeracy.co

2016-08-09 Thread Sven Van Caekenberghe
Hi, I know a lot of people are interested in (public) datasets (to use as examples). The website https://numeracy.co contains a (small) number of interesting ones. Here is how to access them using NeoCSV. (NeoCSVReader on: 'https://numeracy.co/standard-library/us-population/states.csv' asUrl

[Pharo-users] Final CFP: DSLDI'16 at SPLASH

2016-08-09 Thread Tijs van der Storm
* FINAL CALL FOR TALK PROPOSALS DSLDI 2016 Fourth Workshop on Domain-Specific Language Design and Implementation October 31, 2016 Amsterdam, Netherlands Co-located with SPLASH http://2016.splashcon.org/track/dsldi2016 https://t

Re: [Pharo-users] How to wrap text in labels?

2016-08-09 Thread Tommaso Dal Sasso
On 08/08/16 13:04, Nicolai Hess wrote: 2016-08-08 12:27 GMT+02:00 Tommaso Dal Sasso mailto:tommaso.dalsa...@gmail.com>>: Hello everybody, I was wondering, is there a way to wrap text inside a Morphic/Bloc label? I am building a list of text elements, but I am not able to wra