Nik

Results 9 comments of Nik

Also just noticed this, opened https://github.com/swagger-api/swagger-codegen/issues/9995 on generator repo.

@ods Do you have suggestions on the types of tests you'd like to see here. I haven't played with this yet, just rebased it. But I'll need this functionality in...

Is there anything that still needs to be done here?

@ods I rebased this in https://github.com/ntextreme3/aiokafka-1 -- any suggestions on the best way to get that here?

After searching I kept winding up at "request chaining" issues and almost opened a new request and finally found this 😃 This is what I'm looking to do as well...

+1, was there some new functionality that was added to address this? I didn't see anything that looked related in the last couple bunch of release notes, and functionality on...

I'm not sure if this should be separate, but I'm wondering about the same for Hints as well (rather than Steps). I have a toggle to `showHints`, and if there...

Ah yes, thanks! I guess I was more informed a year ago when I posted that other question. I'm just coming back to a project that we finally have time...

Old issue, but in case this helps someone, an alternative to commenting out the header could be something like: ```py def _patch_headers(request, **kwargs): # https://github.com/boto/boto/issues/840 request.headers.pop("Expect", None) ... client =...