Ivan
Ivan
When there is no any option (`r.Options.String()` = `0x0`) it leads to double caching (no fragment cached image ({remote_url}) and fragment cached image ({remote_url}#options). Ofc, I can fix it just...
There is a new version of https://pypi.org/project/decorator/ (5.0) and it is not compatible with current version of the retry library. You have to add `decorator==4.4.2` to make it work... Can...
In 7.1.0 `CHANGELOG.md`: `* Added `if_seq_no` / `if_primary_term` to replace `version` for [optimistic concurrency control](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/optimistic-concurrency-control.html) [#1803](https://github.com/ruflin/Elastica/pull/1803)` But, even if you can set these params on Action Object - they are...