On 10 Jul 2006 18:08:31 -0700, Randal L. Schwartz wrote:
Hi Randal
> I can't use that just because of the logo. I'll admit it's a petty
> complaint, but there it is. :)
Not just that, but to install the whole thing under Windows requires wizards,
elves and fairies, since for us humans that pain
On 7/10/06, Ask Bjørn Hansen <[EMAIL PROTECTED]> wrote:
>
> On Jul 10, 2006, at 11:05 AM, John Siracusa wrote:
>
> > I have similar questions for as_json(). How should this work?
>
> Like you described (IMO).
>
> The more complicated schemes have their place, but for 80% (98%?) of
> the applicatio
On Jul 10, 2006, at 11:05 AM, John Siracusa wrote:
> I have similar questions for as_json(). How should this work?
Like you described (IMO).
The more complicated schemes have their place, but for 80% (98%?) of
the applications a simple hash would be much easier to deal with.
- ask
--
h
On Jul 10, 2006, at 9:08 PM, Randal L. Schwartz wrote:
> I can't use that just because of the logo. I'll admit it's a
> petty complaint, but there it is. :)
how odd.
ever since i saw the logo, i've been wishing for a reason to use the
package.
i voted tooo many times for it in some 'best op
> "Jonathan" == Jonathan Vanasco <[EMAIL PROTECTED]> writes:
Jonathan> SQLfairy ( perl ) does DB-> xml / yaml
I can't use that just because of the logo. I'll admit it's a
petty complaint, but there it is. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
ht
On Mon, 10 Jul 2006 14:05:53 -0400, John Siracusa wrote:
Hi John
>> I'm actually planning to add as_json() and as_yaml() Helper
>> methods for RDBO eventually...
Are you subscribed to the Module::Build mailing list? Usage of YAML has been
discussed there recently, and they now ship Module::Buil
you know, i should have mentioned this earlier.. don't know why i
didn't think of it
SQLfairy ( perl ) does DB-> xml / yaml
last i touched it, there was some stuff going on with python's
sqlalchemy related to yaml as well
the sqlfairy stuff is probably more applicable, though its less about
On 10 Jul 2006, [EMAIL PROTECTED] wrote:
> Hm, seems like people have different goals here. My goal was simply
> to be able to round-trip from Perl to YAML/JSON and then back to
> Perl.
Ah, I understand. A simple hash makes more sense in that case, the
way you had it originally.
Ted
On 7/10/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> On Jul 10, 2006, at 2:20 PM, Clayton Scott wrote:
>> meta :
>> class : My::Object
>> columns :
>> a: 1
>> b : 2
>> c : 3
>
> personally, id rather see this:
>
> meta_rosedb:
> class : My::Object
> api: 0.73
On 10 Jul 2006, [EMAIL PROTECTED] wrote:
> Any ideas on the format for these? For example, I've got a
> column_values_as_yaml() helper method like this:
>
> $o = My::Object->new(a => 1, b => 2, c => 3);
>
> print $o->column_values_as_yaml;
>
> which prints:
>
> a: 1
> b: 2
> c: 3
>
> But then wha
On Jul 10, 2006, at 2:20 PM, Clayton Scott wrote:
> meta :
> class : My::Object
> columns :
> a: 1
> b : 2
> c : 3
personally, id rather see this:
meta_rosedb:
class : My::Object
api: 0.73
columns:
a: 1
b: 2
c: 3
just because, if this is g
On 7/10/06, John Siracusa <[EMAIL PROTECTED]> wrote:
> Any ideas on the format for these? For example, I've got a
> column_values_as_yaml() helper method like this:
[ snip ]
> But then what should the as_yaml() helper do? The same thing? Or
> should the class name be in there somewhere?
>
>
On 6/30/06, John Siracusa <[EMAIL PROTECTED]> wrote:
> On 6/30/06 5:33 PM, Jonathan Vanasco wrote:
>> it'd be best not to have the rdb-object in a session anyways. i try to keep
>> session data into a structure that has pure data and can serialize into
>> json/yaml, as i often need to share betwee
13 matches
Mail list logo