camhart
camhart
Is there any way possible to get the z-index of each window? I can't find an attribute that seems to indicate z-index.
For some reason, session storage for logged in users has been broken when I use this. > When you initialize the GoogleAuth object, you configure the object with your OAuth...
@nsfw-filter/gif-frames is not only big, but it also depends on cwise-compiler which uses unsafe functions ("new Function"). Ideally it could be made optional--not everyone using the nsfwjs needs/wants gif support.
I'd love to be able to add support for a sliding frame. I know I could do this outside the library, by cropping the image multiple times, or potentially at...
My goal is have NSFW detection on android. For the time being, I'm okay with it not being super fast/efficient (though eventually I'd like to go that direction). I converted...
AuthState.performActionWithFreshTokens runs the AuthState.Action callback on the same thread as the calling thread when the token doesn't need refreshed, but when it does need refreshed it's always ran on the...
Amplify.Auth.fetchUserAttributes fails if the clock is off by more than 5 minutes. Basically it seems it doesn't take clock skew into account, where other Amplify.Auth calls appear to. Would love...
Right now `Amplify.Auth.signInWithWebUI` only opens to the login page. The customer can always click "Sign up", but that text is hidden at the bottom of the page and not very...
CustomTabs supports customizing the color of the top bar, as well as several other things. Amplify should support: * Setting the Top Bar color * Specifying whether to display the...
When initializing PanoViewer on Safari, using videojs w/ hls playback, with my complicated setup (haven't been able to simplify a codepen down to recreate it), I'm getting this error when...