CoinDegen
CoinDegen
In the meantime I suggest going: ``` import * as Web3Token from "web3-token"; ``` ``` import { sign } from "web3-token"; ```
> I was also looking how to customize bindings for these operators. Concretely I wanted to use `w` instead of `w`, etc. It seems remapping via settings works fine: >...
Starting a few hours ago all my `bun install` commands have been failing in Github Actions. Is the above issue why I'm getting these errors in CI? ``` ------ >...
> Starting a few hours ago all my `bun install` commands have been failing in Github Actions. Is the above issue why I'm getting these errors in CI? > >...
I agree this would be useful. The discrepancy between the Prisma types and the zod-prisma-types is proving to be annoying. I am also using custom validators, specifically to handle date...
> @coindegen you can try to create additional model types with the options [createOptionalDefaultValuesTypes](https://github.com/chrishoermann/zod-prisma-types#createoptionaldefaultvaluestypes), [createRelationValuesTypes](https://github.com/chrishoermann/zod-prisma-types#createrelationvaluestypes), [createPartialTypes](https://github.com/chrishoermann/zod-prisma-types#createpartialtypes) and see if these generated schemas/types will suit your needs. that's really helpful, thanks....