André Costa

Results 13 comments of André Costa

Same, is there any good alternatives?

Thanks I will take a look then 👍

> > > > How did you solve the _id vs id in Beanie + FastAPI? > > > > > > > > > I think what you want...

> For me, problem solved with directly pip installing .whl from https://docs.ray.io/en/latest/ray-overview/installation.html which I am py3.10 on win10, just for reference ![image](https://user-images.githubusercontent.com/95896950/192256803-1e68f6ea-be36-44b5-98dd-44f78c937c8b.png) @GLGDLY Can you give the link for the...

I'm encountering the same problem sadly. Any workaround instead of using a VM?

I am at 5.0.2. Well I need to record sound and not generate samples so I didn't try to fix this issue. I'm not getting much success on recording though....

Thanks for your input @bambooeater Lets hope someone can check this out.

I could record without problems, I didn't try anymore generating samples because I didn't need that for my project. I don't know if anyone managed to solve this problem.

I'm also having problems: ``` saleor-storefront/src/core/config.ts - Add new gateway provider name here. saleor-storefront/src/@next/components/organisms/ - Create a new folder for new payment gateway component here. saleor-storefront/src/@next/components/organisms/PaymentGatewaysList/PaymentGatewaysList.tsx - Import new gateway...

Why do we have this bit of code: ```python except Exception as e: if self._writer: self._writer.transport.close() self._reader = None self._writer = None raise OperationalError(2003, "Can't connect to MySQL server on...