William Blankenship

Results 15 issues of 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...

enhancement
accepted

# 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...

Feature
Needs Discussion
Serve

Content in [diff](https://github.com/npm/rfcs/pull/76/files)

Enhancement
Needs Discussion
Security

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) ![gittorrent](https://cloud.githubusercontent.com/assets/1081565/11966565/978993fa-a8ca-11e5-8db0-a439d0aaa3e1.png)

Run iojs and npm through their paces before considering them ready to deploy.

testing

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...

enhancement
accepted

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...