Julio J.
Julio J.
The TAP parser throws an extension when you try to run `phpunit` plugin and the xdebug extension is not loaded. The tapString looks something like this: ``` TAP version 13...
Now that Composer 2 [has been released](https://blog.packagist.com/composer-2-0-is-now-available/) I was wondering what you think is the best approach to make it available on the image. Not sure if it makes sense...
Hi, thanks for these great images. I was wondering if you would be open to add imagick support for them? There are a few missing dependencies so if you'd be...
Fixes #12 This is mainly for google.com pages, the rest of mortals usually use absolute URLs, but just in case.
When no cover is found, the value of $cover is '', so it's always set. See any twitter user address as an example e.g. https://twitter.com/github
Hi, I tried to fix all errors from phpstan on level 6. Not sure if you have a specific wish for the format for iterable types (`array` vs `string[]`) but...
Fix for #28. I've added a few more checks to the tests to make sure this doesn't break again.
As mentioned, using the new shiny `simpleFastPaginate()` returns a paginator which isn't aware whether there are more pages or not. Hopefully, #29 should fix this.
Hi there, I was reading [this thread](https://twitter.com/another_clue/status/1503830167252307973) on Twitter by [Christian Lück](https://twitter.com/another_clue) and I immediately thought on Safe. I just checked and just like on his example, this library [uses](https://github.com/thecodingmachine/safe/blob/v2.1.2/generated/Exceptions/FilesystemException.php#L8)...
Try to fix #332 This is my first serious attempt at a PR on here, so please, any suggestion is welcome. While doing this I realized the implementation for the...