Feross Aboukhadijeh

Results 609 comments of Feross Aboukhadijeh

https://www.smashingmagazine.com/2017/02/designing-html-apis/

@Daniel-Abrecht That's pretty cool, nice work.

I think the WebRTC crypto required to set up an RTCPeerConnection object is pretty heavy weight. Will think on ways to improve this.

@gpetrov Thanks for the sleuthing. I think we need to vastly lower the number of webrtc connections we attempt. We should also file a bug with the various browser vendors....

Yeah, this is such a bummer. I wish that webrtc connections weren't so heavyweight in the current webrtc implementations. I'll raise this issue with the chrome team.

I actually re-read the actual code recently and noticed that the seamless switching code is missing, so I created this issue. I can't remember if I never implemented it, or...

Spent a little while debugging this with @jhiesey. We were able to reproduce it in Chrome 66. There's not really anything we can do about `ERR_CACHE_OPERATION_NOT_SUPPORTED` I think. We're pretty...

Yeah, I was just about to open an issue for this too. Weird that it just started happening.

@alxhotel Thanks for linking to the rationale for the decision. @mikeal Do you think this decision is a bit confusing? Maybe we should keep parallel behavior between `seed()` and `add()`...

@FinnFrotscher The issue you're describing sounds like https://github.com/feross/webtorrent/issues/551 which is fixed by updating to the latest version of Electron. This issue was fixed in Chrome 51 and Electron 1.2.0. Make...