Lee Thompson

Results 161 comments of Lee Thompson

I did get it working on `settings.json`, thanks! NOTE: In the management console (`:9989`) the icon image are broken (in `settings.json` they are file statements pointing to .ico files in...

A natural place to put in the console might be in "Apps" just by clicking on the icon it shows.

@petdance done -- see next comment. `C:/Perl/site/lib/File/Next.pm line 250:` ` error_handler => sub { CORE::die $_[0] },` More information though: I was able to work around the issue, for now,...

_Test Script:_ (M: in this case is a USB WD Passport drive formatted as NTFS on a Windows 7 system) ``` use Carp::Always; use File::Next; use File::Basename; use strict; my...

This will likely occur on any NTFS formatted drive (although a mounted NTFS drive on *nix will probably ignore the Windows permissions). (I think the folder's been in use since...

It's being used by the fallback (non curl) as well, but I'm restructuring it a bit. The above is just a quick fix.

I'll see if I can do a special branch for this hotfix. My main branch is in the middle of some major rework (including supporting a config file).

Nevermind, it looks like you got it, that should be enough for now! :)

I'm using #9 for my working on list.

My personal use case is command line driven, I give it a list and run it in a window. More specifically, I found PHP-Grab-Favicon for a project, I'm converting my...