John Hiesey

Results 7 issues of John Hiesey

Even though this module isn't going to work in a node environment, it is inconvenient that importing it throws since neither `window` nor `self` is defined. The solution is to...

We want to run some tests that require [a secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) on Sauce Labs. In particular, our tests for https://github.com/SocketDev/wormhole-crypto need the `crypto.subtle` API. Unfortunately, browsers don't consider pages loaded...

pull request welcome

**What version of this package are you using?** 4.5.0 **What operating system, Node.js, and npm version?** Node 15.13.0, Mac **What happened?** test/mixed.js fails because the stream returned by `fs.createReadStream` doesn't...

bug
accepted

**What version of this package are you using?** 4.7.0 **What operating system, Node.js, and npm version?** **What happened?** When `createTorrent` is passed an array of files, where multiple files have...

bug

`airtap` is much more reliable than `zuul`, but a few tests have to be disabled: * webworker test is disabled due to https://github.com/airtap/airtap/issues/76 * Android 7.0 and newer is disabled...

Since the rewrite, fragmented mp4 files aren't supported any more. Is this a feature people want? If so, let me know. If not, this isn't a high priority issue.

This causes an exception at runtime when the missing module is required. The `resolveSources` function tries to recursively find all dependencies, but it doesn't know about modules that are deduped,...

bug