Re: [Pharo-dev] Preferences location on linux and windows?

2017-10-29 Thread Nicolas Cellier
Par définition, tu ne peux pas trouver son adresse c'est un nomade... https://www.linguee.fr/anglais-francais/traduction/roaming.html 2017-10-29 21:27 GMT+01:00 Stephane Ducasse : > tx! > I would have never guessed it. > > > On Sun, Oct 29, 2017 at 9:23 PM, Cyril Ferlicot D. > wrote: > > Le 29/

Re: [Pharo-dev] Preferences location on linux and windows?

2017-10-29 Thread Stephane Ducasse
tx! I would have never guessed it. On Sun, Oct 29, 2017 at 9:23 PM, Cyril Ferlicot D. wrote: > Le 29/10/2017 à 21:19, Stephane Ducasse a écrit : >> Hi guys >> >> I'm about to release a new booklet and I need the following information. >> What are the preferences location on linux and windows? >

Re: [Pharo-dev] Preferences location on linux and windows?

2017-10-29 Thread Cyril Ferlicot D.
Le 29/10/2017 à 21:19, Stephane Ducasse a écrit : > Hi guys > > I'm about to release a new booklet and I need the following information. > What are the preferences location on linux and windows? > > TX > Hi, For windows: C:\Users\Name_Of_Your_User\AppData\Roaming You can also describe it by

Re: [Pharo-dev] Zinc and Zodiac - Synching/Contributing

2017-10-29 Thread Stephane Ducasse
Yes in general this is simple. Stef On Sat, Oct 28, 2017 at 5:22 PM, Sean P. DeNigris wrote: > Sven Van Caekenberghe-2 wrote >> Hell, I haven't even contributed to Pharo 7 yet. It seems like things are >> still in flux all the time. > > I definitely understand the feeling! Although, one day for

[Pharo-dev] Preferences location on linux and windows?

2017-10-29 Thread Stephane Ducasse
Hi guys I'm about to release a new booklet and I need the following information. What are the preferences location on linux and windows? TX

Re: [Pharo-dev] , for vector creation

2017-10-29 Thread Stephane Ducasse
(1 i: 2) is nice. Tx for the feedback nicolas. On Sat, Oct 28, 2017 at 11:15 PM, Nicolas Cellier wrote: > Just a few notes: > > 1) 4 , 2 , 3 , 5 looks too much like Shlemiel the painter, ok for short > vector input, but not even for printing (think re-interpreting) > > 2) 1 x + 2 y + 3 z might l

Re: [Pharo-dev] Layout for placing widgets

2017-10-29 Thread Stephane Ducasse
My main concerns is that right now we have limited ressources to work on this topics. Stef On Sun, Oct 29, 2017 at 5:14 PM, Ben Coman wrote: > > > On Sun, Oct 29, 2017 at 8:28 PM, Thierry Goubier > wrote: >> >> Hi Hernan, >> >> It's difficult to do an evaluation for the underlying solver, becau

Re: [Pharo-dev] Layout for placing widgets

2017-10-29 Thread Ben Coman
On Sun, Oct 29, 2017 at 8:28 PM, Thierry Goubier wrote: > Hi Hernan, > > It's difficult to do an evaluation for the underlying solver, because the > paper doesn't evaluate that aspect. > The solver seems the least interesting part of ALM. There two orthogonal concerns: * Generating the constra

Re: [Pharo-dev] Layout for placing widgets

2017-10-29 Thread Todd Blanchard
+1 Sent from the road > On Oct 29, 2017, at 03:58, stephan wrote: > > Just applying and adapting Thierry's code should provide us what we need

Re: [Pharo-dev] Layout for placing widgets

2017-10-29 Thread Thierry Goubier
Hi Hernan, It's difficult to do an evaluation for the underlying solver, because the paper doesn't evaluate that aspect. From a small sentence, they seem to be using the same algorithm than a 1997 A. Borning work (quadratic optimization) (i.e. the one used by Cassowary). Regards, Thierry

Re: [Pharo-dev] Layout for placing widgets

2017-10-29 Thread Hernán Morales Durand
IMO the right move is to take advantage of this technique/library in Smalltalk : "The Auckland Layout Model (ALM) is a novel technique for specifying 2D layout as it is used for arranging the controls in a GUI. The model allows the specification of constraints based on linear algebra, and an optim

Re: [Pharo-dev] Layout for placing widgets

2017-10-29 Thread stephan
On 28-10-17 23:20, Thierry Goubier wrote: Hi Pavel, Le 28/10/2017 à 22:29, Pavel Krivanek a écrit : Hi Thierry, your repository mentions the MIT license but the original license of the Cassowary package was LGPL. Is is a different code? I ported the original, public domain smalltalk impleme