Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @alex8bitw How can I reproduce this in my local enviroment?

Hi @Hmoulvad Please provide the "minimal" project to reproduce it.

Hi. We may fix it. But it will be a breaking change. So, will be included in the next major release.

I think this implementation is good, if passing the `all: true` as an option, it return multiple values as an array: ```ts c.req.parseBody({ all: true }) ``` With this way,...

My concern is that the user expects an array to come in, but a single value comes in and it is not an array. This is not the behavior the...

Hi @mrevanzak Currently, the validator does not support array values in `form`. We may make the validator support it, but it's not soon.

@watany-dev I've never tried Biome yet, so I'll try it.

Biome seems to be good! It's fast! However, in my opinion, it might be too early to introduce it to our project. Many developers have already installed extensions for `prettier`...