Didier Baquier
Didier Baquier
It makes sense, after looking at the code, it should be doable. I was thinking about something like: ``` navigator.contactsPhoneNumbers.list(function(contacts) {}, function(error) {}, { filters: [{ field: 'displayName', type: 'startsWith',...
there is another issue for the photos. see #11.
@kodeine not yet, but any contribution is welcomed :)
Hello @miskinh, Thanks for your contribution. Really cool. Have your pull request been merged onto the main repository?
confirmed on Chrome and Safari. No updates?
hey @cainlevy, just went through my open PR and found this one. It's been a while but we have this PR in production since then. The bug fix for `translated_country`...
Thanks for the review. I'll try to take a look at it soon.
I have a need for multiple DB as well, we figured it out with someone on the slack channel: Here is the working set up for 2 databases (accounts+domains) docker-compose...
@jasonmp85 yes, I was just posting a working example with 2 databases (since I struggled a bit, that might help someone else).