Andy Lester

Results 496 comments of Andy Lester

True enough. Many of these do. What changes would you make to the site?

Holy cats, that's a lotta code. Thank you. I'll have to sift through all those.

I love that the two of you have come together in my issues queue to discuss this stuff.

This is in progress in `t/html.t`, but needs to be completed.

What's line 250? I'm going to have to rely on someone on Windows to figure this out. (Also, as an aside, you can leave out the `descend_filter => sub{1}` because...

Can you please post a simplified version of the code that reproduces the error, and post the entire program, and then also include `use Carp::Always;` and then paste an entire...

> It might be easiest in File::Next to simply have descend_filter default to filter out "System Volume Information" folders by default on Windows. I don't want to go down that...

Thanks for this. What led you to discover this?

It's a little concerning that there's nothing in the docs that address "why it might return undef". readdir DIRHANDLE Returns the next directory entry for a directory opened by "opendir"....

I agree we don't want to return `undef` to the user, but do we do it silently, or do we give an error so the user knows something is up?