Tin Tvrtković
Tin Tvrtković
**Bug Report** Hello. Here's something I stumbled upon implementing an asyncio thing. It looks like an issue with ParamSpec and/or generics to me. **To Reproduce** ```python from asyncio import AbstractEventLoop,...
This is something for us to consider, and it's come up on the typing mailing list a few times. A _Pick type_ is a TypeScript thing. You take an existing...
This PR enables other libraries to define their own Attribute classes (replacing attrs.Attribute), and hence to define their own `fields()` function. _Why does this need to be in attrs?_ Because...
Even the birds on the branches nowadays know we do a class switcheroo when defining slot classes. The initial class (the one we throw away) is part of a reference...
### Description Hello! I think this is a cool library, and I think you should consider integrating with the attrs ecosystem. A small disclaimer first: I'm a major contributor to...
Hi! When do you `scheduler.spawn` at a certain point in the code, chances are a new task will be spawned from the current task. That new task will inherit the...
And upload to Maven Central.
Would be pretty nice to have a unified interface for streaming handlers across all the frameworks.
Ubuntu 14.04, Python 2.7. When selected a process in the list of processes: Traceback (most recent call last): File "/home/tin/pg/pyrasite-gui/local/lib/python2.7/site-packages/pyrasite_gui/gui.py", line 599, in selection_cb self.generate_description(title) File "/home/tin/pg/pyrasite-gui/local/lib/python2.7/site-packages/pyrasite_gui/gui.py", line 469, in...