Results 18 comments of niba

I've just migrated to the latest ts-loader to test a new project references and I have the same problem as @jleider. My fresh build always throws a few "Output file...

Hey guys, what is the status of this one? We started using zod in our company and this is a big issue for us.

willRenameFiles doesn't work with mini.files. I assume the event happens after renaming so to make it work use didRenameFiles

@snikoletopoulos look here https://github.com/tmux-plugins/tmux-continuum/issues/97#issuecomment-3237868501

> > Seems like #190 is related? > > Yeah, now playing around with it with the sample you screen shotted, I think #190 is related. > > When looking...

Build should be fixed There are a few things we should be aware of before merging it: 1. If your project enforces a different version of `Zod` than the one...

@michael-wolfenden They handle different cases, but it's true that you almost always use a combination of them. I also don't know of a scenario where you wouldn't want to use...

@hanneswidrig thanks for the review! Zod v4 almost supported TanStack Router without requiring an adapter. The only issue was related to type inference when using ⁠`.catch()`. I forwarded our issue...

@penalosa you can reproduce it if you go to `/packages/vite-plugin-cloudflare/playground/multi-worker/workar-a/index.ts` in `workers-sdk` project change existing switch `fetch` case to this one ```typescript case "/fetch": { const response = await env.WORKER_B.fetch("http://test/fetch");...

You are right, sorry for not creating a repro in the first place. @vicb The issue is still there, or at least there should be some documentation about it. There...