Ren de la Cruz
Results
2
comments of
Ren de la Cruz
I agree, using `object()` in this case is a legitimate use of pattern matching. Since this works with regular Python, and reduces excessive use of `hasattr` checks. Perhaps mypy should...
We're facing the exact same problem. If the cache is not available, there's no way for waffle to go directly to the DB. This https://github.com/django-waffle/django-waffle/issues/350#issuecomment-630376602 is a possible solution to...