Melloware

Results 2249 comments of Melloware

I think this is relatively a duplicate of https://github.com/anymaniax/orval/issues/419 ???

Can someone try 7.6.0 is this still an issue?

I am getting key of unknown when I use additional properties and everything is working. Is this still an issue? I tested this today without issue.

I will let @anymaniax review but I feel like there is a more clever way to do this. It's so similar to the other branch of code?

Do you have an OpenAPI JSON file to go with it?

Another thought was use "mode: split" which puts all models in another file?

you can add it so it gets generated with your code. ```js petstore: { output: { override: { header: (info: InfoObject): String[] => { return "// @ts-nocheck\r\n" }, }, },...

My apologies it has to be a function like this... ```js header: (info: InfoObject): String[] => { return "// @ts-nocheck\r\n" }, ``` now for me this generates... ```js // @ts-nocheck...

That is not a bad idea! Not sure how possible that is but PR is welcome!