Marc Leonard

Results 23 comments of Marc Leonard

Id like to know if its under dev as well... Doesn't seem to be so.

> > > I am experiencing the same issue on Windows 10. If I subclass `PostgresContainer` like so then it works: > > ``` > class X(PostgresContainer): > def get_connection_url(self):...

I am having the same issue on windows WSL2 Python 3.7.6 Docker engine version v20.10.2 testcontainers[mysql]

This feels like a named pipe issue. I found this workaround to work for me: https://github.com/testcontainers/testcontainers-python/issues/108#issuecomment-660371568

@tim-finnigan I'm not quite understanding how to implement a work around in practice. For instance, if you take the original example: ``` def x(): session = boto3.Session( aws_access_key_id=public_key, aws_secret_access_key=secret_key, )...

(just sent you a message on reddit about this)

for functions, yes. But other ambiguous global variables, no. For instance... `frame_rate`. It might work well to add these globals to a separate class. poorly named example: ``` import p5...

I don't know opengl either... This is the best I got :-) https://www.opengl.org/discussion_boards/showthread.php/167955-drawing-a-smooth-circle

I'm wondering if you couldn't drill into the pygame code to get the opengl pieces for arc/circle/ellipse etc...