y-haidar

Results 4 comments of y-haidar

I just tried [openapicmd](https://github.com/openapistack/openapicmd) for your case 1 and here is what I got: ```bash npx openapicmd typegen http://localhost:3001/api/docs/private/api.json > ./src/openapi.d.ts ``` ```typescript ... declare namespace Components { namespace Schemas...

I have started playing around with this idea, it turned ugly, and that made me think maybe stdin is more than enough. Closing

If it is helpful, this is what I did: https://github.com/y-haidar/hexerator/tree/feat_plugin_source_provider When I run it via `cargo run -- --load-plugin target/debug/libhello_world.so` I get this: ![image](https://github.com/user-attachments/assets/90524141-d3ba-498b-803b-8c9fbea9573b) I don't fully understand the code...

![hexerator](https://github.com/user-attachments/assets/2d9de522-24c9-4aa1-aa91-39a4aef7a293) Now that I am beginning to understand the project code, this feature isn't that difficult. Managed to get streaming to work. Want me to make a PR? If yes,...