TheVirginBrokey

Results 46 comments of TheVirginBrokey

> This is easily achieved by making users of the lib use the `.default` function in zod when defining the schemas. That also gives user more flexibility on how they...

@penberg I'm also facing the same issue in [email protected] and drizzle-orm@^0.29.3. I'm using drizzle queries inside zustand Error from client(browser): ``` ./node_modules/.pnpm/@[email protected]/node_modules/@libsql/hrana-client/LICENSE Module parse failed: Unexpected token (1:4) You may...

You can consider checking out [this package](https://github.com/hmarr/openai-chat-tokens)

I'm using trpc v11 and looking at this issue, i think i'll wait until there's an official support for it before i use it

> @tsdexter 👋 > > The easiest workaround as of now is to add the `toJSON` method on the prototype so that serialisation works well. > > ```ts > BigInt.prototype.toJSON...

I'm also seeing this error in [my project](https://github.com/waptik/veth/tree/4c38a38963d475918a07884a067061feb966942d/apps/hono) using `4.25.0` and can't even get it to work locally.