Piotr Śliwa
Piotr Śliwa
You can use spl's `RecursiveIteratorIterator` as argument of `FulentTraversable::create` method, but the `toArray` output will be flat array. Mapping over tree is this way, that result of mapping is a...
Hi, thanks for reporting. Can you provide me snippet of `composer.json` file and point me where exactly the issue is? Is it autoloading section of `composer.json` file or maybe somewhere...
Thanks a lot. I will have a look at this today.
I checked and for such case there are 3 quick fixes available: "create file", "create directory" and "remove entry". New gui in EAP shows only first one (in alphabetical order),...
Thanks, I will have a look at `svgo`.
I added support for svg files in `1.2.0` version.
Thanks for reporting an issue. What `jpegtran` and `jpegoptim` versions do you have?
This is not PdfBundle issue but general symfony2 problem. Symfony2 cache is precreated by user who called app/console script but application runs on www-data account, so when some cache is...
Probably you set this mask after cache was created. Umask doesn't work if cache is already created. You should clear cache one time manually (via delete cache/prod directory) and next...
Thanks for letting me know, I will take care of this asap.