WOW! RedditLoader became so popular that I've been pushed to migrate it to GitHub
https://github.com/melanke/Jquery-RedditLoader
Just kidding
{ | |
"settings" : { | |
"foo" : "low", | |
"bar" : "high", | |
"baz" : "low" | |
} | |
} |
WOW! RedditLoader became so popular that I've been pushed to migrate it to GitHub
https://github.com/melanke/Jquery-RedditLoader
Just kidding
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
######################## | |
# Customize the test machine | |
######################## | |
machine: | |
# Set the timezeone - any value from /usr/share/zoneinfo/ is valid here | |
timezone: | |
America/Los_Angeles | |
# Version of ruby to use |
--- | |
#### | |
#### THIS IS OLD AND OUTDATED | |
#### LIKE, ANSIBLE 1.0 OLD. | |
#### | |
#### PROBABLY HIT UP https://docs.ansible.com MY DUDES | |
#### | |
#### IF IT BREAKS I'M JUST SOME GUY WITH | |
#### A DOG, OK, SORRY | |
#### |
// For context, See original: https://gist.github.com/2654256 | |
class Device { | |
constructor( opts ) { | |
this.value = null; | |
// open an async stream, | |
// this will be called continuously |
language: python | |
python: | |
- "2.6" | |
- "2.7" | |
env: | |
- DJANGO=1.2.7 SUITE=tests | |
- DJANGO=1.3.1 SUITE=tests | |
- DJANGO=1.4 SUITE=tests | |
- DJANGO=1.4 SUITE=lint | |
install: |
Ok, I geeked out, and this is probably more information than you need. But it completely answers the question. Sorry. ☺
Locally, I'm at this commit:
$ git show
commit d6cd1e2bd19e03a81132a23b2025920577f84e37
Author: jnthn <[email protected]>
Date: Sun Apr 15 16:35:03 2012 +0200
When I added FIRST/NEXT/LAST, it was idiomatic but not quite so fast. This makes it faster. Another little bit of masak++'s program.
As configured in my dotfiles.
start new:
tmux
start new with session name:
Inspired by Robert O'Callahan's blog
To reduce the need for "visual confirmation" tests: