Ovidiu Munteanu

Results 4 issues of Ovidiu Munteanu

I know it has taken me a while but I have finally got around to making a pull request to fix the issue I spotted. You know what they say,...

According to the [ECMA-404 standard](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) (see section __9 String__) control characters are allowed within JSON strings as long as they are escaped correctly. Therefore, the string regex given in this...

Currently, the text on the image preview pop-up is barely readable: ![untitled](https://user-images.githubusercontent.com/23613300/36478456-b6861e34-16fc-11e8-984e-852ef404846e.png) Could this be changed to white or some other colour?

Trying to migrate from `testcontainers-python` v3.7.1 to v4.4.0 and `get_exposed_port` isn't working as expected. Using the construct `exposed_port = engine.get_exposed_port(engine.port_to_expose)` works fine in v3.7.1, giving the exposed port that can...