Dawn James

Results 3 issues of Dawn James

Might fix #90. * Use [`shutil.get_terminal_size`](https://docs.python.org/3/library/shutil.html#shutil.get_terminal_size) to detect terminal size in Python 3 * Use [`backports.shutil_get_terminal_size`](https://github.com/chrippa/backports.shutil_get_terminal_size) to detect terminal size in Python 2, as per [this SO answer](https://stackoverflow.com/a/14422538/722553). This appears...

When I load a diagram without a name, I see a warning: ``` Diagram unnamed. Try "@startuml name" ``` I see nothing in the [PlantUML specification][1] about naming diagrams, but...

Hi, I'm trying to extract the "grouping" field from an mp3 file. `getGrouping()` returns `null` for my MP3 file; on examining it in a hex editor I find that the...