Feross Aboukhadijeh
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...
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...
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...
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...
This happened when adding two Ubuntu ISO files in WebTorrent Desktop.
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...
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...
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]:...
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...
*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...