Gökhan Mete ERTÜRK

Results 6 comments of Gökhan Mete ERTÜRK

I have the same problem with latest react native and react-three-fiber. Downgraded to these, but still doesn't work: ```json "@react-three/fiber": "^8.3.0", "expo": "~46.0.9", "expo-gl": "~11.4.0", "react": "18.0.0", "react-native": "0.69.5", "three":...

What is the current status of this one?

Just wanted to note that firefox 115.0 supports indexedDb in private browsing by default now. Release notes can be found [here](https://www.mozilla.org/en-US/firefox/115.0/releasenotes/).

Apparently there are several alternatives [here](https://github.com/aagarwal1012/Animated-Text-Kit/issues/163) so I'm closing this one.

Now this may sound a little bit weird, but can you try changing this: `team_members: fields.ReverseRelation["Employee"]` with this: `team_members= fields.ReverseRelation["Employee"]` And initialize model structures before using the pydantic_model_creator: `Tortoise.init_models(["__main__"], "models")...