Re: [Pharo-users] GitFileTree repository creation crashes Pharo

2017-03-11 Thread Thierry Goubier
Hi Jan, thanks for that insight. It is a good knowledge item you found there, about that 32bits to 64bits failure. Regards, Thierry Le 12/03/2017 à 01:33, Jan Blizničenko a écrit : I followed my thought about git program and then it occured to me - I forgot I had installed 64bit version of

[Pharo-users] FW: New Version of Pillar on Windows

2017-03-11 Thread mldavis
I'm not sure this got through. I got a bounce back from stephar...@free.fr. -Original Message- From: mlda...@chaparralwest.com [mailto:mlda...@chaparralwest.com] Sent: Friday, March 10, 2017 1:01 PM To: 'stepharong' ; 'pharo-users@lists.pharo.org' Subject: RE: [Pharo-users] New Version

Re: [Pharo-users] GitFileTree repository creation crashes Pharo

2017-03-11 Thread Jan Blizničenko
I followed my thought about git program and then it occured to me - I forgot I had installed 64bit version of git :) Replaced it by 32bit and GitFileTree is working. Thank you and sorry for taking your time. Jan Dne 12.03.2017 v 1:29 Jan Blizničenko napsal(a): > > Hello and thanks for reply >

Re: [Pharo-users] GitFileTree repository creation crashes Pharo

2017-03-11 Thread Jan Blizničenko
Hello and thanks for reply No, no crash.dmp and nothing in PharoDebug.log or stderr. Not even any error message window like I remember from using GitFileTree those 2 years ago. I tried Iceberg too, but I came to problems with git authentication (git error "authentication required but no callba

Re: [Pharo-users] GitFileTree repository creation crashes Pharo

2017-03-11 Thread Thierry Goubier
Hi Jan, Le 11/03/2017 à 23:15, Jan Blizničenko a écrit : Hello I decided to give another try to GitFileTree. My last try was 2 years ago, but I had to revert to simple filetree because of frequent crashes while saving to gitfiletree repository on Windows. Today my attempt ended much more quick

[Pharo-users] GitFileTree repository creation crashes Pharo

2017-03-11 Thread Jan Blizničenko
Hello I decided to give another try to GitFileTree. My last try was 2 years ago, but I had to revert to simple filetree because of frequent crashes while saving to gitfiletree repository on Windows. Today my attempt ended much more quickly. What I did and what was the result? 1) Downloaded Pharo

[Pharo-users] Spec way to embed something into Scrollable Wrapper

2017-03-11 Thread Peter Uhnak
Hi, is there a Spec way to take something and embed it into scrollable pane? I haven't seen anything like that in Spec itself (List/Tree that has scrollbar has it on Morphic side); but maybe there is a way to embed Spec inside some Morph and then embed the Morph back into Spec? Obviously that'

Re: [Pharo-users] [Pharo-dev] Mini Pharo -> JavaScript translator?

2017-03-11 Thread David T. Lewis
On Sat, Mar 11, 2017 at 06:16:26AM +0100, H. Hirzel wrote: > On 3/10/17, Alexandre Bergel wrote: > > Hi! > > > > Is there a simple way to translate Pharo code into Javascript? > > There is Pharo JS, but I cannot load it in Pharo 6. There is the amber > > compiler, but I cannot find a version for P