Mark Shust

Results 289 comments of Mark Shust

I'm sorry -- I meant embedded browser in Simulator. Once CustomKeyboard is triggered, it never closes, no matter what is focused on. I'm just showing the simulator persisting the keyboard...

Yes, pretty sure i'm triggering it correctly. In this case, I just wanted the keypad: ``` if (_.isObject(CustomKeyboard)) { CustomKeyboard.open(this.state.numSingles, 5, function (value) { console.log('custom', value) }); } ``` The...

It looks like this is a valid issue, as it appears multiple users are experiencing this. I use MariaDB in all of my installs, so I probably won't fix this,...

Thank you, going to re-open this so we can get this added to the docs.

@Nolwennig ah, thanks! That clarifies things for me. Does this PR fix it? If so, I'll merge it in so we can resolve this one: https://github.com/markshust/docker-magento/pull/1324

I'm assuming this will resolve this issue, so I merged the PR in and closed it out. If there is still an issue with this, please let me know.

@YevhenZvieriev so great! This will definitely help eliminate many headaches. I made a minor change with the verbiages around checking emails with 2FA, but all looks good and merged in...

Fixes https://github.com/markshust/docker-magento/issues/1346

Thanks so much for the PR and extra fixes. I did decrease the retry count from 30 though to 6. The default retry interval was `5s`, which means that when...