Anton Kovalevich
Anton Kovalevich
@salarcode I found another way: https://support.mozilla.org/en-US/kb/firefox-dns-over-https#w_excluding-specific-domains
Found another link: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/dns/resolve
@salarcode is it possible to use temporary fix like 3 character county code?
Have similar issue: ``` from typing import Type class A: ... class SomeMixin: ... class some_framework_app: ... def subclass_a(something): class A1(A): attr = something return A1 class B(some_framework_app): C: Type[A]...
I reproduced test fails and fixed it Also I added new test with my code example. The most funny that these changes are work in my project but the test...
@auvipy how many time i have?
@auvipy sure, i'll do it as soon as work rush will end. It looks like it's the last week of emergent work
@zikphil did you test this branch? Is it ok?
Я уже пару лет не трогаю эту либу -- там с monkey patching на самом деле дикое уродство. Так вышло, что мои проекты на текуший момент даже не используют celery...
Hello. I understood the root of problem -- I didn't test redis backend. Fast solution -- temporary switch broker to RabbitMQ Another fast solution -- disable `ALL_BACKENDS` via env variable...