Vaibhav Tripathi

Results 20 issues of Vaibhav Tripathi

updated the readme.md file.

updates the submission drawer and listing builder to accept decimal numbers up to 4 decimal places for quotes and compensation fields. changes the database schema from int to float for...

## What kind of change does this PR introduce? bug fix ## What is the current behavior? the sql query for fetching table relationships in `packages/pg-meta/src/sql/tables.ts` creates incorrect foreign key...

## What kind of change does this PR introduce? bug fix ## What is the current behavior? when editing a foreign key column in the table editor grid (double-click cell),...

Replaced panic with proper error handling when creating exec commands in containers that are still starting up. The previous implementation would panic with a 409 error when the container was...

### Fix: Remove inline `jsr:` import from generated functions template The template created by `supabase functions new` currently triggers Deno lint errors because it includes an inline `jsr:` import without...

## Problem When using extensions like `ltree` in the `extensions` schema, migrations can fail with cryptic errors: ERROR: type "ltree" does not exist (SQLSTATE 42704) This error is confusing because:...

when running `supabase db test` from a docker-outside-of-docker environment, test file paths may be absolute host paths while `utils.DbTestsDir` is relative. `filepath.Rel` fails when the base path is relative and...

when deploying edge functions with static_files configured and --use-docker is specified while docker is not running, the cli silently falls back to the native bundler. this causes static files to...

## Problem `initialize()` is called in the constructor without a `.catch()` handler. When using async storage adapters (e.g., Chrome extensions), lock acquisition timeouts or storage errors cause unhandled promise rejections...