Ujwal Setlur

Results 71 comments of Ujwal Setlur

It works for me so far. Still testing it out...

I am seeing some issues as well. meldDBCallback is not always called. When I sign in first with Google, and then with Facebook, the accounts get melded, but the callback...

Actually, I just noticed that when I signed in first with Google, and then with Facebook, the user ID did not change! The facebook service was just added to the...

Agreed, older account should gobble up the new one. The new account will likely not have data associated with it that would need to be migrated. But I am glad...

@stalniy any status on [mikroOrm](https://b4nan.github.io/mikro-orm/) support? I am using mikro-orm and would love this support. Happy to help or test!

@stalniy I will try to get to this in the next week or two!

@stalniy, yes, I can take a stab at it. Thank you for the sequelize gist. I am sure it will be useful. I will take a stab at it this...

I am doing the same research for my project, and was considering prisma2, when I ran across Mikro-ORM in a medium article. Looks very very intriguing, so I guess I...

We use MikroORM at [Byte Technology](https://bytetechnology.co) in a microservices environment with [moleculer](https://moleculer.services),[TypeGraphQL](https://typegraphql.com), and [casl](https://casl.js.org). We took our first service into production last year, with more to come this year. MikroORM...

Here is a patch that addresses it: ```diff --- a/node_modules/react-native-phone-input/lib/index.js +++ b/node_modules/react-native-phone-input/lib/index.js @@ -149,6 +149,14 @@ export default class PhoneInput extends Component { : this.possiblyEliminateZeroAfterCountryCode(phoneNumber); iso2 = PhoneNumber.getCountryCodeOfNumber(phoneNumber); } +...