Ignacio Romero Zurbuchen

Results 142 comments of Ignacio Romero Zurbuchen

Not sure how to bypass this TBH. Maybe with NSURLProtocol proxying?

Google's API is unfortunately very wrong and unusable. Did you try Bing's instead?

Maybe one quick solution is to disable interactivity while the view is presented?

That would be amazing! Automagic stuff are exciting 😎

@pronebird any plan on how achieving this? It would be great to add another option on the contextual menu such as "Save Snippet in Library". Once that's done, we could...

I just pushed an initial work on this: https://github.com/dzenbot/XCSnippetr/tree/xcode-snippet-support The only remaining thing is to adapt the `XCSMainWindowController`'s UI which is the form to create a new snippet, to be...

@marcelmika: maybe we can add the view and adjust the frame inside of a `performWithoutAnimation:` method.

@benrudhart: I was mostly concerned about https://github.com/dzenbot/DZNEmptyDataSet/pull/182#issuecomment-182327021 But maybe we can tackle that in a different PR?

Well, you should not force unwrap. Use a `let guard` or `if let` and the exception should go away. Maybe this callback es called to early, before your tableHeaderView is...