[Pharo-users] Removing contents-changed marker from Rubric on save

2018-01-04 Thread Evan Donahue
Currently, if you add a "composite text" view using gtInspector, the editor lets you use ctrl+s to save changes to the local inspector. However, if you intercept ctrl+s to implement an actual save function, as FileReference does, the text editor no longer knows to remove the contents-changed indic

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-04 Thread Kjell Godo
did you use a socket to communicate from Pharo to Python? it does not sound like it it sounds more one way i am interested in using sockets to communicate between programs but i haven't done much with it yet maybe you can include sockets in your generated Python to talk

Re: [Pharo-users] Examples of Garage for DB2

2018-01-04 Thread Andrei Stebakov
Thank you, Pierce I got similar ffi exceptions when I call Gofer new smalltalkhubUser: 'PharoExtras' project: 'ODBC'; package: 'ConfigurationOfODBC'; load. (Smalltalk at: #ConfigurationOfODBC) load. On Jan 4, 2018 11:41 AM, "Pierce Ng" wrote: > On Wed, Jan 03, 2018 at 11:42:22AM -0500

Re: [Pharo-users] Examples of Garage for DB2

2018-01-04 Thread Pierce Ng
On Wed, Jan 03, 2018 at 11:42:22AM -0500, Andrei Stebakov wrote: > I tried before to install odbc. > Gofer new > squeaksource: 'ODBC'; Not Squeaksource. Load the version from Smalltalkhub: Gofer new smalltalkhubUser: 'PharoExtras' project: 'ODBC'; ... Hopefully this version works

Re: [Pharo-users] Solver for the Stable Marriage problem in Pharo

2018-01-04 Thread Julien
Oh, maybe it would have helped then… :-) Julien --- Julien Delplanque Doctorant à l’Université de Lille 1 http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 4 janv. 2018 à 15:12, Guillermo Polito

Re: [Pharo-users] Solver for the Stable Marriage problem in Pharo

2018-01-04 Thread Guillermo Polito
It depends. I wanted to customize the process a bit, and avoid that some people make gifts to some specific people. On Thu, Jan 4, 2018 at 2:26 PM, Julien wrote: > Not sure you can use it for that. > > I mean, you wanted random pairs of people no? > > So no need to rank people according to some

Re: [Pharo-users] Formatted print for Duration

2018-01-04 Thread Julien
I chosen something like the second solution to avoid adding a dependency to my project (it is a bit overkill for what I wanted to achieve). But shouldn’t this formatted-print feature be added in Duration? Julien --- Julien Delplanque Doctorant à l’Université de Lille 1 http://juliendelplanque.b

Re: [Pharo-users] Solver for the Stable Marriage problem in Pharo

2018-01-04 Thread Julien
Not sure you can use it for that. I mean, you wanted random pairs of people no? So no need to rank people according to some preferences? Julien --- Julien Delplanque Doctorant à l’Université de Lille 1 http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, avenue Halley 59650 Vil

Re: [Pharo-users] Solver for the Stable Marriage problem in Pharo

2018-01-04 Thread Guillermo Polito
Nice! But late :P I was looking for something like this to organize secret santa a couple of weeks ago. I'll star it though :) Tx! On Wed, Jan 3, 2018 at 12:23 AM, Sean P. DeNigris wrote: > Julien wrote > > Continuing to announce what I have. > > Hooray!! > > > > - > Cheers, > Sean > -- > S