-
Notifications
You must be signed in to change notification settings - Fork 164
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
POC: itgalaxy/favicons#221 use sharp instead of phantomjs #254
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.
Awesome, sharp
is good choice
/cc @brunocodutra |
There are still issues about how sharp stretch images, I'll try fix it soon |
@kghost also need fix CI |
All commit tested.
|
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.
Do you think we can use the new image comparator for all unit tests in place of AVA's snapshot
?
This pr already takes too long, I suggest merge it and improve it later. |
@kghost I raised a question above - is there any reason why the new image comparator was not used for all unit tests? Either all tests should use AVA snapshots or they should all use the image comparator, but having both methods coexist would make it harder to maintain this library. |
Since a recent update on my devbox(debian) phantomjs seems completly broken. I extracted the main patch to switch from svg2png to sharp and rebased it to master. https://github.com/pniederlag/favicons/tree/pr/254-part1 Good News: this way I can generate the favicons again. It would be really cool to get this Fix shipped and packaged. Big thx for putting your efforts into this! |
Can we rebase? |
Coming back from spring vacation, I'll fix the remaining problem next week. |
Also please rebase 👍 |
ping @brunocodutra |
@brunocodutra do you plan to cut a new release anytime soon? |
I was hoping to address #253 before releasing, but if there's demand for a release meanwhile I can cut one. |
Ah, great. No need to hurry. Thanks for the update! |
No description provided.