Fernando Mumbach

Results 49 comments of Fernando Mumbach

It syncs back the mails you marked as read or moved to a list. You can start the service with `--start-syncback` in `inbox-api` or by starting the service as a...

Okay, for some weird reason `syncback` breaks in docker if its called from the inbox-api binary. To make it work, I had to add [this line](https://github.com/nylas/sync-engine/blob/master/etc/config-dev.json#L39) to my config.json: ```...

Another thing, to test if it works: (You'll need to build with a more recent version of sync-engine to get this binary) ``` $ ./bin/syncback-stats total pending actions for shard...

Hello! I don't mean to be rude, but is it going to be available? I was thinking of forking the project just to publish it, so I can use it...

What's the current way of listening to orientation changes? Wrapping the component as described by @vitalets ?

Hi, I just had the same problem. I've solved it by using auto placeholders as described in https://github.com/gcanti/tcomb-form-native/tree/v0.6.15#labels-and-placeholders

I see. Then, how about passing the prop onMouseMove so we can do something like this: ``` javascript Tooltip ``` And onMouseMove is passed down to every ? EDIT: wasn't...