Rom DuPlain
Rom DuPlain
The doctest module [parses](https://github.com/python/cpython/blob/d123b24fb4fa27544594e9e452ad582d492ccefd/Lib/doctest.py#L575) and [runs](https://github.com/python/cpython/blob/d123b24fb4fa27544594e9e452ad582d492ccefd/Lib/doctest.py#L1312) examples, so it'd take re-implementing that. > The main reason you put tests in docstrings is to show examples of intended use. +1 >...
Agreed, a more exhaustive set is required. --- Original Comment By: [Dan Jacob](http://bitbucket.org/danjac)
Hi, Is there any documentation about that specific part ? Best regards, t00f --- Original Comment By: [Christophe Serafin](http://bitbucket.org/t00f)
Issue #5 was marked as a duplicate of this issue. --- Original Comment By: [Kiran Jonnalagadda](http://bitbucket.org/jace)
@kbourgoin to define this.
From @amontalenti: > Here’s a gist of a first stab at a cleaned up Kafka spout based on our internal Kafka spouts using pykafka balanced consumer. > > https://gist.github.com/amontalenti/4f459e5e702cc77bd7ab >...
Examples: [pyrasite](http://pyrasite.com/), pdb over socket, [celery.contrib.rdb](http://celery.readthedocs.org/en/latest/reference/celery.contrib.rdb.html).
@dan-blanchard says: > It's not well documented, but I actually added remote debugging support using remote_pdb in the last version of streamparse. I needed to debug some stuff, so I...
I considered adding configuration directives via Storm configuration options for [birding](https://github.com/Parsely/birding) but preferred (a) hierarchical definitions (maybe Storm YAML supports this) and (b) a validation step. The [resulting implementation](https://github.com/Parsely/birding/blob/15afcb64fb26570f34b54bbf54b2bbcd6645ce24/src/birding/config.py) may...
This depends on #84 as prerequisite.