jakirkham

Results 512 issues of jakirkham

I know this is still a bit early in development. However, it would be nice to get some idea of what this is going to require to run. One of...

Closes https://github.com/mbr/asciitree/issues/10 Adds `first_child_head` and `first_child_tail` to `Style` and implements them in a compatible way for `BoxStyle`. Updates `LeftAligned` to handle the first child with these special methods.

Would be nice if there was a way to check if a child will have children or not through some mechanism in `Style`. Not entirely sure what that would be...

In the event that one needs to customize how the first child appears, it would be nice to have `first_child_head` and `first_child_tail`. Also would be nice if `LeftAligned` handled the...

Appears that 0.9.0 is missing from PyPI. Would be nice to have that available.

Would be neat if we could override the navigation bar used on the status page via `config.json` and maybe some custom HTML file we include. This would be handy when...

In the status log, it would be nice if there were links to the underlying issues/comments. So one could click on that element in the log and be taken to...

Please add git tags for your releases. This will make it much easier to inspect the code and see what has changed from release to release (especially if one encounters...

Running into the following error during coveralls submission. It appears that submission still occurs, but the object returned is somehow unacceptable. Also, it will dump some HTML. The full log...

Ensures the `MANIFEST.in` is included in `git`. This file should not be ignored by `git` though `MANIFEST` which is generated from `MANIFEST.in` and other resources when making a package should...