pierec
pierec
Hi! `0.18` changelog says that: > (...) In that case, it will actuall json dumps and loads automatically for you, which will break if you did it manually in your...
The pattern I tend to use for cleaning up resources boils down to providing an `[Async]ExitStack` singleton: ```py from contextlib import ExitStack from dataclasses import dataclass import injector @dataclass class...
+1, very useful! @mkaranasou - can we get this merged, once you have a spare moment?