Yusuke Wada

Results 1706 comments of Yusuke Wada

@mvanroon What is the Zod version? This should be `^3.25`.

HI @pjeziorowski I need to look into your actual project to find the answer. But, it's not a bug of `hono` and the problem of setting the project though it's...

@cramosc Can you share a minimal project to reproduce it? In my understanding, this issue is solved.

@cramosc Thank you very much! It's reproduced. Hi @m-shaka Can you take a look at this?

> can't believe this, but the behavior differs before and after compilation. I have no clue about the reason. So, it's super weird. Indeed, it was introduced in `4.6.5`, but...

Hi @eric-poitras Thank you for raising the issue. > Projects usually use a typeguard instead of `instanceof` operator validate type. This usually provide more robusts solution. I will take a...

Hi @eric-poitras Thank you for the PR. I've merged, but I confirmed this issue again, and I can't reproduce your problem with your instruction. Can you share the minimal project...

> Okay, I just benchmarked `isZod` vs `instanceof`, and @eric-poitras _accidentally_ made validation 5x faster. Ah, super interesting. My bad that I've never done the benchmark. If so, we don't...

Hi @wfjsw > However, this is currently impossible to do with the `use` approach: > And I cannot find apparent workaround. If I manually type the `ctx`, it will lose...