Tanmai Gopal

Results 25 comments of Tanmai Gopal

@adamrneary Yes, we're using this to track the read-only mode for the cloud console as well. The idea is to lock both metadata changes and optionally, raw SQL changes as...

@0x777 Could you add returning scalars to the scope in the RFC as well, or perhaps mention it as a TODO?

@ameech Hm...makes sense. I think about this problem like this: 1. Try to make sure that events are as independent as possible so that you can call serverless functions as...

@jordanmkoncz Thanks! This is awesome ❤️ We'll take a quick look and see if we can merge this :) cc: @tirumaraiselvan

@0x777 I ran this again and got the same error, but one data point came through. How should we proceed? Can you describe the source of the error so that...

@nolandg I think this is a super important. For now, working with a webhook, using Hasura CORS settings etc. is the best way forward, but it would be perfect to...

My feeling is that providing the graphql introspection result of the graphql server as an optional parameter while adding a remote schema. My fear is that this would make the...

@rakeshkky what is the `request_id` in the `execute` operation?

@elgordino This is a great question! We should do a little bit of research & testing - but I think the following might work: 1. Use a bigserial type sequence...

@elgordino Ok, that's good to know. From my reading of the docs, the pg_advisory_xact_lock shouldn't adversely impact transaction performance that much and is in fact the recommended way of achieving...