Chris Jones

Results 4 issues of Chris Jones

Issue Type ------ - Feature Idea Module Name ------ juniper_junos_config Summary ------ Would be really nice to be able to use juniper_junos_config to be able to load a diff, like...

Priority: Low
Status: Accepted
Type: Enhancement

I have two USB devices connected that share identical VID, PID, usagePage, usage, and path. The only difference between them when I use `--list-detail` is the `serial_number`. Would it be...

**Is your feature request related to a problem? Please describe.** It would be really beneficial to be able to attempt to connect to multiple backup URLs if the first one...

Python3 doesn't have `urllib.quote`, you must use `urllib.parse.quote` instead. Updating the module so it can be used in Python3.