William Blankenship
William Blankenship
Using a test over at [memory-blob-store](https://github.com/retrohacker/memory-blob-store) to specify the behaviour of calling `createReadStream` from a key that has an open `Writable` returned from `createWriteStream`: ```js test('handles multiple readers during write...
I've seen this raised several times (i.e. #758), and I would find it useful for PeerWeb. When a new torrent is added to a client, it has the files in...
# Repro escodegen strips parenthesis from return statements, changing the behavior of the code. This breaks ast serialization/deserialization for react [here](https://github.com/facebook/fbjs/blob/c69904a511b900266935168223063dd8772dfc40/packages/fbjs/src/core/createArrayFromMixed.js#L85-L107). ```js var acorn = require('acorn'); var escodegen = require('escodegen');...
When a trailing multi-line comment is followed by a trailling single-line comment, the trailing multi-line comment is pushed to the next line. ```js var acorn = require('acorn'); var escodegen =...
- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...
Content in [diff](https://github.com/npm/rfcs/pull/76/files)
When running gittorrent, I don't see any nodes. Is this normal? (its possible that this coffee shop's interent connection is actively blocking the torrent protocol) 
Run iojs and npm through their paces before considering them ready to deploy.
This is an attempt to standardize how applications resume a WebTorrent `client` after a restart. WebTorrent Desktop is manually doing a subset of this already: https://github.com/feross/webtorrent-desktop/pull/46 This proposal introduces the...
I have an easy-ssb-pub setup at http://ssb.dockeri.co, when patchwork reaches out to use an invite I get: ```js { "message": "wrong protocol (version?)", "name": "Error", "stack": "Error: wrong protocol (version?)\n...