Yusuke Wada
Yusuke Wada
Hi @yoshikouki > I'll make PR Please! Then, I'll review it!
Hi @ryanleecode > zod validation is sequential right now. Hono's Validator validates the specified content, param, header, query, etc. By sequential, do you mean when use multiple validators? In that...
@Fnux8890 Add `"type": "module"` to your `package.json`: ```json { "type": "module", ```
Hi @razzeee How about installing `@cloudflare/workers-types`? ``` npm i -D @cloudflare/workers-types ```
@razzeee The easiest way to solve it is by enabling `skipLibCheck`: ```ts { "compilerOptions": { "skipLibCheck": true } } ```
OK, I'll check it later!
Hi @ivoilic This problem seems to be the Auth.js matter because the minimum project following will fail. * https://github.com/yusukebe/jest-authjs
Hi @balazsorban44 ! Thanks for your comment. > This is not an Auth.js problem, but a config issue I'm sorry I doubted Auth.js! @ivoilic Could you check it?
Hi @ivoilic ! I've updated the jest version in the main branch. Can you merge it? After that, to avoid the error, it would be good not to use `jest-environment-miniflare`....
Hi @ryoppippi ! Thanks for the PR. I didn't know `unknownutil`! I'm curious about one thing. It seems to me that `unknownutil` only validates **Types**. So, in practice, it can...