Fabricio C Zuardi
Fabricio C Zuardi
@riccardobl On your test channel, https://www.twitch.tv/rblb0/, there is a :zap: emoji on the contents of the page because you don't have recent streams, I used a different test page here...
Looking at the source code of the page with devtools, there is a `` under the `` tag. I wonder if we could use that instead of the proposed API...
I have this errors when syncing two machines, one running latest scuttlebot on one side and patchwork on the other side. Before the repeating `parent stream is closing` errors starts,...
nope, the sbot logs (logging.level=info) is like this: ``` info @0J0 SBOT 192.168.0.106:8008:@lpzr5GpNv2u/zujQTKXAqJGLNjjip7UGwWujkMwEf+0=.ed25519 PEER JOINED Error replicating with @lpzr5GpNv2u/zujQTKXAqJGLNjjip7UGwWujkMwEf+0=.ed25519: Error: parent stream is closing at PacketStream.stream (/home/fcz/node9/lib/node_modules/scuttlebot/node_modules/packet-stream/index.js:46:28) at Object.ws.remoteCall (/home/fcz/node9/lib/node_modules/scuttlebot/node_modules/muxrpc/stream.js:114:17)...
by the way, there is no version of esprima at the moment that follows estree, the harmony branch is old and master is expected to merge https://github.com/eslint/espree changes soon according...
related: https://github.com/estools/escope/issues/33
and the proper esprima issue might be this one: https://github.com/jquery/esprima/issues/1000
if replaced with espree, lines such as this one https://github.com/estools/escope/blob/master/src/referencer.js#L117 must be updated to use node.local instead of node.id
one possible fix to this bug: ``` diff diff --git a/package.json b/package.json index f9ea500..9b45783 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "browserify": "^9.0.3", "chai": "^2.1.1", "coffee-script": "^1.9.1", +...
true, here is a pull request: https://github.com/estools/escope/pull/52