Urs Baumann
Urs Baumann
I also had it after an update in my windows tests in github https://github.com/InfrastructureAsCode-ch/nornir_rich/runs/7483512482?check_suite_focus=true I am using `PYTHONIOENCODING: utf-8` at the moment and it works fine but for me on...
Does the `field` key needs data, or could it be an empty object? As a developer working with telemetry data, I prefer the data to be as static as possible....
Hi @jktjkt, hi @fredgan, I fixed some tests, and I added pathlib. What do you think? I am at the IETF Hackathon in London and thought I could do some...
As I just got informed, @jktjkt only cares about the invalid regular expression on windows which is fixed now. I am interested in moving the scrips into the repository and...
I totally agree with type 17. It would be nice to have an up-to-date protofile. Can I get the file from the device?
This should be easy to fix in pydantic v2 (https://github.com/pydantic/pydantic/blob/2b9459f20d094a46fa3093b43c34444240f03646/tests/test_parse.py#L95-L113) Depending: #14
The augment models should be used with the original model. So the pyang command would be like: ```bash pyang -f tree --tree-depth=4 junos-es/conf/[email protected] -p "common:junos-es" --deviation=junos-es/conf/[email protected] --tree-path=configuration/security ``` Therefore the...
I want to allow uses to extend reports like junit without hard code it in nuts As a PoC I created the following conftest.py ```python import pytest @pytest.hookimpl(tryfirst=True) def pytest_nuts_single_result(request,...
Sorry for getting back to you so late. Did you use the generated models in any projects? I think RPCs are special and need treatment that is different from normal...
Closing because of inactivity. Please feel free to open an issue to talk about further.