Re: [Pharo-users] Dowser edges

2014-02-21 Thread rosariosm
Ok Hernan, that helps! I will check later. Regards, Rosario -- View this message in context: http://forum.world.st/Dowser-edges-tp4744705p4745492.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] neo json and valueSchema for integer attributes ...

2014-02-21 Thread Sven Van Caekenberghe
Hi Marten, There is indeed something currently not completely implemented: #valueSchema: and #nextAs: were added afterwards for reading (for example a collection of Points), the use of this concept for writing is simply not there. (compare NeoJSONPropertyMapping>>#readObject:from: to NeoJSONPr

Re: [Pharo-users] Contact for pharo association?

2014-02-21 Thread Esteban Lorenzano
ah, yes… forget to answer. but you can talk to me or Luc :) anyway… I need to improve that info in the association page. Esteban On 20 Feb 2014, at 20:12, Johan Fabry wrote: > Hi all, > > whom do I need to mail for questions regarding the pharo association and > billing? The association we

Re: [Pharo-users] neo json and valueSchema for integer attributes ...

2014-02-21 Thread itli...@schrievkrom.de
Hmm, I think that something is definitly missing here. The same code but instead of using #AsString I use DateAndTime and it works as expected - and that's what I would expect: use for that property mapping a valueSchema named "AsString". It seems to work for all classes, when there is no predefi

[Pharo-users] The new versionner is cool

2014-02-21 Thread Usman Bhatti
Hello, I found Versionner very productive tool. I was able to create a new configuration "from scratch" within a few minutes with the packages that I wanted to put into it. Though, I couldn't commit my new config through its interface because Komitter kept asking for a issue number but I didn't ha

Re: [Pharo-users] neo json and valueSchema for integer attributes ...

2014-02-21 Thread Sven Van Caekenberghe
On 21 Feb 2014, at 09:18, Norbert Hartl wrote: > Am 21.02.2014 um 07:50 schrieb itli...@schrievkrom.de: > >> I have a class with an instance attribute "x" and this one contains an >> integer value. >> >> No when exporting this to json I want to write a string instead of this >> number to the j

Re: [Pharo-users] neo json and valueSchema for integer attributes ...

2014-02-21 Thread Norbert Hartl
Am 21.02.2014 um 07:50 schrieb itli...@schrievkrom.de: > I have a class with an instance attribute "x" and this one contains an > integer value. > > No when exporting this to json I want to write a string instead of this > number to the json string ... > > neoJsonMapping: mapper > mapper for: