I hereby claim:
- I am wez on github.
- I am wez (https://keybase.io/wez) on keybase.
- I have a public key whose fingerprint is 3E25 F334 37AA 1A21 E51A DFED D1AD B15C 6195 09D9
To claim this, I am signing this object:
| [ | |
| { | |
| "name": "Moar Thumbs", | |
| "author": "Wez Furlong" | |
| }, | |
| [ | |
| { | |
| "x": 1, | |
| "a": 1 | |
| }, |
| [ | |
| { | |
| "name": "Post-Atomic", | |
| "author": "Wez Furlong" | |
| }, | |
| [ | |
| { | |
| "a": 5 | |
| }, | |
| "+\n=", |
| [ | |
| { | |
| "backcolor": "#585858", | |
| "name": "Atomic" | |
| }, | |
| [ | |
| { | |
| "a": 5 | |
| }, | |
| "~\n`", |
| diff --git a/tests/integration/WatchmanTestCase.py b/tests/integration/WatchmanTestCase.py | |
| index 7a9f756..077dadb 100644 | |
| --- a/tests/integration/WatchmanTestCase.py | |
| +++ b/tests/integration/WatchmanTestCase.py | |
| @@ -10,6 +10,7 @@ import os.path | |
| import os | |
| import WatchmanInstance | |
| import copy | |
| +import sys | |
| diff --git a/configure.ac b/configure.ac | |
| index 28de985..059bb22 100644 | |
| --- a/configure.ac | |
| +++ b/configure.ac | |
| @@ -55,13 +55,6 @@ if test "$placate_valgrind" == "yes" ; then | |
| AC_DEFINE(PH_PLACATE_VALGRIND, [1], [Placate valgrind]) | |
| fi | |
| -rtm=no | |
| -AC_ARG_ENABLE(rtm, [ |
I hereby claim:
To claim this, I am signing this object:
| diff -ur libvirt-0.9.9/src/vmware/vmware_conf.c /Users/wez/src/libvirt-0.9.9/src/vmware/vmware_conf.c | |
| --- libvirt-0.9.9/src/vmware/vmware_conf.c 2011-11-03 10:48:23.000000000 -0400 | |
| +++ /Users/wez/src/libvirt-0.9.9/src/vmware/vmware_conf.c 2012-01-29 09:47:55.000000000 -0500 | |
| @@ -157,7 +157,7 @@ | |
| ctx.parseFileName = vmwareCopyVMXFileName; | |
| cmd = virCommandNewArgList(VMRUN, "-T", | |
| - driver->type == TYPE_PLAYER ? "player" : "ws", | |
| + vmw_types[driver->type], | |
| "list", NULL); |
| diff -ur pageone.orig/manifest.json pageone.wez/manifest.json | |
| --- pageone.orig/manifest.json 2011-07-28 08:26:07.000000000 -0400 | |
| +++ pageone.wez/manifest.json 2011-07-28 08:38:08.000000000 -0400 | |
| @@ -1,7 +1,10 @@ | |
| { | |
| "content_scripts": [ { | |
| "js": [ "singlepage.js" ], | |
| - "matches": [ "*://*.details.com/*", "*://*.newyorker.com/*", "*://*.theatlantic.com/*", "*://*.gourmet.com/*", "*://*.slate.com/*", "*://*.vanityfair.com/*", "*://*.wired.com/*", "*://*.nytimes.com/*", "*://*.observer.com/*", "*://*.thenation.com/*", "*://*.businessweek.com/*", "*://*.tnr.com/*", "*://*.rollingstone.com/*", "*://*.washingtonpost.com/*", "*://*.laphamsquarterly.org/*", "*://*.outsideonline.com/*", "*://*.gq.com/*", "*://*.moreintelligentlife.com/*", "*://*.foreignpolicy.com/*", "*://*.villagevoice.com/*", "*://*.cjr.org/*" ], | |
| + "matches": [ "*://*.details.com/*", "*://*.newyorker.com/*", "*://*.theatlantic.com/*", "*://*.gourmet.com/*", "*://*.slate.com/*", "*://*.vanityfair.com/*", "*://*.wired.com/*", "*://*. |
| Index: libviews/treemap.cpp | |
| =================================================================== | |
| --- libviews/treemap.cpp (revision 1238414) | |
| +++ libviews/treemap.cpp (working copy) | |
| @@ -368,9 +368,12 @@ | |
| while(qAbs(maxWidth - usedWidth) > 3 * fm->maxWidth()) { | |
| int halfPos = (bottomPos + breakPos)/2; | |
| int halfWidth = fm->width(text, halfPos); | |
| - if (halfWidth < maxWidth) | |
| + if (halfWidth < maxWidth) { |