Udayan Maurya

Results 5 issues of Udayan Maurya

### What version of `drizzle-orm` are you using? 0.30.10 ### What version of `drizzle-kit` are you using? 0.21.1 ### Describe the Bug I was trying to create my first migration...

bug

My code: ```ts import { InfisicalClient, LogLevel } from "@infisical/sdk"; // Secret const client = new InfisicalClient({ clientId: "YOUR_CLIENT_ID", clientSecret: "YOUR_CLIENT_SECRET", logLevel: LogLevel.Error, }); ``` When I start this app...

### Feature description File `.infisical.json` contains project ID. However, when starting application using machine ID project ID is required to be added to startup command. It is redundant to provide...

Found a bug? Please fill out the sections below. 👍 ### Issue Summary I'm using https://api.cal.com/v2/slots/available api to fetch available slots. When I run this query with `eventTypeId` I get...

🐛 bug
Medium priority
api

I'm building a SQL editor using `pglite` and `react-pglite`. While a user is editing query there can be syntax errors in the query. The `useLiveQuery` hook in that case throws...