Re: [Pharo-users] Pharo starts completely minimized

2017-07-07 Thread Stephane Ducasse
pharo-ui is a script. On Fri, Jul 7, 2017 at 9:36 PM, Andreas Sunardi wrote: > Where did I see this pharo-ui? I thought I saw it before. I never used it, I > always use 'pharo' script/executable, but now I can't find it. I checked > windows(P5/P6). linux(P5/P6), mac(P6) and I don't find this phar

Re: [Pharo-users] Pharo starts completely minimized

2017-07-07 Thread Stephane Ducasse
Yes this happens to me too. Can you add a bug entry? Stef On Fri, Jul 7, 2017 at 9:36 PM, Andreas Sunardi wrote: > Where did I see this pharo-ui? I thought I saw it before. I never used it, I > always use 'pharo' script/executable, but now I can't find it. I checked > windows(P5/P6). linux(P5/P6

Re: [Pharo-users] installing iceberg

2017-07-07 Thread Stephane Ducasse
Sergio You should pay attention we discovered incompatibilities in the libgit lib. So we will produce a Pharo 6.0.1. Now did you try the latest VM because it should contain the latest version of the plugin. Now I do not know what is the status of the of the 64bits. Sven mentioned that he was usin

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-07 Thread Sabine Manaa
Hi Thierry, changing my hostname into lowercase letters and changing from :spf to /spf fixed all my issues. The config file is read and so, the right port is found :-) This is so great, thank you all very much. I can proceed then wit the startup files. Regards Sabine 2017-07-08 0:09 GMT+02:00

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-07 Thread Thierry Goubier
Hi Sabine, as far as I remember when I implemented it, the use of a config file shouldn't be an issue, because GitFileTree rewrites exactly the git@SPF_GITLAB the way you would expect, as long as it manages to identify correctly the parts in the URL (and to identify those parts, it relies on

Re: [Pharo-users] installing iceberg

2017-07-07 Thread Tim Mackinnon
There are known problems with iceberg in 64bit pharo6. If you don't yet need 64bit (and you probably don't) - I would say stick to 32bit and get more familiar with things. Soon there will be Pharo 6.1 and then you can upgrade if you need it. Tim Sent from my iPhone > On 7 Jul 2017, at 02:06,

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-07 Thread Sabine Manaa
Hi Thierry, Gabriel and Peter, thank you very much. First I had a look at this because it would be nice to load directly from Gitlab (with then generating a local repository automatically): spec repository: 'gitfiletree://gitlab.intra.example.com/ANiceLib:master/ placeWhereAreThePackages'; I did

Re: [Pharo-users] Pharo starts completely minimized

2017-07-07 Thread Andreas Sunardi
Where did I see this pharo-ui? I thought I saw it before. I never used it, I always use 'pharo' script/executable, but now I can't find it. I checked windows(P5/P6). linux(P5/P6), mac(P6) and I don't find this pharo-ui. There's -iconic (Pharo 5) and --iconic (Pharo 6) options. $ pharo --help | gr

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
Hey, Denis.. Thanks SO MUCH for all of your help over the past few days.. I think I have my PharmIDE all set up correctly now, and it’s doing just fine.. Thank you for all your work on this project.. i will evangelize for sure! On July 7, 2017 at 11:07:34 AM, Denis Kudriashov (dionisi...@gmai

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-07 Thread Peter Uhnak
Hi, I had similar issues when using gitfiletree... and in the end I've ended up with this https://github.com/peteruhnak/pharo-scripts/blob/master/config/5.0/openponk-autoload.st it is not the prettiest thing, however it is automated so I didn't bother improving it. * automatically loads GitF

Re: [Pharo-users] How to view hierarchy of multiple classes in a package?

2017-07-07 Thread Denis Kudriashov
Hi Tim. Just remembered this thread. In latest Calypso you are able select multiple classes and switch to hierarchy. It will show "composite" hierarchy of all classes instead of single one. So if you select all classes (cmd+a) you will get desired behaviour, 2016-12-27 17:44 GMT+01:00 Tim Mackin

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
Yes! i tried just sending over a regular save..  let me rebuilt it, and send the correct gig over.. thanks! On July 7, 2017 at 11:07:34 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: How you saved image?  Doing it from remote playground will lead to such problem because evaluation expect

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread Denis Kudriashov
2017-07-07 15:58 GMT+02:00 sergio ruiz : > Correct.. Ok. So server image was saved with running server, right? And actually it was saved with connected client. Error shows that after image was saved communication with client was continued. But when server restarts client is not connected to it a

[Pharo-users] Fwd: How does instant update work in Pharo?

2017-07-07 Thread Offray Vladimir Luna Cárdenas
Hi, Grafoscopio brings inspiration from IPython/Jupyter[1][2], Leo and, of course, Pharo/Smalltalk (among others). Recently Edward Ream, the main force behind Leo, asked my about the internals of Pharo and I would like to give him a better answer that the one I gave[4] with pointers to detailed li

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-07 Thread Gabriel Cotelli
Hi Sabine, for your own baseline you don't need to specify a repository. Just load it with something like: Metacello new baseline: 'RLA24'; repository: 'filetree://disklocation/repository'; load: 'Group To Load' Also you can have local copies of your dependencies in case you don't want to use an

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-07 Thread Thierry Goubier
Hi Sabine, I have makefiles to do the sort of thing you describe automatically (build an image from local, git managed repositories) and a baseline: I write stuff like ./pharo-cli pharo/Pharo.image --no-default-preferences eval --save Metacello new baseline: \'MyProject\'\; repository:\'gitfiletr

[Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-07 Thread Sabine Manaa
Hi, we have our own gitlab running now and I succeeded to move our code from sthub to it. I can push my new code into it from Pharo. All fine. I also created a Baseline (based on my former configurationOf). Loading the code from others (e.g. seaside) with this baseline is also fine. There are 2 P

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
Correct.. it looks like the root of the problem is:  OPTimedOutError On July 7, 2017 at 9:40:21 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: And the error which you show is on server side? peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessag

Re: [Pharo-users] Should I be running 32bit or 64bit pharo 6?

2017-07-07 Thread sergio ruiz
I have just been doing: wget -O- get.pharo.org/64 | bash is this ok? On July 7, 2017 at 9:50:21 AM, Alistair Grant (akgrant0...@gmail.com) wrote: If you're on Ubuntu, the snap install includes the 32bit dependencies. Instructions are in https://pharo.fogbugz.com/f/cases/20147 (From my phone)

Re: [Pharo-users] Should I be running 32bit or 64bit pharo 6?

2017-07-07 Thread Alistair Grant
If you're on Ubuntu, the snap install includes the 32bit dependencies. Instructions are in https://pharo.fogbugz.com/f/cases/20147 (From my phone) Cheers, Alistair On 7 Jul. 2017 14:06, "sergio ruiz" wrote: I am running the remote (live server - linux) and my development machine(macOS) 64bit.

Re: [Pharo-users] Should I be running 32bit or 64bit pharo 6?

2017-07-07 Thread Denis Kudriashov
2017-07-07 14:06 GMT+02:00 sergio ruiz : > I am running the remote (live server - linux) and my development > machine(macOS) 64bit.. Just to notice, remote tools support all scenarios: all 64bits, all 32bits, 32bits client/64bits server and 64bits client/32bits server

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread Denis Kudriashov
2017-07-07 14:09 GMT+02:00 sergio ruiz : > It is a teapot app.. > > i start it by doing something like: > > ./pharo Pharo.image —no-quit & > > after a few minutes, it becomes unresponsive, and in the terminal, i get a > stack trace, and the pharo is no longer running.. > And the error which you s

Re: [Pharo-users] Updating my remote pharo to latest codebase..

2017-07-07 Thread sergio ruiz
Sounds perfect.  Thanks! On July 7, 2017 at 4:46:17 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: So idea is to script updating peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.Village-Buzz

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
It is a teapot app..  i start it by doing something like: ./pharo Pharo.image —no-quit & after a few minutes, it becomes unresponsive, and in the terminal, i get a stack trace, and the pharo is no longer running.. On July 7, 2017 at 4:48:53 AM, Denis Kudriashov (dionisi...@gmail.com) wrote:

Re: [Pharo-users] Should I be running 32bit or 64bit pharo 6?

2017-07-07 Thread sergio ruiz
I am running the remote (live server - linux) and my development machine(macOS) 64bit.. On July 7, 2017 at 4:51:05 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: It depends on you. 64bits makes linux installation easy - no need to thing about 32bits dependency.   peace, sergio photogra

[Pharo-users] Debugger driven development workshop in Berlin next tuesday

2017-07-07 Thread stephan
Hi, Next tuesday, Diego and I will do a small workshop on debugger-driven-development at the Object Group Berlin Meetup. No smalltalk experience is assumed. Please feel free to join us. https://www.meetup.com/de-DE/Object-Group-Berlin/events/240920099/ Stephan

Re: [Pharo-users] Should I be running 32bit or 64bit pharo 6?

2017-07-07 Thread Denis Kudriashov
2017-07-07 3:08 GMT+02:00 sergio ruiz : > Hey all.. > > My questions about iceberg got me wondering if i should be running pharo > 32bit or 64bit.. > It depends on you. 64bits makes linux installation easy - no need to thing about 32bits dependency.

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread Denis Kudriashov
Hi 2017-07-07 4:17 GMT+02:00 sergio ruiz : > Hi, all.. > > I have install PharmIDE on this, and my project… and my project keeps > dying.. I am getting the following stack trace.. > any ideas? > What do you mean by keeps dying? Is it only about connecting by PharmIDE? Or your domain code have so

Re: [Pharo-users] Updating my remote pharo to latest codebase..

2017-07-07 Thread Denis Kudriashov
2017-07-07 10:44 GMT+02:00 Denis Kudriashov : > Hi. > > You can just open remote playground and evaluate > ConfigurationOfYourProject loadDevelopment (or similar). > So idea is to script updating

Re: [Pharo-users] Updating my remote pharo to latest codebase..

2017-07-07 Thread Denis Kudriashov
Hi. You can just open remote playground and evaluate ConfigurationOfYourProject loadDevelopment (or similar). Notice that when you will save image after that Pharm server will be automatically running after restart 2017-07-06 22:55 GMT+02:00 sergio ruiz : > > Hi, all.. > > I think have most ever