Meet Zaveri

Results 29 comments of Meet Zaveri

Hey @amal-chandran , thanks for raising the issue. In Hasura cloud, we internally create and host PG database for metadata. So this `hdb_catalog` schmea will be created under that database....

@coco98 Yes agree, like we can utilize a "note" section and add it there.

Hello @foxted Thanks for reporting the issue. I was able to replicate what you are facing in Hasura Cloud `v2.12.0-cloud.1`. I can replicate this issue for _materialized_ views as well...

Hello @lionelB Thanks for reporting. I was able to reproduce it. Although, I fixed that error with the following workaround. ### Temporary workaround We can have another variable for citext...

If someone from the native-database team would be able to verify if this is intended or not, then it would be very helpful. Thanks !

>These are not actually "deprecated" in the sense that they'll only be "unsafe with async rendering". This makes sense. But can we like address developer that this lifecycles are now...

Okay. So should I make changes now in readme file acc. to it?

Sure. So should I finally add a section about avoiding lifecycles?

@jonobr1 any progress on resize or rotate? I am looking to resize group when I click in bottom right of the group and then drag the mouse

Hey @jonobr1 . Using `group.children.unshift()` solution worked for me. Can I know what exactly `unshift`,`shift` or `push` does here (in this context i.e. children)?