Feross Aboukhadijeh

Results 216 issues of Feross Aboukhadijeh

I want to go through the whole `webtorrent` dependency tree to: - De-duplicate dependencies - Ensure that we're using the latest version - Pruning dependencies that aren't needed in modern...

enhancement
area/perf
accepted

For use cases like https://instant.io, it would be nice if there was some way to pre-connect to the tracker servers that we know we're going to need once the user...

area/browser
accepted

The maxConns option is currently ignored for incoming connections, so there's effectively no limit the number of incoming connections that we accept. For TCP, we could just immediately destroy the...

help wanted
bug
area/perf

Right now we have two strategies: 'sequential' or 'rarest'. 'sequential' is the default. To be a good citizen, we should switch to the 'rarest' piece selection strategy if there's no...

enhancement
area/browser
accepted

This happened when adding two Ubuntu ISO files in WebTorrent Desktop.

bug
area/perf
accepted

Ideally web seeds would be handled directly as a special-case instead of treating the web seed as another peer and interpreting wire protocol requests as http requests. That was a...

accepted

I'm back from my open source break now and happy to continue doing releases of WebTorrent Desktop manually as we determine that new releases should go out. It's best to...

enhancement
meta
area/packaging

Help diagnosing and fixing up these npm deprecation warnings would be most welcome! ✨ ``` npm WARN deprecated [email protected]: The package has been renamed to `open` npm WARN deprecated [email protected]:...

enhancement
help wanted
accepted
area/security

The upgrade of `appdmg` from 0.4.5 to 0.6.0 allows us to sign the Mac DMG file now using the following new option: `code-sign` (object, optional) - Options for codesigning the...

enhancement
accepted
platform/mac
area/packaging

*Moving https://github.com/webtorrent/webtorrent/issues/1378 to this issue tracker.* This was previously discussed in #677 and #722. It appears that VLC is now shipping a default plugin that does subtitle lookup. This is...

meta