xdg Perl code

Results 59 comments of xdg Perl code

This link suggests replacing with Unicode full-width equivalent could be OK: http://docs.mongodb.org/manual/faq/developers/#faq-dollar-sign-escaping The issue is whether that should be a default behavior or optional. I can't imagine **keys** having full-width...

The spec says that you can't transmit username/password in a URI over the wire, which I don't think we do. It doesn't prohibit using that format for someone to make...

I think so, but maybe there's some obscure header that wants the original URI or something. Or maybe it's just a general precaution statement.

On Thu, Aug 23, 2012 at 12:22 AM, R. Bernstein [email protected]: > I am happy that _Devel::Peek_ is part of Perl. I'm not happy that * > Devel::Peek::Dump\* uses print...

On Thu, Aug 23, 2012 at 11:01 PM, R. Bernstein [email protected]: > I'll also try to work up a patch for Devel/Peek.xs to add an optional > filehandle parameter. Looking...

It's ironic, since the source is POD which wouldn't have this problem anyway (nor would HTML, which only breaks white-space, generally). Depending on the conversion tool, maybe there is a...

Thanks for the report. I need to start running tests in parallel more often myself.

What's weird is that it's probably having problems opening a tempfile: ``` sysopen(my $fh, qq{$fn}, O_WRONLY|O_CREAT|O_EXCL) or die $!; ``` Is it repeatable?

I've been getting sporadic failures along those lines that I haven't been successful in tracking down yet. It's possible that I may have to declare tied STDIN a non-supported configuration....