Yusuke Wada
Yusuke Wada
Hi @ruanyf That code should work correctly. Maybe it's not a bug.
@pwalczyszyn What is the behavior if you run it on Wrangler, not Cloudflare + Vite + Hono?
Hi @szabbbbu You should return the actual values having expected types in the validator: ```ts app .get('someroute', (c) => { return c.json({}) }) .post( validator('form', (value, c) => { return...
Hi @jpdutoit Thank you for the PR! Can you write a unit test in `src/utils/crypto.test.ts`?
@ssssota Thank you for the PR! I didn't know `dialog` for the value of the form `method`! I'll merge it now.
Hi @Mabi19 > I could probably contribute this to the documentation if you want. Please! Thank you.
Hi @Mabi19 @usualoma > @yusukebe Do you think we should add such a function? I think it's fine. However, I'm wondering if it's good or not to wait for an...
Hi @kbkn3 Thank you for the PR! @watany-dev Can you review this?
@watany-dev Thank you for reviewing. @kbkn3 Can you take a look?
@watany-dev Thank you for reviewing!! @kbkn3 Last one thing. Can you run `bun run format:fix && bun run lint:fix` to format the code?