Nils Buschhüter
Nils Buschhüter
@dantman @donavon Any updates on this? I noticed the same behaviour today. Did you find a workaround? Why does it respect the change in dark mode during a stay on...
I found a workaround that fixed it for me, using an `useEffect` hook and initializing `useDarkMode` without persistent storage. ``` const darkMode = useDarkMode(false, { storageKey: null }); useEffect(() =>...
Noticed the same here. Simply discarding the save of the session lead to an error. I'm now checking the session for an accessToken before actually continuing with requests to the...
I am also looking for a good replacement of Keepass2Android (that is really great) for iOS. All the available apps don't look nice to me, very outdated and not really...
I also thought about opening up a ticket for that and searched how many calls of _. functions are there. Most of them (isBoolean, isEmpty, isUndefined) could be rewritten in...
So, thank you for your trust @mgonto. I will do my best to take care of PRs and issues. @pedromarce: Would you like to contact me via mail to organize...
:+1: Sounds great!