David Conlisk
David Conlisk
The popup message that appears on logging in (calling authorizeAndExchangeCode) and on logging out (calling endSession) before the browser is opened is the same: ``` "app_name" Wants to Use "domain_name"...
Hi there, I'm getting an error in ScreenOrientation.java, line 30: Cannot cast from LegacyContext to Activity The line of code is: Activity activity = (Activity)this.ctx; Any ideas what I'm doing...
Hi all, I'm attempting to stream videos (in an iPad-only app) from our API which supports HTTP range requests, the idea being that the video begins playback as soon as...
In a nextjs app (classic /pages setup, I'm not using the new /app directory), I want to set an item in the cache in middleware, which can then be read...