Rom DuPlain

Results 22 issues of Rom DuPlain

[This gist](https://gist.github.com/rduplain/c403ccc4eb9b17d92c27) has my investigation in all things hy + doctest: how to do it, limitations, an idea for `hy.contrib.doctest`, and a starting point for a py.test plugin to collect...

feature

Add a pack, as described in anythingcodes/slack-emoji-for-techies#1.

I never remember to call .items, and I was just reminded of this when getting a new developer spun up. Instead of: ``` for obj in MyModel.query.paginate(1).items: pass ``` I...

pagination

Jinja has a useful feature where you can strip out whitespace that you've added to make your template more readable: ``` jinja {% for item in seq -%} {{ item...

enhancement
help wanted

I'm using nose, and apparently, some of it's functionality, like the ability to yield tests, are not supported when inheriting from unittest.TestCase. How do you feel about exposing the actual...

enhancement
import
proposal

Specifically I'm testing for status 400 for my web API, but others might be useful as well. --- - Bitbucket: https://bitbucket.org/danjac/flask-testing/issue/3 - Originally Reported By: [Dag Odenhall](http://bitbucket.org/dag) - Originally Created...

enhancement
import

The documentation does not specify how the tests are to be run. Perhaps this should be added. --- - Bitbucket: https://bitbucket.org/danjac/flask-testing/issue/6 - Originally Reported By: [Kiran Jonnalagadda](http://bitbucket.org/jace) - Originally Created...

bug
enhancement
import

Related: - [pykafka](https://github.com/Parsely/pykafka) - #83

Given the use of `ShellBolt`, we could consider having a given component in the streamparse-based topology use a Python implementation other than the one that streamparse is using. This could...

enhancement