Julius Marminge

Results 683 comments of Julius Marminge

Here's the errors I'm getting: ~~~~ https://app.warp.dev/block/YLqekkwwndfcjXmjoaZuDW

What's weird is that we don't have these snippets anymore, so I'm not sure where it's referencing those from??? EDIT: Found an outliar after removing some filters from my vscode...

Aight @roy9495, I fixed all the build issues and Shiki problems. Now it's just the MDX v3 migration left (Fixing all of these errors https://app.warp.dev/block/N0JozPvakENsLbpM8PMzYl). You up for it?

> I got rid of all the previous errors but this new error is showing up. > > ![Capturetrprc](https://private-user-images.githubusercontent.com/98920199/301169822-dfc78cab-abc0-4831-8042-4db3e4acc644.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY3MDcyMzQsIm5iZiI6MTcwNjcwNjkzNCwicGF0aCI6Ii85ODkyMDE5OS8zMDExNjk4MjItZGZjNzhjYWItYWJjMC00ODMxLTgwNDItNGRiM2U0YWNjNjQ0LlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTMxVDEzMTUzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVlYWUxODY2MzY3M2U3NzRlOWRlOTc2ZWEwYzI4OWFkODM3ZTExZWJjNjNiZWMzMTI1ODBkMWU0Yzk4MDcyYjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.mc5RWxF7EcQpxz_VpWg2S3ULXSkQJEE7_KTutk9bWp4) > > Can anybody help? I am still getting the same...

Got it to build by disabling typedoc and `prism-react-renderer`. typedoc might need a dependency bump to work with docusaurus 3? prism idk why that didn't work, it complained that it...

Hey @Andarist - are you planning on finishing this up?

We support a bunch of validators in tRPC: https://github.com/trpc/trpc/blob/main/packages/server/src/core/parser.ts https://github.com/trpc/trpc/blob/main/packages/server/src/core/internals/getParseFn.ts But separate entrypoints could also work i guess: ```ts import { createEnv } from "@t3-oss/env-core/zod"; const env = createEnv({ //...

> Will it also export zod / other validators from within t3-env or would you still need to add zod as a dependency? If not, could it be done? >...

I think we'd make a `createEnvAsync` in that case