Ambroise Maupate

Results 34 issues of Ambroise Maupate

If you are using `text()` method multiple times with the same object, variable `$this->footnoteCount` is not reset with `DefinitionData` array. So it creates an offset between `.footnote-ref` actual text and...

I follow up #287 pull-request about aggregate timeline. This is an awesome enhancement, but I think we could go further. Why not merging this two Timeline systems in one. -...

For PHP 5.6+ and 7 that use *Opcache* and *APCu* as a replacement for *APC* ``` NOTICE: PHP message: PHP Fatal error: Uncaught Zend\Cache\Exception\ExtensionNotLoadedException: Missing ext/apc in /var/www/html/vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php:48 ```

A divide by zero is occuring in `Util.php` on line 59 in `calculateDependantSizes` method. When `ratio` is not set or null or 0. Could we throw an exception when this...

I need to create text indents at paragraphs beginnings. ![capture d ecran 2016-06-10 a 11 44 11](https://cloud.githubusercontent.com/assets/380026/15960567/ba7750e8-2f00-11e6-90fc-894a6ff1dabe.png) PHPPDF does support it yet. Is there a workaround to emulate CSS `text-indent:...

When I try to render HTML links with malformed `href` attribute, I’ve got a standard `PHPPdf\Exception\RuntimeException`. This is because sometime I use _relative_ paths or links without `http://`. It’s really...

Create pipelines to render optimized videos in background while serving native files at first request.

enhancement

Use a @LockableEntity annotation. - [ ] Warn user - [ ] Take control of lock - [ ] Add custom voter during POST request to ensure lock owner

enhancement
ui