ale7canna
ale7canna
Hi @zzzeek, I'll try to be clearer. Firstly, I want to point out that I'm working on postgres. The following class definition ```py class SomeType(enum.Enum): foo = 'foo' bar =...
Thanks guys for your answers. I'll do as you suggest. Can you confirm this is something you're not going to address in the next releases?
Hi guys 👋 Any news on this? It'd be very nice to have it out of the box, without using `ContextVar`s to work around this. Thanks a lot