Allen Riddell
Allen Riddell
Well, there is one example I know about - Friends of GNOME https://www.gnome.org/friends/ (4 levels)
I do wonder about the overhead in running this. If there were a lot of donors and a lot of premiums I could imagine there being a lot of administrative...
I happened to be in a museum today and had one more thought about this. @nayafia @nanuxbe If the amount given/donated dwarfs the "reward" I think the situation is less...
I think we're thinking about different kinds of open source projects. Perhaps this donation-focused approach would be more appropriate for projects which tend not to focus on providing tangible benefits...
Numpy's style is supported by Sphinx since 1.3: http://sphinx-doc.org/latest/ext/napoleon.html
Ignore my previous comment (implicitly) in favor of Numpy. I had thought that Sphinx did not support Google style. [It turns out that Sphinx does](http://www.sphinx-doc.org/en/stable/ext/napoleon.html). Google and Numpy style are...
Should the milestone for this be bumped? This would be great to get in.
I also encountered this. (Or at least I think I did.) I take it that fixing the problem is more complicated than just adding a check `if fut.cancelled()` in channel.py?...
Here's a log where the problem occurs. It looks like `self._get_waiter('close')` in channel.py is canceled, so `self._get_waiter('close').set_result(True)` raises an exception. ``` Dec 28 08:51:02 etna docker[25369]: ERROR:aioamqp.protocol:error on dispatch Dec...
I'm not doing anything sophisticated, just a simple RPC setup; no multi-threading just asyncio. If I do have two coroutines that both close the connection/channel there shouldn't be an error,...