derpston

Results 4 issues of derpston

Trying to use a markdown blockquote causes this stack trace. Any ideas? ``` rake aborted! super: no superclass method `block_code' for # /var/lib/gems/1.8/gems/api_guides-0.0.1/lib/api_guides/markdown_helper.rb:22:in `block_code' /var/lib/gems/1.8/gems/api_guides-0.0.1/lib/api_guides/markdown_helper.rb:39:in `render' /var/lib/gems/1.8/gems/api_guides-0.0.1/lib/api_guides/markdown_helper.rb:39:in `markdown' /var/lib/gems/1.8/gems/api_guides-0.0.1/lib/api_guides/views/example.rb:13:in `content'...

It's useful to be able to specify a prefix for everything, even in legacyNamespace mode. This does that. It's a little hacky/dense, but the alternative is a lot of changes...

Would you consider publishing usbrevue to PyPi? It'd be nice to be able to fetch it with pip, and have it fit into a virtualenv/requirements.txt etc workflow. Thanks!

This module won't build under python 3: ``` v4l2capture.c: In function ‘Video_device_dealloc’: v4l2capture.c:116:7: error: ‘Video_device’ has no member named ‘ob_type’ ``` If I attempt to work around that my hackily...