Shodai Suzuki

Results 142 comments of Shodai Suzuki
trafficstars

This means changing the conditions for constructing query parameters depending on the `type` of `OpenAPI`, right? I will also look for ways to change it 👍

Hi, @n2k3 I looked into this. A reasonable way to accomplish this is to parse the generated query params string and verify whether it contains an array. Also, consider cases...

@n2k3 I created #1604 based on this PR. Does control with `explode` property solve your problem?

I'll close this PR. Because, this issue fixed by #1604.

Hi @AllieJonsson what do you think about this?

@AllieJonsson Although `swr` and `tanstack query` are recommended, they are not mandatory. There may be cases where you want to use composite response types while using those libraries, so we...

Hi, @jeremy-marcus. There is nothing going on. We would be happy to accept your contribute!

@zZHorizonZz There is no solution for this yet, but you can work-around it by using a custom fetch like below: ```ts const getBody = async (c: Response | Request): Promise...

@nimo23 Among the automatically generated custom hooks, custom fetch is called. Are your settings correct? https://orval.dev/guides/custom-client

@nimo23 If configured correctly, it can be customized. Where exactly does the error occur?