Re: [Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Vitor Medina Cruz
Yes, it can resolve. On Tue, Jun 19, 2018 at 1:30 PM, Esteban Lorenzano wrote: > have you tested your windows can resolve localhost? > I’m not a regular windows user, but I remember time ago this was not > evident on windows systems. > > Esteban > > > On 19 Jun 2018, at 18:23, Vitor Medina Cruz

Re: [Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Vincent.Blondeau
Great! Could you create a bug report with the stack trace here: https://pharo.fogbugz.com/f/cases/new ? It should be an issue with the socket library under x64. Drag and drop the file into the image ;) However the classes should be the same, otherwise you’ll get an error. That’s why I asked

Re: [Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Vitor Medina Cruz
Done! https://pharo.fogbugz.com/f/cases/22177/Pharo-7-proxy-problem On Tue, Jun 19, 2018 at 3:55 PM, wrote: > Great! > > > > Could you create a bug report with the stack trace here: > https://pharo.fogbugz.com/f/cases/new ? > > It should be an issue with the socket library under x64. > > > >

Re: [Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Vincent.Blondeau
Hi, Could you send the serialized stack of your primitive failure? [cid:image001.png@01D407C1.C9C68460] And the version of Pharo you are using? Thanks, Vincent Blondeau From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Vitor Medina Cruz Sent: Tuesday, June 19, 2018

Re: [Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Vitor Medina Cruz
Oh! on 32 bits version worked \o/, just tested it now. On Tue, Jun 19, 2018 at 3:43 PM, Vitor Medina Cruz wrote: > I just download it using Pharo Launcher > > > > > Out of curiosity, how do I deserialize it into an image? :) > > > On Tue, Jun 19, 2018 at 3:36 PM, wrote: > >> Hi, >> >> >> >>

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Tim Mackinnon
Ah - I didn’t think to look in the repair menu, now I see what you guys are talking about - the nomenclature threw me (maybe that’s ok if its there). Tim > On 19 Jun 2018, at 17:40, Guillermo Polito > wrote: > > Ok, I confirm. Actually I think that never

[Pharo-users] Nice catchy video for covering Pharo capability

2018-06-19 Thread Andrei Stebakov
Could you suggest a nice video for a presentation to showcase Pharo as a nice language for data visualization? Thanks, Andrei

[Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Vitor Medina Cruz
Hello, I decided to give a try on Pharo 7 and see how iceberg is doing on windows :) Pharo launcher is working fine by the way — I had some problems with it in the past, but it seems more stable now. Well, if using windows isn't bad enought I am behind a proxy, so I use cntlm and my

Re: [Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Esteban Lorenzano
have you tested your windows can resolve localhost? I’m not a regular windows user, but I remember time ago this was not evident on windows systems. Esteban > On 19 Jun 2018, at 18:23, Vitor Medina Cruz wrote: > > Hello, > > I decided to give a try on Pharo 7 and see how iceberg is doing

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Guillermo Polito
Ok, I confirm. Actually I think that never worked. The create branch option is only available from the repair action. I've opened an issue: https://github.com/pharo-vcs/iceberg/issues/871 I think it would be nice to show all valid options (including the ones in the repair button) in the context

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Tim Mackinnon
Hi guys - I got build 1072 using Pharo Launcher (I like to know what build I’m using - but maybe I should pick stable and just date stamp my image?) Anyway just tried the latest 1077 and followed the steps I described (although using my caught up branch) - when I right click on the detached

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Guillermo Polito
Ah! Yes, in the Pharo plugin you have just that option. What we were saying with Esteban is that if you go to the *Repair* and then *Create new Branch* you should have it. But in the main menu you don't have a "Checkout branch" option? That's then maybe a bug, I'll check. On Tue, Jun 19, 2018 at

Re: [Pharo-users] Pharo 7 proxy problem

2018-06-19 Thread Vincent.Blondeau
Thank you! Vincent From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Vitor Medina Cruz Sent: Tuesday, June 19, 2018 12:10 To: Any question about pharo is welcome Subject: Re: [Pharo-users] Pharo 7 proxy problem Done!

Re: [Pharo-users] Nice catchy video for covering Pharo capability

2018-06-19 Thread Offray Vladimir Luna Cárdenas
Hi, On 19/06/18 17:13, Andrei Stebakov wrote: > Could you suggest a nice video for a presentation to showcase Pharo as > a nice language for data visualization? > > Thanks, > Andrei > I like the video Software as a Graph[1], which inspired me to do Grafoscopio[2]. Some blog post (not in video

[Pharo-users] How to contribute to Calypso when it relies on pharo-core editors?

2018-06-19 Thread Tim Mackinnon
Hi - so in trying to improve the sendersof/implementors of - I thought I had nailed it (and got working what I had done in Pharo 6 for Pharo 7) - but when I loaded my commit into a fresh image I realised that none of the (minor) changes I had made to Calypso had been committed. This is

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Guillermo Polito
Hi, On Tue, Jun 19, 2018 at 2:26 PM Tim Mackinnon wrote: > Hi - a few weeks ago, I contributed a tiny fix to Pharo 7 -and the > instructions seemed to work really well. > > I’ve since come back to try and do some more over lunch (I was thinking > I’d like to dig out the changes I worked out for

Re: [Pharo-users] Project dependency management with Iceberg

2018-06-19 Thread Guillermo Polito
Hi, On Tue, Jun 19, 2018 at 3:16 PM Vitor Medina Cruz wrote: > Hello, > > How do I do project dependency management with Iceberg? > This is still Metacello. > I tried sometime ago but I was unable to understand how it work together > with Metacello, is there some tutorial available? > Well,

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Christophe Demarey
Hi Norbert, > Le 19 juin 2018 à 14:06, Norbert Hartl a écrit : > > I have no use for an environment where people only care about coding new cool > stuff. If it would be like this I would quit all my pharo businesses, move to > mainstream and would use pharo only for hobbyist projects because

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

2018-06-19 Thread Offray Vladimir Luna Cárdenas
Hi, I will (once I have deliver my PhD thesis on upcoming June 25th). There is any place where Moz2D installation is documented? Being a such integral part of the font rendering capabilities of Documenter I couldn't find any place in its documentation dealing with Moz2D as prerequisite and

[Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-19 Thread Christophe Demarey
Hi all, I just released PharoLauncher 1.2. It includes a new windows installer that you can use without administrator privileges as well as binary signing for OS X and Windows. Also, Pharo Launcher is not anymore identified as ‘Pharo’ application and comes with its own icon. Here is the

[Pharo-users] Pharo Sprints second half 2018

2018-06-19 Thread Marcus Denker
Pharo Sprints second half 2018 We organise one Pharo “Sprint” per month were we meet to work on boring issue tracker entries together. Goals of the next sprints: - Fix issues for Pharo7 - Backport important fixes to Pharo6 - Clean issue tracker to prepare for release

[Pharo-users] Project dependency management with Iceberg

2018-06-19 Thread Vitor Medina Cruz
Hello, How do I do project dependency management with Iceberg? I tried sometime ago but I was unable to understand how it work together with Metacello, is there some tutorial available? Regards, Vitor

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Esteban Lorenzano
> On 19 Jun 2018, at 15:18, Tim Mackinnon wrote: > > Hi Guillermo - it sounds like I’m on the right track - the only thing that > caught me out was in the latest V7 there is no “new branch” - I have to have > an issue number? The picture in your doc shows both possibilities? how did you

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

2018-06-19 Thread Tudor Girba
Hi, Moz2D is one of the backends of Sparta, the canvas behind Bloc. The repository is here: https://github.com/syrel/Moz2D It comes as a VM plugin. When you load Bloc and Sparta, the loading process automatically also downloads the plugin and installs it in the VM. On Linux, this only works

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Guillermo Polito
Strange... I'm with Esteban there, I'd need more information to reproduce it. I've just done $ wget -O - get.pharo.org/70+vm | bash $ ./pharo-ui Pharo.image - Open iceberg - Repair Pharo by cloning my (really out of date) fork (guillep/pharo) - Fetch - Repair -> Create branch And I have the

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-19 Thread Serge Stinckwich
Thank you Christophe for your work ! I really appreciate it. I dl the 64 bits VM for macOS. Everytime I run a 32 bits image, I have a warning that using a 32 bits images, require a 32 bits VM. And then when I select yes, everything works. Why having this warning everytime ? A+ On Tue, Jun 19,

Re: [Pharo-users] Help contributing a fix to pharo - docs seem out of date again?

2018-06-19 Thread Tim Mackinnon
Hi Guillermo - it sounds like I’m on the right track - the only thing that caught me out was in the latest V7 there is no “new branch” - I have to have an issue number? The picture in your doc shows both possibilities? For now, I found a bug and created an issue, and so can experiment with that

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Guillermo Polito
On Tue, Jun 19, 2018 at 2:07 PM Norbert Hartl wrote: > Hi, > > let me wear the project manager hat for a moment. > let me too, because the fact that I'm younger does not mean I don't know, right? :) > > Am 19.06.2018 um 10:59 schrieb Guillermo Polito >: > > Hi, > > About why 1.1.1 and not

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-19 Thread Tudor Girba
Great work! Doru > On Jun 19, 2018, at 3:55 PM, Christophe Demarey > wrote: > > Hi all, > > I just released PharoLauncher 1.2. It includes a new windows installer that > you can use without administrator privileges as well as binary signing for OS > X and Windows. Also, Pharo Launcher is

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Tudor Girba
Hi, Indeed. Something went amiss in this email exchange. But, I really do not think that you are in disagreement. Cheers, Doru > On Jun 19, 2018, at 4:09 PM, Christophe Demarey > wrote: > > Hi Norbert, > >> Le 19 juin 2018 à 14:06, Norbert Hartl a écrit : >> >> I have no use for an

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Norbert Hartl
> Am 19.06.2018 um 15:22 schrieb Guillermo Polito : > > > On Tue, Jun 19, 2018 at 2:07 PM Norbert Hartl > wrote: > Hi, > > let me wear the project manager hat for a moment. > > let me too, because the fact that I'm younger does not mean I don't know, > right? :)

[Pharo-users] [ANN] TechTalk Dates second half 2018

2018-06-19 Thread Marcus Denker
Here are the next dates for the Pharo Techtalks. 12 Jul 2018: Pharo TechTalk: Machine Learning with TensorFlow and Pharo https://association.pharo.org/event-2973748 For the others we have no topic yet, but dates are pre-fixed to: 23 Aug 2018: Pharo TechTalk

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo Launcher v1.2 release

2018-06-19 Thread Sven Van Caekenberghe
> On 19 Jun 2018, at 16:01, Tudor Girba wrote: > > Great work! Indeed. Thank you. > Doru > > >> On Jun 19, 2018, at 3:55 PM, Christophe Demarey >> wrote: >> >> Hi all, >> >> I just released PharoLauncher 1.2. It includes a new windows installer that >> you can use without

Re: [Pharo-users] How to contribute to Calypso when it relies on pharo-core editors?

2018-06-19 Thread Tim Mackinnon
Thinking about this more - why doesn’t Calypso appear in iceberg as a separate project alongside iceberg and Pharo? That’s what’s confusing? And how did it get loaded from it’s git project without it appearing? Which all makes me think there might need to be an iceberg setting - show/hide

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

2018-06-19 Thread Tim Mackinnon
Actually I realised it ended up on the be moose forum - here’s what Doru replied (for any lurkers) Sent from my iPhone > On Jun 18, 2018, at 1:21 PM, Tim Mackinnon wrote: > > Guys this is really impressive! Thanks. > 2 things I noticed when going through the example in a new Pharo 6.1

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

2018-06-19 Thread Tim Mackinnon
Bump (not sure this got through , and keen to know how to load the diagramming bit) Guys this is really impressive! 2 things I noticed when going through the example in a new Pharo 6.1 image (with the latest Iceberg) - 1) The example "IceRepository repositoriesLocation / 'feenkcom'/

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-19 Thread Christophe Demarey
Hi Tim, Thanks a lot for your contributions. Looks good to me. It is a nice addition. Could you open an issue https://github.com/pharo-project/pharo-launcher/issues/new so that we can keep a trace of your contribution (we open issues for features / improvements also)? Thanks also to Cyril who

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

2018-06-19 Thread Tudor Girba
Hi Offray, Would you be able to retry the installation as mentioned below, and let us know if you still encounter issues? Cheers, Doru > On Jun 16, 2018, at 8:24 PM, Tudor Girba wrote: > > Hi, > > If Moz2D is installed, the fonts should work fine. > > Can you please try the installation

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Guillermo Polito
Hi, About why 1.1.1 and not 1.2.0. It's not about cheap or not, but about semantics :) We can agree that there is no hard rule on versionning, do we? But I try to follow the following guidelines (delta my own interpretation that adds some subjectivity :P) - Major Version will change when we break

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-19 Thread Christophe Demarey
Thanks a lot Tim. All contributions are welcomed! Indeed, for a tool like Pharo Launcher, most complexity comes from multiple OS environments. > Le 19 juin 2018 à 12:05, Tim Mackinnon a écrit : > > Done - sorry, I wasn’t clear on how best to tie it all together. I think its > more obvious

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-19 Thread Tim Mackinnon
Done - sorry, I wasn’t clear on how best to tie it all together. I think its more obvious when we get it all onto GitHub - but for now this can work too. Thanks for resurrecting the project a while back - I know its had a bit of flack lately, but that more the complexity of multiple OS

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Norbert Hartl
Hi, let me wear the project manager hat for a moment. > Am 19.06.2018 um 10:59 schrieb Guillermo Polito : > > Hi, > > About why 1.1.1 and not 1.2.0. It’s not about cheap or not, but about > semantics :) for me „caring about semantics“ is just one of the top ten justifications developers use