Eric Guan
Eric Guan
Related: https://github.com/webtorrent/webtorrent/pull/1650 **What version of WebTorrent?** v0.107.0 (latest) **What did you expect to happen?** `torrent.rescanFiles()` (and by association `_verifyPieces`) should detect pieces that were previously verified but now missing, and...
**What version of WebTorrent?** "webtorrent": "^0.102.4" **What operating system and Node.js version?** OS: Windows Node.js version: v8.9.1 **What browser and version? (if using WebTorrent in the browser)** Browser: Chrome Version:...
[Chrome 77 implements RTCPeerConnection.onicecandidateerror](https://www.chromestatus.com/feature/6602864602382336). Should `simple-peer` feature detect and emit errors? Happy to make a PR.
Using `[email protected]` Demo: https://jsfiddle.net/guanzo/gupdrm1a/5/ Setting the `iceCandidatePoolSize` option enables candidate prefetching to occur before `setLocalDescription` is called. When creating an initiating peer like so: ``` const p = new SimplePeer({...
jsFiddle: https://jsfiddle.net/k4b56h79/14/ Problem: I use leaflets flyToBounds function, and attach a listener for the `zoomend` event. In the event callback, i add a cluster of markers to the map. I...
Due to DockerHub ratelimits, it'd be nice to have these [images](https://hub.docker.com/u/socketcluster) on [ECR](https://gallery.ecr.aws/)
Fixes several typos
Trying to test my http lambda but seems like I have to send data with an `event` key? This data format isn't required by AWS afaik. https://github.com/ashiina/lambda-local/blob/4409022d20b81cb4ff445cf1f8fe3ea7a0736cd2/src/lambdalocal.ts#L94-L96
I've successfully setup mci with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/multi-cluster-ingress#overview I've also setup Google CDN + Ingress with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/cdn-backendconfig However, when I try to combine CDN + mci with the...
Reproduction: https://jsfiddle.net/guanzo/76xesvct/12/ The 2 checkboxes are exactly the same, except the first one is using `.p-icon` and `.icon`, while the second one is using `.p-svg` and `.svg`. I believe the...