Noah Doersing

Results 20 issues of Noah Doersing

I haven't seen a previous issue that discusses this, but it seems to be caused by the latter four of these lines in `Pen.__init__()`: https://github.com/evildmp/BrachioGraph/blob/57859e1ea609936f8352ca30b5e9ecd7d8d6e642/brachiograph.py#L919-L924 Is there a specific reason...

When 1. plotting a file via `plot_file()` or 2. a set of lines via `plot_lines()`, my drawings come out flipped along the *x*-axis. Taking a look at the code, I...

Utter madness. ```python >>> r = 1 >>> r 1 >>> 𝕣 = 2 >>> 𝕣 2 >>> r 2 ``` I'm not sure why this is happening – not...

new snippets

This is really more of a "this could be cool and is now finally possible" rather than "will implement ASAP" kind of issue, prompted by a conversation with @btutal. After...

enhancement

In Terminal.app on OS X 10.11 El Capitan, prettyping prints two newlines (instead of one) when a packet is dropped right before the current line becomes full:

Fixes OS X's ping6 output not being parsed correctly (#7) and accidentally removes an accidental space.

### Issue type - **Bug Report:** yes - **Feature Request:** kinda - **Question:** no - **Not an issue:** no ### Prerequisites - **Can you reproduce the issue?:** yes - **Did...

feature
task
need-help

In c887f5d, a smaller menu bar icon was introduced. This leads to larger-than-usual margins and doesn't quite fit in with other circular menu bar icons (e.g. Time Machine):

I had this idea while doing the dishes today and got really excited, but the work required to implement turns out to be significant, so I'm merely keeping it as...