Jason Kraus
Jason Kraus
I'm a bit hesitant to make a PR, mainly concerned over how it changes the API interface being offered. Here are some broad strokes though so we can get a...
Or something like: https://github.com/handsontable/handsontable (there is a vue wrapper)
The workaround would be to register a custom handler: https://github.com/graphql-python/graphene-django/issues/18#issuecomment-253549577 But as this is now part of Django, it should be added.
This looks like an alternative approach to #1112 ; I see a couple benefits with the approach here: 1. Backwards compatible, developers opt-in by using a new field 2. Does...
We're going to want to add two unit tests: 1. A scenario that explicitly uses a relay global id as input. I see that our tests are using this with...
We use percy.io but it would be nice to move our existing integration QA process to be more local. Selenium support might be the most direct path for me, otherwise...
I too have this same issue.
Also a related project: https://github.com/zbyte64/wtforms-jsonschema
No longer active. If I were to do this again I would not do mixins.
I don't know of any projects as ambitious in delivering a hypermedia abstraction layer. Django rest framework is working on an API driven admin but their hypermedia rendering is hard...