Sreesanth
Sreesanth
I got this issue when updating a Model and then finding the same model that I updated. this is my code `def get_campaign_by_id_and_client_id(id, client_id): try: return InterviewRedisModel.find( InterviewRedisModel.pk == id,...
While indexing a field of bool type eg: ``` class SomeModel(JsonModel): ...somefields is_delelted: bool = Field(index=True) class Meta: ... ``` and while trying to list all entity `SomeModel.find().all()` return []
If a user joins last on a video call the user should be able to watch what happened on the call before joining the call. - The user should be...
How can i get the laoutConfig of the vertical-layout recording in composite mode. I want layout to change from vertical-layout to a custom layout whenever someone shares the screen to...
Recently updated my dependencies and now Im getting this error (`AttributeError: 'FixtureFunctionDefinition' object has no attribute '__pytest_wrapped__'`) when running tests. These are my dependencies ``` dev = [ "black[d]", "coverage[toml]...