Jesse Donat
Jesse Donat
Thank you for accepting #10! Sadly I introduced a bug I didn't see until I got some churn in my subscribers. When the auto increment `id` of users in `usersTmp`...
LogScores, ProbScores, and SafeProbScores all have a return parameter that is the index of the most likely class. I think if you're ever willing to break the current api it...
I'm not sure how big of a deal this one would be but it would be quite helpful for me to be able to change the icon at runtime.
Changes to the new style coveralls badge so all the badges match in style.
## Goals - [x] Modernize Codebase - [x] Utilize PSR-7 - [x] Move from PSR-0 to PSR-4 autoloading - [ ] Rewrite Runners - [ ] PHPUnit Adapter - [...
Note for self when I get off work
I was doing a security scan which included our dependencies and I found that your `readme.md` file had it's executable bit set in our node_modules folder. After forking, a quick...
I had an issue reported to my package `donatj/mock-webserver` that turned out to be caused by this package. https://github.com/donatj/mock-webserver/issues/59#issuecomment-1783418948 After poking @sigma-z's example a bit, I've determined there's some sort...
Our Di package provides us with our PDO connections, it'd be really handy if we could do something like ```php $dump = IMysqldump\Mysqldump::fromPdo($existingPdoObject); ``` I'd be willing to try my...
> Phan 5.4.2 The following functions all accept `resource|string|null` as their argument `$file` formerly `$to` Phan thinks they only accept `?string` - `imagejpeg` - `imagepng` - `imagegif` - `imagewbmp` -...