Jérémy DECOOL
Jérémy DECOOL
In a document, I have this markdown : ``` this_text_is_normal _this text_is italic_ ``` I expect something like : ``` this_text_is_normal this text_is italic ``` But parsedown generate : ```...
I've made an copy/paste text from Github markdown. There's an infinite loop with this text : `````` text ```php function test() { echo "test".$2; }; `` `````` You can reproduce...
The `AdminUrlGenerator` class is currently declared `final`. As it's `final` class, it can't be mocked which can be a problem. In my case, I use the generator in a custom...
According to [this documentation](https://docs.gitlab.com/ee/api/pipelines.html#list-project-pipelines) order by `update_at` value is allowed.
Add support for: * https://docs.gitlab.com/ee/api/pipelines.html#get-a-pipelines-test-report * https://docs.gitlab.com/ee/api/pipelines.html#get-a-pipelines-test-report-summary
It seems that this library add PHP 8 support several months ago. But the latest tag support only PHP 7. Could you release a new version ?
I sometimes use the [php-memory-profiler](https://github.com/arnaud-lb/php-memory-profiler) with your library to debug memory usage of my projects. This extension has a nice feature that allows to automatically dump a memory profile when...
Actually the library use PHP GD extension for image manipulation. But with PHP >= 5.5, there is some issues with this extension (particularly with rotations). It could be very interesting...
This is a bug reported in [ImageWorkshop library](https://github.com/Sybio/ImageWorkshop/issues/36) but concerning this repository. Created by @Kekke88 : > Hello, I've been trying to add an image upon a GIF image using...