Bruce Wells

Results 86 comments of Bruce Wells

This should be fixed in PR https://github.com/paquettg/string-encoder/pull/9

This looks like a good fix to me. I also added it to PR https://github.com/paquettg/php-html-parser/pull/289, so you could close this if you wanted.

Yes, src directory. And yes, it is already PSR-4, so no change needed there. This will separate test code from the actual code. I can probably submit something this week...

Sorry, not sure who is who from my phone, but appreciate the plus one! On Sun, May 31, 2020, 6:02 PM Alexander Makarov wrote: > That's for @cebe to decide...

I think the primary reason is just to separate things so they are better defined for users and tools. Most PHP packages use an src directory, but it could be...

Any chance to get this merged? Minor issue, but it produces HTML that does not validate. Apparently GitHub has a lot of bad html, and it changes, so look for...

@chrisrex I don't use composer in production code either. But I use it to manage dependencies. See my article on autoloaders: https://blog.phpfui.com/benchmarking-php-autoloaders Reach out to me if you want the...

@ainsleyclark Thanks for this. You just saved me hours! And just in time as well. But the package should be updated.

LOL! Completely forgot about this PR. I moved the curl_mock.php after the autoloader so it could find the exception. I noticed you are using travis CL. Most PHP projects have...

I merged the latest release into this branch and fixed a few things. * Typos * PHP 8.2 depreciation in tests * Separated out functions for file loading for those...