Paul Vecchio
Paul Vecchio
This would be a valuable feature actually. We're looking to integrate lint-diff with js, jsx, ts, and tsx files and unfortunately it seems it only passes in js.
Added --ext option in: https://github.com/grvcoelho/lint-diff/pull/12
> @tazimmerman unfortunately, I don't know of any workarounds when using threads. > > We moved to using [aiodataloader](https://github.com/syrusakbary/aiodataloader) with [graphene-django](https://github.com/graphql-python/graphene-django), and starting a new asyncio event loop for every...
@amzhang Thanks for the quick reply! I'll take a look to see if this helps me get where I want to go.
@amzhang unfortunately it looks like this works on graphene-django v2 but not v3. Seems like the dataloader story in v3 is kind of weak at the moment.
Ah that is most likely the culprit. I haven't got around to trying this approach again yet. We've been putting more effort into using S3 with KMS-SSE
I am also running into this problem after ensuring jQuery is loaded.
Few years late... but given I landed on this page when doing my own research I figured I'd answer. I believe you need to modify the backend to support PKCE....
Ended up writing a direct model only shortcut for another project. This may be useful for some people and maybe a PR can come out of it. Though I wasn't...
Commented on the PR as well, even with the readme link provided I do not understand the reasoning. PKCE is part of the OAuth standard and not a specific allauth...