Shodai Suzuki

Results 135 comments of Shodai Suzuki
trafficstars

@izumin5210 Could you fix the failing tests?

Yes, there is a conflict, so I will close it for now. If a new issue arises, I will revisit this.

Hi @snext-twilde , We are currently rewriting the relevant source code in #1815, so we recommend that you wait for this PR to be merged before checking again.

@AllieJonsson @melloware It is a make sense to have a property contain null only if `nullable: true` is specified like a below: ```yaml Pet: type: object required: - id -...

@snext-twilde In other words, there are cases where null is returned even if it is not defined when an error occurs, so you want to consider that case as well,...

@snext-twilde Thank you for your explanation. So, could you please tell me with actual code what kind of output you expect for what kind of input?

@snext-twilde Ah, even if `nullable: true`, you don't want to include `null` in the generated mock response pattern, right? Is the reason why you set `nullable: true` in spite of...

@snext-twilde @AllieJonsson Well, how about making the default mock function ​​individually exportable as shown below? Before: ```ts export const getListPetsResponseLabradoodleMock = ( overrideResponse: Partial = {}, ): Labradoodle => (...

I've retraced the steps so far. First, if you want to customize the query key, you can currently do so by using `override.query.querykey`. https://orval.dev/reference/configuration/output#querykey For `mutator`, starting with #1730, the...

@AllieJonsson Thanks for the improvement. In addition to this case, there is a case where error handling is done in `custom-fetch`. There are many ways to handle error handling, such...