Hunter Tunnicliff

Results 12 comments of Hunter Tunnicliff

Hello @unicodeveloper – any word on this PR?

Hi @FranciscoKloganB! After looking into this, I think that my example here is actually a little faulty 🤦 Calling `res.json()` will call `res.send()` internally, which means that any headers added...

@EvHaus – Thank you for raising this! Many apologies for the delayed response. It looks like my notification settings for this project weren't configured to notify me if someone filed...

@EvHaus absolutely! In the meantime, I can highly recommend [patch-package](https://www.npmjs.com/package/patch-package) if you want to apply your changes to any of your projects using this library.

@EvHaus I just released v2.0.0, so I'll be happy to merge in your PR once it is updated. Thank you for your patience 🙏

@EvHaus the changes from this PR have been released under the `beta` tag – feel free to try them out using `next-api-middleware@beta`!

@EvHaus if you keep seeing the error, feel free to create an issue and I can try to look into it.

Here is an approximation of my calling code. The relevant part of the function is that it accepts an OpenAPI schema paths type in its generic, then lets the user...