Yacine Filali
Yacine Filali
To get around this until it's fixed, just disable amd for pace-progress: `{ test: require.resolve("pace-progress"), loader: "imports?define=>false" }` this requires the imports loader for webpack: `npm install imports-loader --save-dev` After...
No, it is something you'll need to handle on your own. See a few code samples to deal with this here: https://github.com/graphql-python/graphene/issues/348 Use the code from that issue to know...
In case you are still looking for a complete solution: https://yacine.org/2017/02/27/graphqlgraphene-sqlalchemy-and-the-n1-problem/
@flewellyn absolutely!
@mekhami it seems up at the moment so it could have been temporary or regional (I didn't get any alerts either)
@mekhami it's completely fine. Sorry about that. I'll have to find time to work on my personal site's uptime at some point :)
Hi @petecocoon, Thanks for this. The changes look good to me, but my first instinct would have been to not allow duplicates at all and simply de-dupe on the fly...
Would love a pull request if you get a chance, or you can paste the code here with any ideas on a test...
Since this is still unsolved, I have a python 3 version of talon ready to go. All tests are passing from python 2.7 to python 3.6 although I had to...