Results 10 comments of James Martinez

That's a possibility, yes, but what options would you want?

It is now, but both platforms just handle dates differently. This might be more of a UX question than it is a data question. I think it comes down to:...

That seems to be others' reactions as well from when Meetup switched from the user timezone to the event timezone. http://www.discussmeetup.com/forum/techy-issues-and-workarounds/time-zones-in-new-meetup/ In this case, the iOS app can convert to...

This is clearly the most urgent issue.

It's in there now. ```graphql { groups(id: "sf-ios-coffee") { imageUrl events { imageUrl venue { name location { latitude longitude } } } } } ```

That works for me. I mentioned in Slack that this is _not_ urgent, however, I will not be updating the REST API unless it's absolutely needed (e.g. for WWDC).

I have most of this functionality built. I just need to expose the API. I can do that.

For everyone else who comes across this and wants a fix immediately, you can add `highlight clear SignColumn` to your `vimrc`. It will use the same color as your line...