bart

Results 8 issues of bart

Hi! It appears that the `formulaic` wheel metadata is faulty for the license file. It states `License-File: LICENSE`, but the license file is located in `licenses/LICENSE`. As a result, e.g....

# Pull Request Check List Resolves: https://github.com/python-poetry/poetry/issues/6713 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code.

Bandit 1.7.5 has some inconsistent behaviour. Assume a directory with just one subdirectory in it, which in turn contains a single file: `./tests/build.py` The following behaviour is observed: - `bandit...

Hi! I'm trying to set up a RESTCONF client through FREECONF. I'm working through the [Car example](https://freeconf.org/docs/examples/restconf-client/) and aim to present the user with configuration, update the configuration, and display...

Hi! I'm still tweaking the ["Next step"](https://freeconf.org/docs/examples/next-step/) and ["RESTCONF client"](https://freeconf.org/docs/examples/restconf-client/) example. This time I want to start the car through the RPC and then see that status reflected in the...

Hey! I've been playing around with FreeCONF for some days. In general I like it, and it really helps me to get a better understanding of YANG and RESTCONF. Today...

Closes #50 @brutella the test that I added passes for v1.2.11 and fails for v1.2.12 and v1.2.13. I identified the issue to the question/response logic as expected. Either the question...

Hi @brutella, First of all, thank you for the valuable work. I use this package on regular basis, also in professional setting. Now, I just upgraded to `v1.2.12` and came...