Re: [Pharo-users] pillar questions

2016-09-15 Thread Serge Stinckwich
Maybe you should have a look to Enterprise Pharo book pillar template ? https://github.com/SquareBracketAssociates/EnterprisePharo But apparently I'm not able to compile last version ... make book fails On Thu, Sep 15, 2016 at 2:06 PM, Tudor Girba wrote: > Hi, > > I see

Re: [Pharo-users] double dispatch example

2016-09-15 Thread Alexandre Bergel
> I was thinking about the code in Pharo. > > Plenty of examples: >> - Converting money > > can you tell me more about this one? I mean summing and converting different money. Here is the whole idea: 1 EUR = 662 CLP (Chilean pesos) You have a class Money to which you can sum other money.

[Pharo-users] letsencrypt smalltalkhub ?

2016-09-15 Thread PAUL DEBRUICKER
Hi - Has anyone looked into adding https://letsencrypt.org/ to the servers/vms Smalltalkhub runs on so we can have https access by default?

Re: [Pharo-users] pillar questions

2016-09-15 Thread Damien Pollet
I've been cleaning the book archetype's makefile this afternoon. I suspect there is no list of chapters because the example is quite minimal. Enterprise Pharo was the one Thibault and Yann worked with, so I need to compare with it. The recent work on pillar was about removing superfluous

Re: [Pharo-users] Cryptography packages

2016-09-15 Thread Esteban A. Maringolo
Hi, I just adapted the latest version of the Cryptography package in SqueakSource (Cryptography-rww.49) and removed everything that was already in the Pharo 5.0 image and modified what was necessary to have all the tests passing. There is still a pending organization of the Cryptography classes

[Pharo-users] Is there a way to enable the arrow keys in the method list in Nautilus in Pharo5

2016-09-15 Thread PAUL DEBRUICKER
I seem to remember that you used to be able to click on a method in the method pane of a browser and then use the arrow keys to navigate up and down in that list. Is there a setting I should flip to enable that now? If not how would one go about turning that on? Thanks Paul

Re: [Pharo-users] letsencrypt smalltalkhub ?

2016-09-15 Thread Esteban A. Maringolo
Buying a certificate isn't an option either? Esteban A. Maringolo 2016-09-15 20:06 GMT-03:00 Peter Uhnak : > Not enough manpower, I asked about this before, but it's not a priority. > It was "good" enough until now, and with move to git it probably won't matter > for much

Re: [Pharo-users] Class shown in _UnpackagedPackage but belongs to package

2016-09-15 Thread Esteban A. Maringolo
2016-09-14 16:27 GMT-03:00 stepharo : > Hi esteban > > I would love to know how you did it, to fix it. Sorry, I don't remember the steps, I only remember a high "WTF?!" per minute rate. Because it was a clean image, I threw it away and started from scratch. Didn't happen again.

Re: [Pharo-users] letsencrypt smalltalkhub ?

2016-09-15 Thread Peter Uhnak
Not enough manpower, I asked about this before, but it's not a priority. It was "good" enough until now, and with move to git it probably won't matter for much longer. Also let's encrypt isn't just about getting a cert... you need to fully automate updating the certs (which occurs every three

Re: [Pharo-users] Extending live coding beyond Pharo

2016-09-15 Thread Dimitris Chloupis
It's not a trick or slow , it's actually a standard feature and blazing fast. Its a feature that has existed for several decades now . It's called "exception". There are three types of exceptions. 1) language exception. This type of exception is handled by the language and it can involve both an

Re: [Pharo-users] [Moose-dev] [ann] pillar support in gtinspector

2016-09-15 Thread Nicolai Hess
2016-09-14 22:47 GMT+02:00 Tudor Girba : > Hi Nicolai, > > Did you commit your changes with the highlight of == code? > > Cheers, > Doru > > No, but I just saw that I misinterpreted the "==", first I thought this is for "inline code" as it was used in some class comment

Re: [Pharo-users] What are the best practices for an open source project with Pharo?

2016-09-15 Thread julius
Thank you very much Stepharo and Ben, your answers are very helpful. I also realised that I should read the Monticello chapter in the book again. It's amazing how much functionality Pharo provides out of the box, sometimes almost too much :) -- View this message in context:

[Pharo-users] pillar questions

2016-09-15 Thread Tudor Girba
Hi, I see that in the new book template, we have both a book.pillar that includes the chapter files, and a pillar.conf that is mostly empty. Is pillar.conf still used? If yes, what should it contain? If I embed the chapters in a book.pillar and I render the whole book, the numbering of the