unsignedint

Results 6 issues of unsignedint

Firstly, I think this looks like a great project and it's good to see an alternative in this space! I finally got around to testing `vctl` on Fusion 11.5.6 (macOS...

documentation
performance

Found an issue where serialised XML output would have incorrect ordering _sometimes_. It turns out I never saw this because I was developing with python 3.6, which features an ordered...

I was attempting to build a "fluent" interface but had some trouble with using `deepcopy()` ```python >>> a = lacp_.lacp() >>> b = copy.deepcopy(a) ...pyangbind/lib/yangtypes.py in __new__(self, *args, **kwargs) 1127...

Updates the `reserved_name` list. WARNING. This has the potential to break a lot of existing code if there is code using existing members with reserved names, e.g. see the tests...

I found that syntax highlighting with "plain" loop inside a function definition would not work correctly, for example: ```vhdl function blah return boolean is begin loop end loop; end function...

## Checklist Please put "X" in the below checkboxes that apply: - [X] If committing a change of production code, I have tested it in different browsers (Chrome, Firefox, Safari)....