Rostyslav Bryzgunov
Rostyslav Bryzgunov
We're starting using Redis for Django caching in our project and we **must have** Redis cluster. And I can't find *any suitable solution* for it as of today. According to...
**UPD:** I had to _read & hack_ a lot of `django-redis-cache` code to create my custom backend that uses `redis-py-cluster`. Then I tried to do the same with `django-redis` and...
I have found one workaround: `this` inside a custom binding handler in a reference to the model and inside the model there is a `view` link: ``` js bindingHandlers: {...
@monovertex - do you agree with my recent remarks?
Great, I'm looking forward for it ;) And take your time, nobody is rushing, it's OSS.
@monovertex - ping? ;)
As I see it now (just an idea): ``` html $('.circle').circleProgress(/* ... */); // you can use original unmodified functionality $('.arc').arcProgress(/* ... */); // here is the plugin that implements...
I'll take a look, thanks!
I don't see where is the circle on your page. Please, provide precise steps to reproduce the problem.
Thanks, @pooria-jahedi. I can reproduce the bug and I'll try to fix it.