wahyu

Results 47 comments of wahyu

though this ticket is 2 years old, i wonder if there is a progress to this? I am using graphene and in the process of investigating which permission framework our...

maybe im just not used to it, but is it possible to improve the readability? ``` select to_json(dob) as "__dob" from users as __local_0__ where ( __local_0__.id = $1 )...

I am having this issue as well, @samrith-s are you able to solve it?

any update on this? would love to leverage MessageChannel for worker to worker support, bypassing the main thread

I think during initial subscription msg['data'] = 1 is emitted every time? is this a known behavior?

I am having the same issue as well, rather annoying @andreif I see your point about moving mountains, for smaller models though, it's more maintainable to have enum that only...

turns out it's pretty straight forward to support this: you can use the following class: ``` class TypedObject(BaseModel): type: Optional[str] = None @validator("type", pre=True, always=True) def default_created(cls, v): return cls.__name__...

@Tishka17 perhaps also support construct() based instantiation then? especially for my use case, event based message passing using pydantic models, the source is trusted and i would like to bypass...

any update on this? 1.10.1 has landed and this issue is still happening. https://code.djangoproject.com/ticket/23076 is closed (see bottom)

would love to know about this as well