Urata Daiki

Results 30 comments of Urata Daiki

Basically, it should work fine as long as it's running inside a Linux-based Docker container.

@WataruNishimura Thank you for creating the pull request. The code looks good, but we recently made changes to generate.ts to make it work without a PHP runtime, which has caused...

Currently union types are not supported.

@MalguyMQ This feature has been implemented in #122 and pre-released. You can try it with the following command. ``` npx @7nohe/openapi-react-query-codegen@0.0.0-1712acfb083e0b1eec43cfc6f917f780ae5b5815 -i ./your-openapi-file.yaml ``` If you have any feedback or...

> Is there some way to attach a debugger when generating code? @AnderssonPeter By outputting the source map during the build with a command like `tsc -p tsconfig.json --sourceMap` and...

It seems these can be implemented similarly to the already existing `prefetchQuery` functionality.

@seriouslag @omridevk Thank you for updating the client and making the necessary changes accordingly. I apologize for the delayed response. Since it’s not good to leave this unattended for too...

I'll merge this for now and manage it in the v2 branch. Since there are still tests to be added and some issues that need to be addressed, I plan...

@atresnjo The mutations generated by this library do not return headers. Instead of using the generated mutation hook, create your own hook. The following is an example using the axios...