You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note:
If you have a feature request, you should contact support so the request can be properly tracked.
Is your feature request related to a problem? Please describe.
This library has a lot of ruby files required. This takes time even if the library isn't used. This adds up when you have multiple libraries that use OpenAPI. In our application, this takes 0.3s on an M1 at Rails boottime.
Describe the solution you'd like
OpenAPI added an option useAutoload which switches to autoload. That way, files are only required when they use access a client.
Describe alternatives you've considered
I tried manually changing this previously before realizing this was auto-generated #537
Note:
If you have a feature request, you should contact support so the request can be properly tracked.
Is your feature request related to a problem? Please describe.
This library has a lot of ruby files required. This takes time even if the library isn't used. This adds up when you have multiple libraries that use OpenAPI. In our application, this takes 0.3s on an M1 at Rails boottime.
Describe the solution you'd like
OpenAPI added an option
useAutoload
which switches to autoload. That way, files are only required when they use access a client.Describe alternatives you've considered
I tried manually changing this previously before realizing this was auto-generated #537
Additional context
OpenAPITools/openapi-generator#12648
OpenAPITools/openapi-generator#13153
The text was updated successfully, but these errors were encountered: