Luis Fernando Planella Gonzalez

Results 97 comments of Luis Fernando Planella Gonzalez

It should be something with the Windows syntax (somehow it is trying `c:/temp/swagger.json` as a relative path). I don't use Windows myself, and can't help so much more with this......

Can you post the OpenAPI descriptor for the operation? Seems like you're not mapping the content type in the `requestBody` element

Sorry, I'm having almost no time to work on this project. Only today I managed to review and merge it.

This was fixed in #319 I've changed the setting to `camelizeModelNames`, as type names are always potentially modified from the original definition.

The easiest fix is to use a [custom template](https://github.com/cyclosproject/ng-openapi-gen?tab=readme-ov-file#customizing-templates) for it. Just create a folder in your project, copy the `modelIndex.handlebars` file from the original templates and reference that folder...

Sorry, I'm not having any time for this project. Except that a PR is provided, it won't be done. Even with a PR it might take some time until I'm...

Can you share your specification yaml / json? The customizedResponseType was added via a PR, so I myself have never used it, but it doesn't support patterns, but matches for...

It seems that you have some content type in responses that isn't being recognized as JSON.

I always thought this as an electron bug, because some other electron apps like discord present the exact same error. I even found https://github.com/electron/electron/issues/45198 which is recent. However, in my...

> Well, this is just a lack of Wayland support in [electron](https://github.com/electron/electron/pull/35630#issuecomment-1254037947). > > Well, indeed, this is just a lack of Wayland support in [Chromium](https://issues.chromium.org/issues/40083534) Electron does support this....