Mike Pennington
Mike Pennington
- [ciscoconfparse2](https://github.com/mpenning/ciscoconfparse2) uses loguru in a [pretty simple](https://github.com/mpenning/ciscoconfparse2/issues/1) manner, decorating methods with `@logger.catch(reraise=True)` My problem is if I hit a bug in certain methods, I get an infinite traceback from...
In a similar vein to https://github.com/melbahja/goph/issues/13, is it possible to `Run()` multiple commands in a single session? This fails with a panic on my system... a single command works just...
Arguably, the single-biggest use-case for any expect library is automating SSH logins. I am successfully doing this with [`ssh_logger`][1] but it took a while to grok all the corners of...
IOS XR uses different syntax and there needs to be a unique `syntax="iosxr"` keyword; one example: Github Issue #291 Add a `syntax="iosxr"` keyword and initial factory parsing for IOS XR....
As part of the general API overhaul heading into [version 2.0.0][3], the following legacy methods have been removed. - ciscoconfparse append_line() - ciscoconfparse delete_lines() - ciscoconfparse find_all_children() - ciscoconfparse find_blocks()...
FYI, under debian bookworm, I had to configure `/etc/apt/sources.list` with `non-free*` in order to install `netperf`... ```none $ cat /etc/apt/sources.list deb http://deb.debian.org/debian bookworm main non-free non-free-firmware deb http://deb.debian.org/debian bookworm-updates main...
This PR adds `purge_task()` which is a missing part of the official TaskWarrior API. I templated this off the `delete_task()` method and added a force purge before delete in case...
If you add a tag named 'completion:20', you get a bogus '20' key entry in `Task()._data`. If the aforementioned tag with a colon is added via `tasklib`, it should not...
I'm trying to render a slide like this, but I can't figure out how to get both monospace text and bullets on the same slide... is there something I could...
Hi, I'm running Win10 with the BTS 3.19 patch and the Totestra map loaded. When I hit F6 to get to the technology advisor, I see a blank screen. Can...