Nathan Hunt
Nathan Hunt
@sisrfeng if having a config file is important to you, you could look at my repo [here](https://github.com/neighthan/gpu-utils). I found it easier to just write a little script for this myself...
It would be nice to have a full-on format string like, e.g., `git log` does so the user could specify which gpu parameters to show, in which order, with which...
While working on a PR for this, I found several differences between the methods of `pathlib.Path` and `py.path` (e.g. `py.path` has `isdir` instead of `is_dir`, `mksymlinkto` instead of `symlinkto`, `isdir`...
This wasn't exactly intended to fix #25, but I believe it does (certainly in my tests).
This should give a merge conflict if #27 is merged first; doing `plot_string = '\n'.join([''.join(row) for row in result[::-1]])` is the only part of that which could be easy to...
Okay, the hacky fix mentioned above does *not* work in all cases; sometimes the `actual_height` will end up less than `target_height`. So, a more principled fix really is needed. (`pplot...
Even the templates you've checked above, like BrowserView, aren't working for me - perhaps there are multiple issues at play? I don't get any new console output when I try...
This happens because the reset zoom button is in a nav element, but I remove nav elements from the html in the IPython magic (I found it nicer without the...
This is related to #357 but that one probably requires more work to change. I don't want to have tasks take up more space than the time they're allotted to;...
Removing the padding in `task-block future` and `task-padding-box` gives  which already looks much nicer, except the left/right padding should be kept (top 2 tasks are 10 minutes, bottom one...