Trevor L. Davis

Results 26 comments of Trevor L. Davis

Once #135 is merged you should be able to specify a custom 'ani.dev' function that uses the `type = "cairo"` option i.e. for the "png" device one may do: ani.dev...

Okay, I have a couple conferences coming up so it may take me a couple months before I have the free time to fix it.

> I don't know a lot about asciidoc yet. Is there a way to add alt text for figures ? I've never used `asciidoc` but the following documentation says to...

> I see how I can make rst support the new fig.alt option because it should supports it I guess as you can separated :alt: from caption Correct. In a...

[ReStructuredText heading levels](http://docutils.sourceforge.net/docs/user/rst/quickstart.html#sections) are actually determined by the order (that underlining character) appears in the document: and not just by what character appears under the header. In particular Header 2...

My answer from before still stands: > If a patch were submitted which doesn't break any of the package unit tests then I would likely accept one. Note that optparse...

This has been discussed before ( #3 ) and one can note this was never a feature in the Python optparse library this package is based off nor will it...

@eantonya , the issue with your proposed ``stop()`` lazy evaluation approach is that we need to always evaluate ``default`` (if just to check if it is ``NULL`` or not) in...

There is a school of thought that specifying optional arguments in a function (such as ``default`` here) is more clearly understood by users if done with a ``NULL`` and should...

> Crappy solutions to this outside of the package exist, but that's what they are - crappy. There is also the ``argparse`` package (which I wrote to handle more advanced...