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 / -
Created December 10, 2015 04:52
ERROR: 2015/12/09 20:52:51 configuration.go:130: IceServer: received malformed url: <>
ERROR: 2015/12/09 20:52:51 configuration.go:130: IceServer: received malformed url: <badurl>
WARNING: 2015/12/09 20:52:51 configuration.go:116: IceServer: got 4 strings, expect <= 3. Ignoring extras.
&{[stun:a turn:b] alice secret}
INFO: configuration.go:163: Created Configuration at &{[] 3 0 <nil>}
INFO: configuration.go:163: Created Configuration at &{[{[stun:a] }] 3 0 <nil>}
INFO: configuration.go:163: Created Configuration at &{[{[stun:a] } {[stun:b turn:c] }] 3 0 <nil>}
INFO: configuration.go:184: OptionIceTransportPolicy: 3 All
INFO: configuration.go:163: Created Configuration at &{[{[stun:d] }] 3 0 <nil>}
INFO: configuration.go:163: Created Configuration at &{[{[stun:d] }] 3 2 <nil>}
@arlolra
arlolra / -
Created November 19, 2015 19:45
λ (master) /usr/bin/python2.6 /Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy.bin
Traceback (most recent call last):
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy.bin", line 14, in <module>
import fteproxy.cli
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy/__init__.py", line 13, in <module>
import fteproxy.record_layer
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy/record_layer.py", line 6, in <module>
import fte.encoder
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fte/encoder.py", line 11, in <module>
import fte.dfa
@arlolra
arlolra / t
Created November 9, 2015 22:41
{|
박성균의 은퇴로 이 전적들은 더이상 무변(無變)의 전적들이 되었다.
{{이전다음
|이전=[[김택용]]
|다음=[[이제동]]
|대수=16
|내용='''[[MBC게임 스타리그|MSL]] 우승자''' <br /> '''[[곰TV MSL Season 3]]
|기간=
diff --git a/lib/pegTokenizer.pegjs.txt b/lib/pegTokenizer.pegjs.txt
index 221347a..de8cb01 100644
--- a/lib/pegTokenizer.pegjs.txt
+++ b/lib/pegTokenizer.pegjs.txt
@@ -1159,7 +1159,9 @@ nowiki_content
})
)* {
// return nowiki tags as well?
- return tu.flattenStringlist(ts);
+ return tu.flattenStringlist(ts).map(function(s) {
diff --git a/chat/libraries/dummy/Makefile.in b/chat/libraries/dummy/Makefile.in
new file mode 100644
--- /dev/null
+++ b/chat/libraries/dummy/Makefile.in
@@ -0,0 +1,14 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+DEPTH = @DEPTH@