Daniel Turner
Daniel Turner
Hi there @doomspork, we're seeing the same exception infrequently, do you happen to know if it is a case of the user refusing the request as @Hanspagh suggests? im just...
it does seem a bit confusing to overwrite it in ueberauth imo, the google spec does explicitly suggest using it for "directing the user to the correct resource" as fernando...
we've just started seeing this issue in the last week or so, wondering if we can help at all?
I would also like to do this
fyi, a fix for this appears to be to use document, rather than document.documentElement for the mousemove bindings... is there a reason why this would be a bad idea? if...
hi @filmaj i have the same problem, but using a multiline yaml block... ``` - name: commit-message run: echo "COMMIT_MSG=\"$(git log -1 --pretty=format:\"%s\")\"" >> $GITHUB_ENV - run: echo "msg: ${{...