RobHoman
RobHoman
Popped in to request this feature as well! And then found that @chunleng has already logged it. Thanks! It looks to me like the solution would be to check the...
@jagregory Totally makes sense! I haven't yet taken the time to become fully acquainted with your development setup, and furthermore I'm a bit n00b at node.js (mostly focused on golang...
Perhaps I'm missing something, but as it stands I think I stand by my initial intuition. I'll attempt to elaborate in hopes that this clarifies my interpretation of functionality. Here...
@jagregory Is there anything holding you back from merging @paullallier's contribution of PR #337 to fix this issue?
That's awesome, thanks!
I appreciate this! Thank you.
Just ran into this myself! Getting output like so ``` components: schemas: PaginatedEventListOutputList: type: object required: - count - results properties: count: type: integer example: 123 next: type: string nullable:...