Dmitry
Results
2
issues of
Dmitry
I've noticed inconsistent behavior when reading values from vector using `.back()` routine. Digging it I've realized that essentially most of the vector read routines rely on the buffer_value class to...
feature
Is it possible to add support for connecting to Docker using `npipe:////./pipe/docker_engine` like in this [guide](https://docs.docker.com/desktop/faqs/general/#how-do-i-connect-to-the-remote-docker-engine-api)? Currently I'm using `tcp://localhost:2375` protocol. However, to use that protocol it is necessary to...