Rober Morales-Chaparro
Rober Morales-Chaparro
Same problem here, same solution: remove `stringer` generator. Is there a better way of generating generic containers today? This repository seems a bit outdated. Is there any maintained fork somewhere?...
Can we have some discussion on this topic? Has this pull request some options of being merged?
Thanks for your explanation. Two of the five open pull requests are about serializing valid standard JSON. I think that following the standard definition was a requirement, anyway. Thanks you...
Just for the record, I published the fork as `validjson` in pypi, in case someone is interested. https://pypi.python.org/pypi/validjson
Yes, outputting `null` does the job of generating valid JSON, but it lacks the required goal of being able to recover the values back.
Hey all, A graphql server can return a 4xx error. As an HTTP server, if the error is found to be on the client side, it must return a 4xx...
Some news about merging this PR? It will be so useful for us, since we used the library in production and this change can help us to debug errors. Thanks...
Thanks, @dmitshur We will continue using your wonderful library and perhaps we will maintain a light fork with the improved error reporting. Let us know if you need with something....
I commented on #30.
any update on supporting more auth methods? thanks in advance