Tom Ford
Tom Ford
@stof Would it be possible to get this small feature merged? It brings the LessphpFilter filter inline with the ScssphpFilter options.
I have had a go at creating a container myself. There are a few hoops to jump through with the container config but it seems to work. It is available...
Just discovered I get exactly the same problem with a varbinary column: schema.xml getUpSQL: ALTER TABLE `Settings` CHANGE `valueBinary` `valueBinary` MEDIUMBLOB; getDownSQL: ALTER TABLE `Settings` CHANGE `valueBinary` `valueBinary` LONGBLOB;
No, we have just been removing the unnecessary SQL from the migration each time.
We are having a lot of trouble with composer timing out when checking out a branch of Propel (with fixes) rather than a tagged release. I understand if you are...
We would very much like to see a 1.7.2 release, we have been running of our own tagged branch to get around issues with composer timing out.
I would also be very interested in a fix for this. My use case is merging multiple complete pdf documents (not picking specific pages from any). My first pdf always...
@metaist thanks for getting back to me. The initial pdf that includes the TOC is created using wkhtmltopdf (https://github.com/wkhtmltopdf/wkhtmltopdf) and the additional pdfs that are merged as appendicies can come...
They aren't actually HTML links. What happens is that wkhtmltopdf converts the HTML page to a PDF document and scans the HTML pulling out all the heading tags (`,`,etc..) and...
I haven't got any experience of that but I'll give it a go :)