Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @Matzu89 Use a hook instead of it: ```ts app.get( '/', zValidator('query', schema, (result, c) => { if (!result.success) { return c.json(result, 422) } }), (c) => { return c.json(0)...

I cannot merge it. Sorry.

Hi @krsbx You do not need to create a PR immediately, but I would like to think more about file uploads. So, I will not merge it, but I will...

Hi @sourabpramanik We don't plan to add a file upload feature. But you can use this one: https://github.com/sor4chi/hono-storage

Hi @dolsem I'm sure you can do it, but `@hono/qwik-city` is not complete and I cannot support it.

> Do you mean you cannot support `@hono/qwik-city` or just the Cloudflare Pages integration? "Cloudflare Paages Integration". But, actually, I don't have time to make `@hono/qwik-city` and the priority is...

Hi @PatrickJS Great. Can you create a PR (though it's good you'll wait for announcements from Cloudflare today!)?

@PatrickJS Ideally, it's great that we will have a Vite plugin for developing Qwik with Hono and adapters for Cloudflare Pages, etc. It's like "hono-remix-adapter" recently I made: https://github.com/yusukebe/hono-remix-adapter I've...

Hi @xxxhussein, Sorry for the late reply. I can't reproduce the issue. Could you please provide minimal snippets or a project to reproduce the problem?

Hi @sinh117801, The issue with zod-validator is caused by a version mismatch between `@hono/zod-validator` and `hono`. I've released a new version of `@hono/zod-validator`. Please run the following command and restart...