Nathan Jessurun

Results 63 issues of Nathan Jessurun

- [X] fixes #51 The tests pass, but I have no idea if I did it the right way. Hoping this is easy enough for someone more experienced to pick...

Maybe this is unsupportable, but I figured it was worth asking. In my library, metadata for function arguments is stored in the docstring, looking something like this: ```python def a(x=5):...

The Semi-Supervised Semantic Annotator (S3A) is an image annotation tool designed with configurability and performance in mind. Its use case is primarily geared toward large images with a sizeable number...

I love the coroutine game! To me, it's a lot more fun when the numbers "chase" the player, which is enabled in this PR. Also, running the example as-is generates...

`fire` can complete ~90% of the CLI needs for my application. However, the help documentation is only available during runtime in my case. Is there some way of getting access...

question

Consider the following example: ``` import fire def test(a=1, b=1): """ Returns the sum of a and b. :param a: The first parameter :param b: The second parameter """ return...

Function signatures containing typing information should also show this in the help screen. For instance, I would expect the `--help` screen for `def main(arg1: str, arg2=False):` to indicate arg1 is...

I saw a few commits from around 7c0a8795ea49402ecb407550b51b18977be0fa88 that deal with an IEEE stylesheet. However, I can't seem to find examples from the current repo state. Is this still available?...

enhancement
question
easy

This is a great feature present in the default Matlab editor. When the cursor is over an 'if', 'while', 'for', etc. block that requires an 'end', the 'end' that matches...

enhancement

It would be great if DoxyIt supported class and member variable documentation as well. Ideally this would be implemented as additional radio buttons near the top of the settings dialog:...