Mathieu Desvé

Results 10 comments of Mathieu Desvé

Hi 👋! I'm looking for the same feature and think based on this thread that it wasn't possible yet... So for the community, you can achieve the same result with...

Thanks for your Pull Request ! But it's possible merge your two PR in one. And it's better if you add some unit test for validate your code. Add a...

@Philzen push some tests, it's good for you ?

+1 very important feature for early stage startup because Flexible plan start at ~$1/h ($720/month). It will help to access the Fixed pricing with Terraform to easily upgrade when needed.

Hello, I'm also in the same situation on my mac (not m1 but I have also an m1 to test if you need it) I install ambit like follow: ```...

A bit are to test on my mac because `pygame` `1.9.6` wasn't pre-compiled for `python3.9` so I switch to `python3.8`. Seems to produce the same result: ``` [F] Device.__init__() DEAD:BEEF...

Related to that maybe? https://stackoverflow.com/questions/68225235/unable-to-obtain-graphics-context-for-nswindow-mojave-behavior-pygame

> i see they solved it by installing a dev version of pygame. have you tried that? pip install pygame==2.0.0.dev6 Didn't work better > are you able to run any...

I try the example here: https://stackoverflow.com/questions/68225235/unable-to-obtain-graphics-context-for-nswindow-mojave-behavior-pygame And it works

From my searches and understanding (I have basic Python knowledge and never play with `pygame` ...), it seems that your are rending the interface outside the main thread -> https://github.com/khimaros/ambit/blob/b5f110114a274bbac22309a8f38a2baf39c1e60d/ambit/render.py#L244...