Vladimir Chub
Vladimir Chub
It seems that https://github.com/respondcreate/django-versatileimagefield has no attrubute `variations`. ``` ----> 1 image.variations AttributeError: 'VersatileImageFieldFile' object has no attribute 'variations' ``` Probably it would be better to add the possibility of...
@akolpakov In my application using [django-versatileimagefield](https://github.com/respondcreate/django-versatileimagefield) I resolved this issue very simply: there are few settings which can be used for configure locations of changed images: `VERSATILEIMAGEFIELD_SIZED_DIRNAME`, `VERSATILEIMAGEFIELD_FILTERED_DIRNAME`, `VERSATILEIMAGEFIELD_PLACEHOLDER_DIRNAME`, so...
@MaZZly Very useful pull request. After found this package, I immediately thought about feature when running command - that the thumbnails will be deleted. @akolpakov Is there any progress with...
I also found similar issues for client libraries in other languages. For example, this one for NodeJS: https://github.com/squaremo/amqp.node/issues/165 They resolved it by this way https://github.com/squaremo/amqp.node/pull/166/files Also this bug is reproduced...
> since a few versions we've migrated the frame encoding and decoding to pamqp : https://github.com/gmr/pamqp > > imho we should open an issue there. Hi @dzen I need to...