Alex Corre

Results 12 issues of Alex Corre

potentially: - close gutter when file is edited - update gutter annotations when file is saved

enhancement

should be smart enough to determine whether to use the remote repo based presence of string

enhancement

folded rows or ones with no data ![image](https://cloud.githubusercontent.com/assets/683051/24762829/5b34ba9a-1aa4-11e7-8449-07c913b3b8c2.png)

enhancement

steps to reproduce - open file - fold some code - toggle blame - blame lines are incorrect, doesnt take folded code into account

bug

Steps to reproduce: - open a file - toggle blame gutter to show it - edit the file while blame gutter open - blame doesnt update and is therefore innacurate

enhancement

Expose loginWithMethodName:parameters:completionHandler: in METDDPClient.h. Use METMethodCompletionHandler instead of METLogInCompletionHandler to expose the login response body. Not sure if this is the right way to go about it but figured i'd...

We have a few features that require `unsub` messages to be sent over the wire before `sub` message to the same subscription, with different parameters. Even with a timeout of...

Right now `METMethodInvocation` executes both `_receivedResultHandler` and `_completionHandler`. On the queue associated with the `METMethodInvocationCoordinator`s `NSOperationQueue`. This isn't a bug because you dont make any guarantees that callbacks be called...