Martin25699

Results 4 issues of Martin25699

How to correctly mark objects as deleted or added? ```python def iterable_compare_func(x, y, level=None): try: return x["id"] == y["id"] except Exception: raise CannotCompare() from None old_data = [ { "id":...

enhancement
help wanted

Hi, what are the best practices for inject in celery tasks? ```python from celery import shared_task class FooService: @inject def __init__(bar: Bar): self.bar = bar def run_method() pass @shared_task(name='foo_task') def...

[User Error] Uncaught Zend_Translate_Exception: Locale "ru" not found in file /home/c/cx40698/grr.tmweb.ru/public_html/betterbuttons/lang/ru.yml