scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
Gitlab::GithubImport::Client#initialize
token - The GitHub API token to use.
per_page - The number of objects that should be displayed per page.
parallel - When set to true hitting the rate limit will result in a
dedicated error being raised. When set to `false` we will
instead just `sleep()` until the rate limit is reset. Setting
this value to `true` for parallel importing is crucial as
otherwise hitting the rate limit will result in a thread
being blocked in a `sleep()` call for up to an hour.Edit
git clone [email protected]:marioricalde/scss.tmbundle.git
cd scss.tmbundle
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--GithubImport--Client-initialize-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::GithubImport::Client#initialize"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--GithubImport--Client-initialize-for-pr
hub pull-request
# Celebrate!