Skip to content

Instantly share code, notes, and snippets.

# HG changeset patch
# User Mike Conley <mconley@mozilla.com>
# Date 1380736516 14400
# Node ID a50b7efcbe76a5549a217f9c4da3f152771feee1
# Parent 2a580ab573f66861b054e24d0d69f4945a27ea5d
m-c - reflow profile for tscrollx on 030e365d7c26. try: -b o -p macosx64,linux,linux64 -u none -t svgr
diff --git a/layout/base/RestyleManager.cpp b/layout/base/RestyleManager.cpp
--- a/layout/base/RestyleManager.cpp
@mikeconley
mikeconley / gist:7322575
Created November 5, 2013 17:16
Here's a script I'm working on - entitled, Rob Ford: A Few Good Crack
Kaffee: Mayor Ford, did you smoke crack?
Judge Randolph: You *don't* have to answer that question!
Ford: I'll answer the question!
[to Kaffee]
Ford: You want answers?
@mikeconley
mikeconley / gist:6788843
Last active December 24, 2015 11:09
How to run a QLab bundle from Mike.
Hey! If you're reading this, that means I've sent you a QLab bundle. If I sent it to you, then you probably know your way around QLab, and that's awesome.
What's not so awesome is that sometimes, when bundles go from computer to computer, they don't work right away - so, even if you unzip the bundle, and open it up in QLab, none of the audio cues will play.
The reason for this, is that the output device on the machine the bundle created on (mine) is not the same as the output device on the machine that's try to run it (yours).
So the solution is to tell QLab to use your output device. Here's how you do that:
1. With the show open, go to Preferences (top-right corner)
2. In the dialog that comes up, choose "Audio" in the left-most pane
diff --git a/bot/reviewbot/tools/builtbot.py b/bot/reviewbot/tools/builtbot.py
new file mode 100644
index 0000000..666244c
--- /dev/null
+++ b/bot/reviewbot/tools/builtbot.py
@@ -0,0 +1,49 @@
+from reviewbot.tools.process import execute
+from reviewbot.tools import Tool
+
+