Michael Brauner

Results 40 comments of Michael Brauner

I think It worked at the end. I cant remember the exact code. To be honest I don't even know where I used it in my projects.

Yes, exactly. That's what you would expect. auto_rotate: ~ does not matter. With or without - it is rotated. The raw image on the server is not rotated. But all...

I solved it by moving to imagick driver: ```yaml liip_imagine: driver: 'imagick' ``` So it looks as if this is a problem with gd. Thank you for your time.

Ok, I updated the version of the MakerBundle . Thank you much for transfering this issue.

OK. Thank you for dealing with this error. How do I create such a reproducer app? If I have the time, I can dig myself and find out why this...

Ok, thank you for your explanation. Without installing such a reproducer app - I finally found the problem by old-school try and error dumping. It did not work because you...

Ok. I mean, I never did a PR or something and I did not write any PHPUnit tests before. But I can try it. Such a small bug ist maybe...

So. I cloned the symfony/maker-bundle repository into my /lib folder inside my projekt where my self written bundles goes in. I added the path to composer.json: ```json { "type": "path",...

Ok. I've done the changes. I created a new branch on my cloned repo: `git checkout -b make_entity_fix_878` Did the changes and made a commit: `git commit -m "Fix -...

Ah ok. I just cloned it. Sorry. I read yesterday into the testing documentation of symfony and I think I have to create the testing database first. And run the...