Scott Baker
Scott Baker
This should be flicker and tearing free
I was trying to troubleshoot some failures and needed more detail in the debug output. This will add the date/time to debug output, as well as the recipient.
Currently the unit tests fail if you don't install bugger via composer ``` Warning: require(/var/www/html/scott/tmp/bugger/tests/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/scott/tmp/bugger/tests/bootstrap.php on line 2 Fatal...
The current documentation says to do `--exclude PATTERN` where pattern is a `grep -v` style pattern for excluding files. I've looked around and I can't make sense of how to...
I taught myself the SuperGenPass algorithm today and implemented it in both Perl and PHP. Might be worth adding to the documentation? * [PHP](https://www.perturb.org/code/supergen_pass.php?domain=domain.com&master=12345678) version * [Perl](https://www.perturb.org/code/supergen_pass.pl) version
More and more sites are block SGP (requiring the mobile version), are there any plans to work around this? Create a browser add-on? Something that runs entirely in userspace?
If I use SGP at https://www.fidelity.com/ part of the SGP box is covered up by their header. I assume this is a z-index issue?
On usbank.com when I run SGP and click generate it generates the password for 0.1 seconds and then reverts back to a generate button. It used to work, and then...
Not sure if you're aware, but I forked your script and have released several new versions in the last couple of years. Github isn't the best about alerting repos when...
I've opened an [issue](https://github.com/perlancar/perl-Data-Dump-Color/issues/15) with `Data::Dump::Color` but I think it's prudent to open an issue here as well. Simply having `Proc::ProcessTable` installed slows down loading of `Data::Dump::Color` by a factor...