Ivan Fefer

Results 3 comments of Ivan Fefer

Looks like the problem is caused by this line: https://github.com/OpenAPITools/openapi-generator/blob/01fec76ab1cb1c76b8e6e85d19abbdaae1081678/modules/openapi-generator/src/main/resources/rust/reqwest/api.mustache#L99 Arguments {{path}} and {{baseName}} are used which are not sanitized for Rust. For a workaround it is possible to use...

I ran into the same problem after I accidentally "deployed" from the wrong directory: after that trying to deploy correctly caused "spawn E2BIG" error. This error indicates that a generated...

I had similar issue on mac os x with Error: spawn E2BIG