Julien Simbola

Results 10 comments of Julien Simbola

Docker-py is using paramiko to provide ssh connection ([ref](https://github.com/docker/docker-py/blob/a9748a8b702a3c75b46ba8c8d0490e4b8ec5ab04/docker/transport/sshconn.py#L164)). Maybe it is possible to use [asyncssh](https://asyncssh.readthedocs.io/en/stable/#direct-tcp-connections) which provides a superset of the functionality found in asyncio transport ?

I think that may be a docker bug, issue opened here : https://github.com/moby/moby/issues/42783

not happy about the tests because only default values seems to be working on the ci (though it's working fine on my desktop) For example, I've been able to validate...

It's taking time to merge and now there are some versions conflicts... I've solved them. I don't know what to do to merge

Hello Just for information, on dompdf 0.8.2, tfoot is working well but must be placed at the end of the table : ``` ... ... ... ```

Still present on version 20.10.12 Another problem that "may" be related to that bug, tmpfs-mode permissions are lost when you stop and start a container. For example : ``` $...

I confirm @hulr analysis. I've been able to reproduce it with postman using a limited role (Full-access on tags and VM only). The update of tags raised a 401 FORBIDDEN...

I have made a PR for that bug : https://github.com/vmware/ansible-for-nsxt/pull/507 Tested, it works fine. However, I don't know if it is a real fix or just a workaround