rokdd

Results 14 comments of rokdd

I am also new and struggling. Best practise for me is: ``` @when_all(m.value.matches('%d{1,3}[.]{1}%d{3}')) def value_remove_thousands(c): print(sys._getframe( ).f_code.co_name+': {0}'.format(c.m.value)) c.retract_fact(c.m) c.m.value=123 c.assert_fact(c.m) ``` and the results I get "inplace" replaced because...

> > > It looks like Comskip is producing a chapter with an end time after the total end time of the video. It should be a simple fix to...

I guess I have the same problem.. what is solution to solve this?

``` import django_q from django_q import cluster from django.utils import timezone assert django_q.VERSION

Perfect thanks! Then I was right, now everything runs a bit better, but I also changed some other behaviours in code ;-)

Right I already noticed.. So what I did: ``` from django_q.models import Failure,OrmQ,Schedule Schedule.objects.all().delete() Failure.objects.all().delete() OrmQ.objects.all().delete() ```

Because I experience that the task are stucking in the other models and thats why I delete them there as well. When you only want to delete for a specific...

I don't know I have problems to open the permissions per collection.. if it is "custom" the popup closes immediately? When it is not the same issue I will file...

> May or may not be related, but we had this kind of behavior during creation/deletion of permissions via REST. It will happen after creating a second permission on the...

> > Thanks for your hints.. We definitely also remove and add permissions. Anyway it seems for me a bug when the order is important how to do things. >...