Chris Luke
Chris Luke
Apologies for the late response. Much of what is in the model now is based on meeting the needs we had at the time. OpenConfig doesn't strive for completeness, only...
Possibly related (let me know if a new issue is required), I was chasing what I think is a related issue with `jsonschema`. They switched to `importlib` a while ago...
> If we have the following history of OpenConfig versions like this: `v3.1.0 -> v3.2.0 -> v3.3.0 -> v4.0.0` would there ever be a bug fix, enhancement, or other change...
> > We discussed this at the Oct 18th community meeting and that review raised a few areas of concern: > > > > * There's no discussion of extant...
@CC-vga I think you need to make use of Markdown to encapsulate your YANG, and especially your XML, in a pre-formatted code ``` ``` block so it renders correctly. The...
You need to create an instance of `practice.practice()` and then grab a reference to a new entry on a list from inside that. something like: ``` pr = practice.practice() ......
Taken from some code that appears to work for me... ```python xml_parser = objectify.makeparser(remove_comments=True, remove_blank_text=True) ... def loadxml(data, root, xpathhelper): doc = objectify.fromstring(data, parser=xml_parser) pybindIETFXMLDecoder.load_xml(doc, None, None, obj=root, path_helper=xpathhelper) ```...
Yikes, this has grown into quite the submission! Thanks for making this available!
@Cerebus I know this is an old thread, but it's still open. :) Were you able to make any progress on this feature?
> @bstoll @chrisy sorry for the delay in addressing your comments. Can you please take a look at the latest changes? I am comfortable with the documentation updates.