Tin Tvrtković
Tin Tvrtković
@anderssonjohan I spent some time debugging your example (phew, these are kind of hard to debug tbh). I think it's the same issue. The reason it works if you change...
Looks like this was fixed by a different issue. I've added a unit test for the OP case just the same.
A little difficult to answer these without concrete examples. I think #312 is a better bet than the old snippets since it's a more sophisticated approach, and it's a better...
Hm, you're right. The unstructure path for unions is too simple, so it ends up being equivalent to just `list`, instead of `list[A|B]`. We should fix this. I think fixing...
I'm affected by this as well (Ubuntu Precise, Eclipse 4.2 SR1).
The perspective bar IS themed though. 
So we're getting this as well. It seems the tornado-redis client destructor is to blame. I've managed to attach to a blocked process with Pyrasite and get the following stack...
Hi, sorry for the delayed response, I was on vacation. These strategies are somewhat stateful since a lot of them do some of the work at configuration time, rather than...
I assume you're using `from __future__ import annotations`? _cattrs_ calls `attrs.resolve_types` on every class it sees, which calls into `typing.get_type_hints` which explodes. I don't think there's an easy way for...