Adam Smith

Results 11 issues of Adam Smith

Got this error when adding in the `yamlls` configuration and then starting neovim ``` Error detected while processing /Users/example/.dotfiles/nvim/init.vim: line 94: E5108: Error executing lua [string ":lua"]:28: attempt to index...

Not sure the "user specific" part of it is right, however I'll explain so maybe it's clear So this was a thought out of me doing some work with our...

TODO

Add a ZoneFileProvider, this will be very similar to AxfrSource, but have the ability to read a Bind Compatible zone file and be able to write one out. dnspython package...

new-provider

This is a follow up of #1163 VyOS/Vyatta/EdgeOS allow you to get the configuration in two ways * `show configuration` - will give you a hierarchical structure * `show configuration...

Create a provider for Linode's DNS Mostly a TODO for me :P

new-provider

Create a provider for Vultr's DNS Mostly a TODO for me :P

new-provider

### NetBox version v3.3.10 ### Feature type Change to existing Module ### Proposed functionality nb_inventory would return console_ports and/or console_server_ports if enabled in the configuration ``` console_ports: true console_server_ports: true...

Enhancement

So one issue I experienced is that I applied a config from napalm-vyos with the vyos user which was to add my personal user. This works fine. However on the...

Fixes #47 Capture the errors from Netmiko and show them to the user Before: ``` TASK [Apply Configuration] ********************************************** fatal: [dev]: FAILED! => changed=false msg: 'cannot install config: Failed to...

When applying a commit that ultimately fails the errors are not shown to the user, looking at Netmiko it does capture these errors and passes it back when a ValueError...