Almog Baku

Results 159 comments of Almog Baku

I now experience it again from iOS. (Previously in my investigation I found that this comes from your servers)

any progress/hints on this matter?

I think that `virtual` is could be a better fit for your needs

cc @alex1ivlev Do you want to take it?

I guess it would be cleaner to use Pydantic for that, but will probably raise challenges with YAML as it's not a first class citizen of Pydantic

> @alexdrydew Sorry, I had no time to look into this - but I will do that. I don't think it's that simple... > > Currently we want to skip...

Compiling windows is indeed a nightmare. this is how I previously solved it with a project of mine: https://github.com/raptor-ml/raptor/blob/c8c6602cbb9d8ffd32b2e9942518626186a08c0e/.github/workflows/labsdk-release.yaml https://github.com/raptor-ml/raptor/blob/c8c6602cbb9d8ffd32b2e9942518626186a08c0e/labsdk/setup.py I basically forced compilation with MinGW's gcc, then did bunch...

That was fast! it looks like oai took much inspiration from here 😬