Tim Wisniewski
Tim Wisniewski
So it looks like the `CustomEvent` was tied to [dragula](https://github.com/bevacqua/dragula)'s use of the `crossevent` library. Disabling dragula made it work, though that means I can't use dragula with bankai. The...
Love the idea of CSRF protection being automatic and default, like in rails. Can I suggest, though, that it migth be worth giving it a slightly different name than ``,...
I was under the impression `isomorphic-fetch` just attached itself to the `window` or `global` object, so that the `fetch` that's [used later](https://github.com/graphcool/templates/blob/master/auth/auth0/src/auth0Authentication.js#L79) is defined.
That requirement sounds a bit silly, particularly if someone only PRd a typo a year ago, but for what it's worth, it's good by me!
Hi @MelissaKaulfuss, thanks for the feedback! You've raised a good question, and I'm not 100% sure if the answer. Perhaps we could link to the npm docs, or a separate...
Hey folks just wanted to say thanks so much for your feedback! I've just added a link to npm in the docs, and I called out the `onload` attribute a...
The v4 changes should all be in there now, but please let us know if we've missed anything else, thanks!
Hm, it looks like those have all been fixed in the code, but not reflected in the gitbook. @yoshuawuyts, does this repo have automated deploys working?
Hi @javierjulio! Thanks for picking this up. I've just rebased. But, from the comment trail above, it looks like there was _one_ edge-case around backwards compatibility (users with custom adapters)...
Okay @javierjulio, I think I've got my head re-wrapped around it. So the only case where this would not be backwards compatible would seem to be where the user is...