Emeke Ajeh

Results 27 comments of Emeke Ajeh

@TheJaredWilcurt @ifarooq Thanks for continued interest in VuejsDialog. Although I had to dedicate my time to other things at some point, I have the intention of not only making this...

Please help... I've not had time to look at the issue itself to confirm if its a bug or not so I'm not currently working on it. However, I'd be...

Kindly checkout a new branch with descriptive name. Something like "fix/promt-enter-bug". Thanks alot On Sat, Jun 29, 2019, 12:09 PM Sergej Herbert @godofbrowsers should I do it in the master...

Hello @kopeccc That configuration is not available at this time. Can you help me understand why this functionality may be needed?

This is doable @kopeccc . Will try adding it to the configurations over the weekend, however pull requests are welcome if someone wants to pick this up too

Instead of ``` const mmkvStorage = new MMKV() ``` I had to quickly do: ``` class MMKVFaker { private data = {}; getString(key: string) { return this.data[key] } set(key: string,...

Hello, has this been resolved?