Bradley Gore
Bradley Gore
@monkpow I'm having a related (I think) issue... I'm trying to use the `proxyReqBodyDecorator` you mentioned but the value is not actually getting added to the request body that goes...
@sodul - I went ahead and consolidated down the functionality to retrieve interface model definition (whether imported or same pkg). PR updated.
Hey @codyoss - anything I can do to help this PR move forward?
Hey @codyoss - I will work on this. I noticed the different 1.18 file and honestly didn't even recognize that the `ast` types I was referencing was part of the...
Hey @codyoss - I went ahead and pushed an update that splits out the generic-specific stuff to the `_go118` file and puts an empty impl in the `_notgo118` file. I...
I think everything has been addressed and this is ready to run through CI tests 😄 Is there a way to run the test suite locally? I see in the...
Hey @codyoss - I am able to run the CI workflow locally using https://github.com/nektos/act tool. Everything is now passing here, so hoping it will in CI as well 😄
Just checking in to see if anything further needed from me on this PR. It doesn't run the workflow without approval for each run it seems. As noted, I [did...
Hey @codyoss - is there anything further needed from me on this?
@clsx524 - thanks for finding an unhandled case! I reworked the parsing of the generic in/out parameters on methods to be much more complete, and added new test cases for...