Artem Yushkovskiy

Results 5 comments of Artem Yushkovskiy

As a workaround, use `dataclass` instead of `namedtuple`: ``` from cached_property import cached_property from dataclasses import dataclass @dataclass(frozen=True) class A: x: int @cached_property def foo(self) -> int: print('A.foo called') return...

Yes. To check multiple permissions and get the set of missing permissions in the answer.

Hi, we are experiencing this issue too. Is this issue going to be fixed any time soon?

try to run in a console and see the error