Shodai Suzuki
Shodai Suzuki
Hi, @missing1984 In the version `6.24.0` it is possible to override keys by specifying options in the custom hook that is generated. Could you please check this?
@movahedan Hi, have all your questions about this issue been resolved? Is there anything I can do to help?
@melloware Hi, I will watch this issue, so could you assign it to me? Or, since it seems like the question has already been resolved, you may want to close...
@rafaelfranca OK. Specifically, if `secret_key_base` is specified in `ENV["SECRET_KEY_BASE"]` or `config.secret_key_base`, but not in `secrets.secret_key_base`. In the current behavior, despite not using `secrets.secret_key_base`, in the second if statement (`elsif @application.respond_to?(:secrets)...
@rgarver Certainly, I think it's a good change to change the reference to the rails version. However, it seems that I can't solve the problem of extra warnings in rails...
@Southclaws Hi, [this similar issue](https://github.com/anymaniax/orval/issues/985#issuecomment-1791486245) seems to have been resolved in `v14` of `Next.js`. This may also have been resolved, so could you please check again with `v14`? @melloware This...
@isoroka-plana Hi, I would like to ask you a few questions to help me understand better. 1. Is it correct that what you are looking for is to use only...
@isoroka-plana Thank you for letting me know. I thought this could be achieved by specifying the `axios` client, what do you think? #### `orval.config`: ``` module.exports = { 'petstore-file': {...
@isoroka-plana Hmmm. This can be achieved by creating automatic generation of `axios` for the server component and automatic generation of `swr` for the client component. For example, the directory structure...
I understand. It's true that if you're using both, it's confusing and difficult to use. I change the label to `enhancement`.