Alexandre ZANNI

Results 558 comments of Alexandre ZANNI

User expect to have the same render output with slideshow and PDF, but PDF (with phantompdf) have an unexpected ratio causing a lot of space under the slide.

For upload_max_filesize (16M -> 2M), post_max_size (24M -> 8M) and memory_limit (256M -> 128M) it returns me the default value and not the current value. For `allow_url_fopen` it cast me...

The thing is for Apache HTTP Server for example you have an include statement like `IncludeOptional conf-enabled/*.conf` in apache2.conf but for PHP there is not such a thing. The fact...

Maybe Zurb foundation? https://get.foundation/sites/docs/pagination.html

Fixed by: ```diff -gem 'middleman-autoprefixer', '~> 2.10' +gem 'middleman-autoprefixer', '~> 3.0' ```

By doing this update ``` * middleman (newest 4.4.0, installed 4.3.11, requested ~> 4.3) in group "default" * middleman-autoprefixer (newest 3.0.0, installed 2.10.1, requested ~> 2.10) in group "default" *...