Skip to content

Instantly share code, notes, and snippets.

diff --git a/lib/wt2html/DOMPostProcessor.js b/lib/wt2html/DOMPostProcessor.js
index 5fee865a..6ed7c77a 100644
--- a/lib/wt2html/DOMPostProcessor.js
+++ b/lib/wt2html/DOMPostProcessor.js
@@ -133,19 +133,26 @@ function DOMPostProcessor(env, options) {
shortcut: 'tplwrap',
omit: options.inTemplate,
},
+ {
+ name: 'HandleLinkNeighbours',
@arlolra
arlolra / -
Created November 14, 2016 23:34
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 377ef8f..a4c930e 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -199,6 +199,8 @@
'webrtcsession.h',
'webrtcsessiondescriptionfactory.cc',
'webrtcsessiondescriptionfactory.h',
+ 'test/fakeaudiocapturemodule.cc',
+ 'test/fakeaudiocapturemodule.h',
From 558ab17dc123ace19529b10e7dc1b46df9dc99b9 Mon Sep 17 00:00:00 2001
From: Arlo Breault <abreault@wikimedia.org>
Date: Mon, 31 Oct 2016 15:22:01 -0700
Subject: [PATCH] Bump to 0.5.3
Change-Id: Ie8cf488ac2796783263dcc6ea95409617280a0ce
---
lib/ext/Cite/index.js | 2 +-
lib/ext/LST/index.js | 2 +-
lib/ext/Translate/index.js | 2 +-
From baef69058c64651cd6d5a3d81cce6a9fa5b5c937 Mon Sep 17 00:00:00 2001
From: Arlo Breault <arlolra@gmail.com>
Date: Fri, 1 Jul 2016 19:07:47 -0700
Subject: [PATCH] With a rat fur
---
webrtc/api/api.gyp | 365 +++++++++++++++++++++-----------
webrtc/api/mediacontroller.cc | 6 +
webrtc/api/peerconnection.cc | 58 ++++-
webrtc/api/peerconnection.h | 14 +-
@arlolra
arlolra / -
Created December 30, 2015 00:38
17d16
< # (ignored by Parsoid, since it emits <link>s)
1339,1340d1337
< !! html/parsoid
< <pre typeof="mw:Extension/tåg" data-mw='{"name":"tåg","attrs":{},"body":{"extsrc":"tåg"}}' data-parsoid='{}' about="#mwt2"></pre>
3335,3338d3331
< ## We used to, but no longer wt2wt this test since the default serializer
< ## will normalize all categories to serialize on their own line.
< ## This wikitext usage is going to be fairly uncommon in production and
< ## selser will take care of preserving formatting in those scenarios.
@arlolra
arlolra / ao-plan
Last active December 25, 2015 11:29
Attentive Otter
===============
Goal
----
Add instant-messaging to the Tor browser bundle in order to provide a secure
communication tool which supports the free flow of information online.
Overview
(wiki)λ(master) npm start
starting parsing of fr:Coupe_du_pays_de_Galles_de_football
completed parsing of fr:Coupe_du_pays_de_Galles_de_football in 7629 ms
starting parsing of fr:Coupe_du_pays_de_Galles_de_football
completed parsing of fr:Coupe_du_pays_de_Galles_de_football in 5497 ms
starting parsing of fr:Coupe_du_pays_de_Galles_de_football
completed parsing of fr:Coupe_du_pays_de_Galles_de_football in 5557 ms
(wiki)λ(master) git co no-es6
Switched to branch 'no-es6'
5c5
< <title>Off-the-Record Messaging Protocol version 2 - DRAFT</title>
---
> <title>Off-the-Record Messaging Protocol version 3 - DRAFT</title>
13,24c13,25
< <h1>Off-the-Record Messaging Protocol version 2</h1>
< <p>This document describes version 2 of the Off-the-Record Messaging
< protocol. The main changes over version 1 include:</p>
< <ul>
< <li>Resolving the identity-binding flaw identified by Di Raimondo,
diff --git a/src/check/datastore.go b/src/check/datastore.go
index fb7b08d..8091319 100644
--- a/src/check/datastore.go
+++ b/src/check/datastore.go
@@ -8,7 +8,6 @@ import (
"net"
"os"
"os/signal"
- "sort"
"syscall"
@arlolra
arlolra / b
Created September 15, 2013 19:38
(tor)λ(master) make bench filter='.Dump'
go fmt ./src/check
go fmt
go build
go test check -i
go test check -benchtime 10s -bench ".Dump" -benchmem
PASS
BenchmarkDumpList 10000 1925402 ns/op 51938 B/op 3171 allocs/op
ok check 20.279s
(tor)λ(master) git co stab3