Alex Corre

Results 51 comments of Alex Corre

also...does it conflict with linter or git status indicators on the lines? Can you show a screenshot alongside that?

great thanks for your help. go ahead and open a PR and i'll review the code

It may seem unusual but our search feature is built reactively. This is done in such a way that we use temporary collections of data to hold results to subscriptions....

There is probably a way to support both what you want, reuse if resubscribed during the same run loop, and immediate unsub as we desire. Ideally, there needs to be...

To your first point, I do agree there is probably a better way to achieve what I've described since it is indeed not exposed in meteors internal login function. So...

Agree that account methods should be in categories and should be able to be distributed separately. I'm in the same boat as you on the CocoaPods knowledge, but I'm sure...

Tried to implement what I just suggested in the last commit. Not sure if this way is cleaner or not than the first. Let me know what you think. There...

Also if you have any suggestions on where to start in a pull request for this let me know as I'd love to contribute back. I started working [here](https://github.com/martijnwalraven/meteor-ios/blob/master/Meteor/METMethodInvocation.m#L120-L123) to...

Same goes for global NSNotifications that are exposed in [METDDPClient](https://github.com/martijnwalraven/meteor-ios/blob/master/Meteor/METDDPClient.h#L44-L45)