Harry Moreno

Results 196 comments of Harry Moreno

having a similar issue running osx and mysql on amazon rds. Sqlectron can create tables but does not display them. When I use dbeaver the tables are displayed.

@danielmahon its inspiring that you're still improving this pr. I'm sure it'll be merged soon!

@dprevost-LMI feel free to fix the doc and submit a PR.

That is a hint, the issue is only on ios.

I don't think it makes sense to keep them open unless someone is working on them.

looks like the starred option is never unpacked on android ``` import android.provider.ContactsContract.ContactOptionsColumns ``` https://developer.android.com/reference/android/provider/ContactsContract.ContactOptionsColumns#STARRED ``` @ReactMethod public void addContact(ReadableMap contact, Promise promise) { if (contact == null) { promise.reject("New...

@ayelenguini its just an oversight. When we first wrote the example we did not support typescript. Ts annotations were added later by another author. isStarred should be added to the...

@ayelenguini it's probably missing when requesting the contact list itself as well