Veerle Deschepper

Results 4 issues of Veerle Deschepper

I'm using code climate on a huge Laravel/AngularJS app. So far I'm impressed with the code quality analysis; it's close to 'what I know already'. However it would be nice...

Support for this was spotty at best but since v5 it's a complete disaster. I have added an ignore rule in the config; but I think support should be better...

generated: ``` $table->string('timezone', 100)->default(Europe/Brussels); ``` correct: ``` $table->string('timezone', 100)->default('Europe/Brussels'); ```

The EXIF info of an image contains a 'rotation flag'. When resizing the image, it should take this into account. Almost all the apps only manipulate this ```flag``` when asking...

enhancement