Feross Aboukhadijeh

Results 609 comments of Feross Aboukhadijeh

That is already supported. Here's an example of it in use: https://github.com/feross/webtorrent/blob/84052ad40dc6b788bfc173453a67da155e7804bc/package.json#L14

Yeah, not sure if this is intentional or not.

Hey guys, you might consider using my package [`is-buffer`](https://www.npmjs.com/package/is-buffer) that is specifically designed to address this use case. To quote the readme: > This module lets you check if an...

You can just `require('buffer')` and then use the ["browser" field in package.json](https://gist.github.com/defunctzombie/4339901) to prevent it from being included in your build. ``` json { "browser": { "buffer": false } }...

Just wanted to note that `hyperscript-attribute-to-property` is maintained.

@thefeeltrain The API automatically continues seeding, you don't need to pass any special flag.

@sebastienvercammen I suspect there's a bug in webtorrent itself that causes seeding to stop after some time. I think it will be a bit tricky, but not impossible to track...

Thanks for sharing @Weedshaker. Two possibilities come to mind: 1. Connection to the tracker is lost and `webtorrent` doesn't re-establish it for some reason, or 2. All the trackers for...

Haha, great idea! Will try this!