lzdyes

Results 6 comments of lzdyes

It also memory leak on Windows.

It's a problem. I will try to fix it.

You can use filter. ``` qs.stringify(params, { filter: (prefix, value) => { if (Array.isArray(value)) return `[${value.join(',')}]` return value }, }) ```

@alex8088 Can you help me with this problem?