mf01

Results 3 issues of mf01

How can I retrieve a signals ValueDescription with the nbew API? Formally I use `sig.ValueDescriptionByValue(value)`

I would suggest to add a const iterator to class Iterable besides to the modifiable iterator. Example for https://github.com/xR3b0rn/dbcppp/blob/master/include/dbcppp/Iterator.h ``` template class Iterable { public: Iterable(Iterator begin, Iterator end) :...

Affected Line https://github.com/avast/pytest-docker/blob/567fa091a0d8ccf4ac2e8897c1ccecf08774125c/src/pytest_docker/plugin.py#L79 `endpoint = output.strip().decode("utf-8")` Affected Version: at least since 0.10.3 I use PyCharm on Windows 10 to debug my pytest test cases. Starting the conatiners the above line...