Samir Talwar
Samir Talwar
It looks like the issue is that you're trying to track the function, and Hasura is assuming that it's of a supported function type, not a computed field type. Instead...
Hey folks. As a little sneak preview: [Native Queries][] will be out of beta and available in Hasura CE for PostgreSQL with the release of v2.28, which is imminent. Native...
Leaving this one in the capable hands of @kprimerakis.
Hey folks, if you can put together a simple reproduction (e.g. a Docker Compose file and Dockerfiles for associated images), then we would be happy to investigate. Right now we...
I gave this a quick shot but got blocked on `tonic`, which has not yet merged an upgrade to `http@1` (see https://github.com/hyperium/tonic/issues/1579 for details). This is an optional dependency of...
For what it's worth, in the example you give, you _can_ have optional generics by declaring a default value: ``` K extends keyof T = keyof T ``` This works:...
@danvk: Thanks for the clarification! Now I get it.
Can you explain how you trigger this issue? Is it a problem when loading metadata, making a query, using the Console, or something else? There aren't that many differences between...
I saw @ammirator-administrator's comments in #10229 pointing to a code location. That code is specific to subscriptions, not queries, and is not specific to Citus; it is the same code...
@rradczewski, this needs a bit of explanation in the README, but otherwise I think it's fine. Would you like to do it or shall I?