Paul Kiddle

Results 17 comments of Paul Kiddle

Thanks for the feedback, those changes make sense. As for why this is needed, my use case was Rollup which by default doesn't support common js (even via the wrapper...

@dougwilson It should be simple to run all the tests twice (once for each export type) by wrapping them in a function or loop (any preference?) Would probably also need...

FYI I am waiting for confirmation that this approach sounds good before I go ahead and do the work to implement this

@romalytvynenko I think the correct way to document it should be something like this: ```json { "name": "tags[]", "in": "query", "schema": { "type": "array", "items": {"type": "string" } } }...

Yes the value for `tags[]` would be an array, but when it gets serialised to a URL it would be `tags[]=` repeated multiple times. For example, if the API client...

@romalytvynenko I'm willing to contribute a fix for this issue, can you point me to the file(s) I should be looking at?

Thanks for the details, it definitely seems more complex that I was hoping. I can try to get to grips with it but I think it will take me a...