Ilya Baryshev
Ilya Baryshev
Pull request is welcome > 15 мая 2017 г., в 16:59, Robin Calmegård написал(а): > > When trying to fetch reviews for an app and an language where the number...
Here is what I managed to come up with ``` js var fs = require('fs'); Caman(src, function () { var caman = this; this.render(function () { var out = fs.createWriteStream(dst);...
I've rebased PR against master. Core of the fix was already there in 69bb1db2, so I've left the tests only
Callable upload_to doesn't work with instance argument yet. I don't have time to fix it myself right now, but I'd love to merge if anyone is willing to fix it.
Please rebase your commits on top of current dev, so that Travis build can run properly (I've fixed coveralls dependency).
Totally agree. Pull requests are welcome )
Your changes don't pass the testsuite. `python tests/manage.py ... FAILED (failures=11, errors=19)` Test requirements are in /tests/requirements.pip I'm planning to refactor it and put it on Travis this week.
You should ask @jbonfante, as he is maintaining this fork.
Thanks for your PR. Would you mind rebasing your branch on top of current dev branch?