Torsten Rehn

Results 42 comments of Torsten Rehn

This seems like a reasonable way to help with long pages. I would prefer for it to be configurable per-page and off by default though, as most of my navs...

Can you provide an example `repr()` or the returned value? Ideally from PySNMP as well.

Python 3 is supported

I, too, am growing tired of figlet and its many unattractive font options (see also #66). However I'd really like to not make my own font. https://pypi.org/project/python-cfonts/ might be an...

can't merge this as is, people might rely on the current behavior maybe make it an explicit new mode with `--since` or something like that

Big +1 on this. I'm already doing it (see #233 for details), but of course thats all kinds of unsupported ;)

This would have to be a test covering every node at once. Checking just a single node for unused metadata would produce many false positives (extra metadata added by a...

I think the way to do this would be to build two set of metadata key paths while building the entire repo (including files). One set for every metadata key...

I've been considering stealing a few ideas from [automatix](https://github.com/seibert-media/automatix) to create "procedures" (working title) that describe sequences of commands/code run on potentially multiple nodes and/or the local machine. Triggering such...