Venelin Stoykov

Results 157 comments of Venelin Stoykov

I added info in the GitHub releases for the latest version https://github.com/matthewwithanm/django-imagekit/releases/tag/4.0 @matthewwithanm can you also look at it. Do you agree for putting changes there and the way how...

Yep. That's right. I've spend some time to improve the description to look more like a change log.

Hello, I'm looking at the code at [pilkit/processors/resize.py](https://github.com/matthewwithanm/pilkit/blob/b0b19d13dfbb3de4390ab3c0b5a98630502a975d/pilkit/processors/resize.py) and can't see a logic for explicitly rotating an image. I'm not sure if it is coming from Pillow somehow if in...

Hello @asellappen Thank you for your contribution. Currently there is some problem with the Travis and I'm looking for migrating the project for using Github Actions. Do you know if...

Hey @asellappen. We already migrated to use GitHub Actions. Probbaly new PR need to be made in order to test for that architecture. You can change your PR to introduce...

@Mamal1999 can you provide more details? What version of django-imagekit and python you are using. The latest version of django-imagekit is 4.0.2 and it does not have this code inside.

The latest version of django-imagekit is 4.0.2. There is probably some problem with the autoupdate of the documentation in the read the docs. With using the latest version of django-imagekit...

In the example code I can't see anything related to ImageKit. Just pure Django (at least for the models). Can you try to reroduce this but using simple Django model...

I'll be very glad if someone is willing to provide a PR with this functionality.

I'm not sure if it is an issue with ImageKit at all. There are certain conditions in with Django itself will blow up if there is a problem with the...