Clement Padovani

Results 9 issues of Clement Padovani

Added the possibility to change the delay for the app to set a tab’s title. This can be achieved by running the following command: ``` bash defaults write com.googlecode.iterm2 DelayedTitleCustomDelayTimeInterval...

CPP header import support for https://github.com/markohlebar/Peckham/issues/85

enhancement

The current implementation assumed that all of the data would be returned with the “first batch” (i.e. the first call to [urlSession(_:dataTask:didReceive:)](https://developer.apple.com/documentation/foundation/urlsessiondatadelegate/1411528-urlsession)), which isn’t necessarily the case. This pull request...

Updated for use with Xcode 7. Updated Testing to use XCTest.

Steps to reproduce: - Have a repo URL - Delete the URL - Press the "Fork" button Expected: The plug-in shouldn't allow forking an empty repo.

Allows selecting text from: - Xcode Info header - Compilers view - SDKs view

* [X] I’ve read and understood the [Contributing guidelines](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CONTRIBUTING.md) and have done my best effort to follow them. * [X] I’ve read and agree to the [Code of Conduct](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CODE_OF_CONDUCT.md). *...