Results 67 comments of Jesse Luehrs

So I also have `RPS1` configured to show the current editing mode, and disabling that configuration fixes things. I can reproduce the issue with this bit of additional configuration: ```...

Hmmm. Is there a reason for this? I find it very hard to be able to organize credentials without some kind of structure (especially when keys have to be globally...

hey, i was just curious what the status of this was - is there anything i can do to help get it merged?

p5mop still has a long way to go before it begins to approach the speed of Mouse (the goal is to get there eventually, but that's still a ways off).

On Wed, Mar 06, 2013 at 01:21:56PM -0800, Olivier Mengué wrote: > > How do you know the filesystem supports Unicode? If so, what encoding should be used? > >...

On Fri, Mar 08, 2013 at 05:31:08AM -0800, Olivier Mengué wrote: > @doy Windows has Unicode file APIs. That's what is available to > applications (it also has 8bits APIs...

This would also cause trouble with non-trivial defaults (like `has $!foo = $_->build_foo` or whatever). I also don't like this much.

Also, this would be quite easy to do as an extension if you really wanted this behavior - I just don't think it should be the default.

This is almost certainly going to break typemap entries, for one thing, and I'm not really sure how you'd sanely fix that. Why does Bread::Board need to do this, rather...