Re: [Pharo-users] mac address on windows

2015-05-07 Thread Nicolai Hess
Ups, one method was in the *generated-code-protocol and will be removed on package load. You need to add the method BYTE_8>>asString ^ self address hex 2015-05-07 1:06 GMT+02:00 Nicolai Hess : > > > 2015-05-06 22:47 GMT+02:00 Henrik Sperre Johansen < > henrik.s.johan...@veloxit.no>: > >>

Re: [Pharo-users] mac address on windows

2015-05-07 Thread p...@highoctane.be
On Thu, May 7, 2015 at 1:06 AM, Nicolai Hess wrote: > > > 2015-05-06 22:47 GMT+02:00 Henrik Sperre Johansen < > henrik.s.johan...@veloxit.no>: > >> A few easily fixed Type/pointers to Types mixups, and a slipup where two >> different classes are confused for the same aside, the real show stopper,

[Pharo-users] [Ann] The Garage database driver API

2015-05-07 Thread Guillermo Polito
Hi all, I'm pleased to announce the release 0.1 of Garage, a database driver API. Garage is meant to be a common interface to access several database servers, in a JDBC style. The current version works in Pharo3 and Pharo4 and includes drivers for: - mysql (pure smalltalk) - postgres (pure smal

Re: [Pharo-users] [Ann] The Garage database driver API

2015-05-07 Thread Santiago Bragagnolo
Cool! :D On Thu, 7 May 2015 at 11:37 Guillermo Polito wrote: > Hi all, > > I'm pleased to announce the release 0.1 of Garage, a database driver API. > Garage is meant to be a common interface to access several database > servers, in a JDBC style. > > The current version works in Pharo3 and Pharo

Re: [Pharo-users] [Ann] The Garage database driver API

2015-05-07 Thread Esteban A. Maringolo
Nice! Prepared statements, cursored fetchs, url connection strings... I like it. Why "Garage"? Regards! El may 7, 2015 6:37 AM, "Guillermo Polito" escribió: > Hi all, > > I'm pleased to announce the release 0.1 of Garage, a database driver API. > Garage is meant to be a common interface to acc

Re: [Pharo-users] [Ann] The Garage database driver API

2015-05-07 Thread Guillermo Polito
There is not a real reason for the name. But if you push me: - you stock things in your garage usually. - The drivers go to the garage :) El jue., 7 de may. de 2015 a la(s) 12:17 p. m., Esteban A. Maringolo < emaring...@gmail.com> escribió: > Nice! > > Prepared statements, cursored fetchs, url c

[Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-07 Thread Alexandre Bergel
Dear Colleagues and Friends, We are happy to announce we will organize a CampSmalltalk about the Roassal visualization engine, on _Sunday 12 July_. As far as we have seen, the interests are multiple. Here is a list of topics we will happy to work on: - Improving Grapher, our charting l

Re: [Pharo-users] [Ann] The Garage database driver API

2015-05-07 Thread Ben Coman
On Thu, May 7, 2015 at 5:36 PM, Guillermo Polito wrote: > Hi all, > > I'm pleased to announce the release 0.1 of Garage, a database driver API. > Garage is meant to be a common interface to access several database > servers, in a JDBC style. > > The current version works in Pharo3 and Pharo4 and

[Pharo-users] Customize serialization with Fuel

2015-05-07 Thread Alejandro Infante
Hello all, Currently I’m in the need of serializing some Spy instances and my problem is that some of the objects hold references to Classes and CompiledMethods. This gives me headaches because I would like to materialize Spy in another image which possibly does not define those classes and met

Re: [Pharo-users] Customize serialization with Fuel

2015-05-07 Thread Mariano Martinez Peck
On Thu, May 7, 2015 at 2:21 PM, Alejandro Infante < alejandroinfant...@gmail.com> wrote: > Hello all, > > Currently I’m in the need of serializing some Spy instances and my problem > is that some of the objects hold references to Classes and CompiledMethods. > This gives me headaches because I wou

Re: [Pharo-users] Customize serialization with Fuel

2015-05-07 Thread Alejandro Infante
Cool! Thanks, Alejandro > On May 7, 2015, at 2:45 PM, Mariano Martinez Peck > wrote: > > > > On Thu, May 7, 2015 at 2:21 PM, Alejandro Infante > mailto:alejandroinfant...@gmail.com>> wrote: > Hello all, > > Currently I’m in the need of serializing some Spy instances and my problem is > th

Re: [Pharo-users] [Ann] The Garage database driver API

2015-05-07 Thread Tudor Girba
Thanks! This kind of work can make a huge difference in our eco-system. Cheers, Doru On Thu, May 7, 2015 at 11:36 AM, Guillermo Polito wrote: > Hi all, > > I'm pleased to announce the release 0.1 of Garage, a database driver API. > Garage is meant to be a common interface to access several dat

[Pharo-users] Roassal multiline popupText ?

2015-05-07 Thread p...@highoctane.be
I'd love to have multiline popupText. dsEvents := RTDataSet new. dsEvents interaction popupText: [ :point | 'coll: {1} - ts: {2} / {3} -- {4} - {5}' format: { key.

Re: [Pharo-users] mac address on windows

2015-05-07 Thread Hernán Morales Durand
Hi Thierry, I'm in my holidays in Madrid, but let me know if you or anyone need access to the repository and it will be granted. Cheers, Hernán 2015-05-06 5:10 GMT-03:00 Thierry Goubier : > > > 2015-05-06 9:57 GMT+02:00 Usman Bhatti : > >> On Tue, May 5, 2015 at 7:54 PM, Thierry Goubier < >> t

Re: [Pharo-users] Building ObjVlisp language chapter

2015-05-07 Thread stepharo
Thanks mark I will fix that as soon as I can concentrate :) I will check but I guess that this is my mistake :) Glad that you really like it. Le 3/5/15 09:15, Mark Rizun a écrit : Hi guys! Currently, I'm following the chapter: "Building ObjVlisp a Minimal, Uniform and Reflective Object-Oriente

Re: [Pharo-users] Can we have NeoCSV, and NeoJSON included in the base image?

2015-05-07 Thread stepharo
we can ask christophe to create a Copy one because some patterns changed. I should sit with him. Le 2/5/15 23:28, Andy Burnett a écrit : Stephan Eggermont said: <<< What is stopping you from adding a build 'Andy's Base Image' to the Pharo-Contribution CI? >>> Ignorance