Lam Chau
Lam Chau
:+1: @rodneyrehm, what was the reasoning behind not using `JSON.stringify` -- cross-browser compatibility? perhaps a custom build (compatible and modern) would be handy? ``` javascript const uri = URI("/path/to/api"); const...
@rodneyrehm: just providing a custom serializer, we have deeply nested objects but from the previous comments some users are expected `?user[name]=john&user[age]=20` where we are expected `query='{"user":{"name":"john","age":20}}'`
I found this issue while updating to node 0.12 as well, changes also work for me. Thank you for the fix!
Ran into this when running in a new `venv`, might be something we can add to check that there.