Harry Moreno

Results 196 comments of Harry Moreno

similar deal as https://github.com/morenoh149/react-native-contacts/issues/727 we need to unpack the birthdate and append an EVENT on the contact https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Event#TYPE_BIRTHDAY example ``` ArrayList ops = new ArrayList(); ops.add(ContentProviderOperation.newInsert(ContactsContract.Data.CONTENT_URI) .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, rawContactID) .withValue(ContactsContract.Data.MIMETYPE, ContactsContract.CommonDataKinds.Event.CONTENT_ITEM_TYPE)...

there are two sections with `UIColor` https://github.com/search?q=repo%3Amorenoh149%2Freact-native-contacts%20UIColor&type=code you are either running the example or running that obj-c code. For the latter it depends on your ios version. This var seems...

I could sleep knowing I could implement this. Please review this fork https://github.com/morenoh149/slack-irc-plugin/compare/jimmyhillis:master...master thoughts - using dot-env npm module may be more convenient for specifying api tokens https://github.com/morenoh149/slack-irc-plugin/compare/jimmyhillis:master...master#diff-a084b794bc0759e7a6b77810e01874f2R18 - lets...

just to confirm this is what slack instructed after creating the incoming webhook. I believe the current script does not follow these instructions because I couldn't get it to work....

@slash-zero no. If you fix up the code make sure to push upstream

I'm working in a feature branch and just search and replaced localhost:9222 with the machine's local ip https://github.com/morenoh149/chrome-devtools-app/tree/hm_remote_debug_lan in a Proper PR I'd pull in the config variable. But it's...