Re: [Pharo-users] Lost in stream

2018-06-16 Thread Hilaire
Sometime you just need a good sleep, which I was fortunate to have. My newer code append contents to existing file, so it lead to corrupted files at the end. Ensuring it is deleted first solved the problem: (location  asFileReference / filename) ensureDelete binaryWriteStreamDo: [ :fileStream

[Pharo-users] Tonel Fileout

2018-06-16 Thread Ben Coman
How can a fileout/filein be done using Tonel format? In the first case as a script? and secondly as a possible menu option for Pharo? This is to facilitate transfer of student coding exercises for Exercism. http://exercism.io/languages/pharo/launch Could Tonel handle a full package export in one

Re: [Pharo-users] Tonel Fileout

2018-06-16 Thread Hilaire
Hi Ben, I am not sure, but the purpose of Tonel is to propose a file representation of "one class=one file". In that case, does exporting a whole package in one file with the Tonel notation exist or make sense? Why not using Fileout st files to transfer the code? (RPackage named: 'DrGeoII-

Re: [Pharo-users] [Pharo-dev] @pharoproject: > 2000 followers

2018-06-16 Thread Tudor Girba
Great news! Doru > On Jun 15, 2018, at 11:11 AM, Marcus Denker wrote: > > @pharoproject on twitter now has >2000 followers: > https://twitter.com/pharoproject -- www.tudorgirba.com www.feenk.com "Yesterday is a fact. Tomorrow is a possibility. Today is a challenge."

Re: [Pharo-users] Tonel Fileout

2018-06-16 Thread Ben Coman
Le 16/06/2018 à 10:43, Ben Coman a écrit : > How can a fileout/filein be done using Tonel format? > In the first case as a script? > and secondly as a possible menu option for Pharo? > > This is to facilitate transfer of student coding exercises for Exercism. > http://exercism.io/languages/pharo/

Re: [Pharo-users] [ann] gt documenter

2018-06-16 Thread Tudor Girba
Hi, If Moz2D is installed, the fonts should work fine. Can you please try the installation again? And if it does not work, please let me know if in Settings Browser / Appearance / Bloc / Preferable Sparta renderering backend you see Moz2D or not. Cheers, Doru > On Jun 15, 2018, at

[Pharo-users] NeoJSON extension - easier list handling with NeoJSONPropertyMapping

2018-06-16 Thread Ben Coman
hi Sven, With NeoJSON I have found several times in handling lists that I need to indirect through #for:customDo: like this.. reader for: ExercismProblems do: [ :mapping | self halt. (mapper mapInstVar: #problems) valueSchema: #ArrayOfProblems ]. reader for: #ArrayOfProblems customDo: [ :m

Re: [Pharo-users] NeoJSON extension - easier list handling with NeoJSONPropertyMapping

2018-06-16 Thread Sven Van Caekenberghe
Hmm, Ben, Did you see NeoJSONCustomMapping's mapping method category ? There you can already find #listOfElementSchema: #listOfType: #listOfType:andElementSchema: as well as #mapWithValueSchema: I am guessing they do what you want, no ? Or am I missing something as well ? Sven > On 16 Jun 201

Re: [Pharo-users] Tonel Fileout

2018-06-16 Thread Esteban Lorenzano
> On 16 Jun 2018, at 16:38, Ben Coman wrote: > > Le 16/06/2018 à 10:43, Ben Coman a écrit : > How can a fileout/filein be done using Tonel format? > In the first case as a script? > and secondly as a possible menu option for Pharo? > > This is to facilitate transfer of student coding exercises

[Pharo-users] Smalltalk Programming Competition

2018-06-16 Thread horrido
FYI, I am trying to jumpstart a Smalltalk programming competition. Read all about it here. My plan is to use Pharo for this competition, even if it makes companies like Cincom and Instantiations unhappy. Any suppo

Re: [Pharo-users] Tonel Fileout

2018-06-16 Thread Tim Mackinnon
Not quite the same usecase . But on github it’s a brilliant format for a side project - I can hack code on the tube on my phone with a build ci server to report the results when I surface (very lazy programming, but with a family and limited time - needs must) . Tim Sent from my iPhone > On 1

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-16 Thread Tim Mackinnon
I don’t think it would make Cincom and instantiations unhappy - they recognise how Pharo and Oss feed an interesting pipeline - if you need more support or just commercial backing, they can offer that (not that Pharo can’t - but it’s a handy symbiotic relationship that seems to work well) Tim

[Pharo-users] Windows installation broken?

2018-06-16 Thread horrido
Someone told me that they had difficulties installing Pharo under Windows. So I had to see for myself. I booted my Mac mini into Windows 7 Ultimate (using Boot Camp), downloaded and installed Pharo Launcher. That person was indeed correct. The Windows version of Pharo is badly broken. I created i

Re: [Pharo-users] Windows installation broken?

2018-06-16 Thread Travis Ayres
The launcher is broken for me as well. On Sat, Jun 16, 2018 at 8:40 PM, horrido wrote: > Someone told me that they had difficulties installing Pharo under Windows. > So > I had to see for myself. > > I booted my Mac mini into Windows 7 Ultimate (using Boot Camp), downloaded > and installed Pharo

Re: [Pharo-users] Windows installation broken?

2018-06-16 Thread Hernán Morales Durand
It is broken. I always use the ZeroConf CLI through wget or curl. Cheers, Hernan El dom., 17 jun. 2018 a las 0:40, horrido () escribió: > > Someone told me that they had difficulties installing Pharo under Windows. So > I had to see for myself. > > I booted my Mac mini into Windows 7 Ultimate (us