formaldehydeson
formaldehydeson
I'm using a custom XMPP client that connects to a Prosody server and am affected by this same issue.
5.2 for me ```Prosody 0.11.9 # Prosody directories Data directory: /var/lib/prosody Config directory: /etc/prosody Source directory: /usr/lib/prosody Plugin directories: /usr/lib/prosody/modules/ # Lua environment Lua version: Lua 5.2 Lua module search...
seems to be caused by an update to MySQL, does this need to be patched in luadbi as well? https://github.com/sidorares/node-mysql2/issues/1239 there are a couple workarounds posted here
came up with this Expo solution based on the JavaScript example in the Auth0 Doc: ``` import { AuthSession } from 'expo'; import * as Crypto from 'expo-crypto'; import *...
I ran into this issue as well and deleting the folder from `.node-persist/storage` fixed it. Thanks for documenting this.
I've been encountering this bug as well in Samsung Internet and in Chrome, although I cannot reproduce it in Chrome with your jsfiddle. HOWEVER the bug only occurs when using...
Adding `autocomplete="off"` to the input fixes this issue https://jsfiddle.net/vygb834j/12/
Is it possible that it's not getting applied in some cases? https://jsfiddle.net/vvyyypw5/1/
Even in that JSFiddle I linked it doesn't look like it's being applied. And yeah haha let me look around and see if I can see what's causing it in...
I'm having this same issue, only on Android. Regardless of the value of avoidKeyboard prop the modal will always move up when the keyboard pops up. I also have android:windowSoftInputMode...