Laura Bécognée

Results 21 comments of Laura Bécognée

Yes, I can, but I don't include anything special in my model, I juste want to use the _id created by mongoDB as the primary key, like I would do...

> Try to create your models like that > > ``` > from boson import ObjectId > from djongo import models > Class category(models.Model): > id = ObjectIdField(db_column="_id", primary_key=True) >...

> Hello, @Aqueuse! > > Could you please check if the solutions from #557 solve your problem? This looks like you didn't run the initial migrations for your model, or...

Yes, I have do all the migration after switching (I would not have been able to access it from the admin page otherwise).

Hello, Is ImageOnMap mostly ready for 1.17 ? I would like to use it and I would be happy to help if needed

Hello, I'm having the exact same issue right now (never happened to me before). I'm on Unity 2022.2.1f1. I'm having this bug AFTER creating a new project and patiently re-importing...

> Hey! Okay are you also using a static field, similar to op's field named TestGameController? yes, but it's on my project since months and it has never throw this...

Thank you for letting this open. I will continue to post if I find by myself how to solve that bug.

Hello, I have succeed to isolate the problem, it was on a class where I use two Generic Dictionnary with Enum. I have manage to workaround the problem by moving...

Wait, No, the warning is still here, but by intermittence now. I can trigger it by going on another scene then go back to my first scene with the generic...