Prithvish Baidya

Results 24 comments of Prithvish Baidya

Hello again, this is an issue that we are still facing, I wanted to understand if the problem has been communicated sufficiently well, or something like a reproducible repo would...

Here's the same issue I posted at `pnpm`: https://github.com/pnpm/pnpm/issues/5351 I have tried all the responses, and nothings works. A repro repo exists on that thread as well.

> I need a little more clarity what turbo's role in this issue is. Could you elaborate on what behavior you expect turbo to have and also any turbo commands...

> ### Describe what you want > much easier to patch them that way. just had to employ a patch for drizzle zod (ref #2245) which was minified unrelated, but...

This would be very helpful. I don't understand how people use Hono with Drizzle without this, is everyone duplicating their source of truth?

I have already tried defining a drizzle schema factory instead of using a static drizzle schema, that takes a pgSchema as an input and returns the correct drizzle schema. The...

This will be great to have, anything pending to add, or anything we can do to help expedite this?

This is how I am doing it: ```ts export const getUserTable = (schemaName: TSchema) => { return pgSchema(schemaName).table( 'user', { id: text('id') .$defaultFn(() => createId()) .primaryKey(), emailAddress: text('email_address').notNull(), }, (user)...

This would be very helpful!

Problems: 1. Exported types: some required types are not exported from thirdweb 2. getCachedChain is not exported, and since I only have a chainId I cannot resolve a chain in...