- 
  Notifications
 You must be signed in to change notification settings 
- Fork 313
Exact Size #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exact Size #123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to have the additional space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to have the additional space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by "the additional space"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The white space seems to be existed before the $dest_image variable :).
 
 
 lib/ImageResize.php
 
 Outdated
 
 
 There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Travis CI build is broken because this image file checking codition is modified.
I think this should revert the original condition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This substr($filename, 0, 7) was on the master branch. The version I downloaded was the previous one. So I wasn't sure what to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well. Checking the latest merged PR seems that it's different.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The master branch is ($filename, 0, 5). Please check that :-).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @felipetnh, thank you for your reply.
The Travis CI build work is broken and it should be fixed :).
Thank you for your PR.
| Pull Request Test Coverage Report for Build 195
 
 
 
 💛 - Coveralls | 
 
 
 1 similar comment
 
 
 
 
 
 
 
 coveralls
 
 
 
 commented
 Sep 26, 2018 
 
 
 
| Pull Request Test Coverage Report for Build 195
 
 
 
 💛 - Coveralls | 
@felipetnh if you can fix the CI error, we can merge this.
@adityapatadia, it seems that the CI work is successful, but the coveralls is failed.
It looks like the code coverage is decreased and I think we need to add more tests to recover the code coverage...
Hi @felipetnh, do you see this captured image?
image 
The coverage/coveralls is failed because the coverage decreased. You need to do is add more tests to recover the code coverage back 😄.
@felipetnh, thank you for your reply. Let me take a look at your forked repo and suggest the recommendations to increase code coverage :).
After tracing the source code, it looks like that we don't have to increase code coverage because this decreased percent is small.
@adityapatadia, I think it's time to be merged now.
It would be great if we can also add details about this in Readme.
Hi @adityapatadia, how about adding some details for this issue in released draft when releasing the latest version?
 
 
 
 ekinhbayar
 
 
 
 commented
 Nov 12, 2018 
 
 
 
Any update on this?
Hi @ekinhbayar, thank you for your concern.
Just wait for @adityapatadia review this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's mentioned on issue #142.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adityapatadia, this codes will effect and cause on the issue #142.
The line 291 to 300.
@adityapatadia