Sumanth Chinthagunta

Results 100 issues of Sumanth Chinthagunta

when I tried the example from `agent-api-aws` template, getting `olumn "workflow_id" of relation "investment_report_generator_workflows" does not exist` error in logs ```log WARNING Exception upserting into table: (psycopg.errors.UndefinedColumn) column "workflow_id" of...

## Linked Issue Closes #{issueNumber} ## Description {description} ## Changsets Instructions: Changesets automate our changelog. If you modify files in `/packages/ui`, run `pnpm run changeset` in the root of the...

Fixes #610 Before submitting this PR: ### Checklist - [x] No breaking changes - [x] Tests pass - [x] New features have new tests - [x] Documentation is updated ###...

I am using customClaims where for some cases this session variable might be **null**. when I have permissions setup with `{"org_id":{"_eq":"x-hasura-default-org"}}`, when x-hasura-default-org is null, I will get `invalid input...

When `elevatedPrivileges` is set to `required`, and when [Protecting Auth APIs ](https://docs.nhost.io/guides/auth/elevated-permissions) (`changePassword`, `changeEmail` etc) are called, they are returning weird error messages. They are hard to debug. Would be...

anyone else seeing this issue `close button off centered` ?

When `elevatedPrivileges` is set to `required`, and when [Protecting Auth APIs ](https://docs.nhost.io/guides/auth/elevated-permissions) (`changePassword`, `changeEmail` etc) are called, they are returning weird error messages. They are hard to debug. Would be...

auth

In development environment, some cases me might need to run some additional backend services (cache, custom API…) along with nhost services (GraphQL , auth, storage). I like to leverage same...

enhancement
cli

I like to apply an action e.g: format only some glob of files during git-commit-message something similar to lefthook https://github.com/haydenbleasel/ultracite/blob/main/docs/content/lefthook.mdx

enhancement

timescale/timescaledb:latest-pg18-oss ```log psql (18.0) Type "help" for help. postgres=# CREATE EXTENSION IF NOT EXISTS vector WITH SCHEMA PUBLIC; ERROR: extension "vector" is not available HINT: The extension must first be...