Tim Perry
Tim Perry
Buzz supports proxies when specified explicitly, but generally doesn't use the system-wide default proxy settings (from the `http_proxy`/`HTTP_PROXY` environment variables). The curl client does, because curl has this behaviour built-in,...
Any enthusiasm for adding support for [MutationObserver](https://developer.mozilla.org/en/docs/Web/API/MutationObserver)? In the [Living Standard](https://dom.spec.whatwg.org/#mutationobserver), part of the [full W3C Recommendation for DOM4](https://www.w3.org/TR/dom/#mutationobserver), and [implemented in almost every browser already](http://caniuse.com/#feat=mutationobserver). Also, I'd find pretty...
Currently when installing the package with bower it complains that you don't have an 'ignore' property: ``` bower heap#~0.2.6 invalid-meta heap is missing "ignore" entry in bower.json ``` Now added...
I don't have a solution to this, but just FYI, Firefox 76 was released two days ago and removes the certificate install prompt you depend on in [openCertificateInFirefox](https://github.com/davewasmer/devcert/blob/c2638eb82d32c0e882d63743746c81d9e35906a5/src/platforms/shared.ts#L68-L106). The FF...
This is now required for browser certificates, according to https://crt.sh/lintcert, but node-forge doesn't seem to support it at all yet. The spec is here: https://www.rfc-editor.org/rfc/rfc5280.html#section-4.2.2.1
If a request a POSTed with a gzipped body, and a `content-encoding: gzip` header, the content is not decoded. For example when posting to `/post` with an `content-type: application/json` gzipped...
As a user of a 3rd party web application using js-ipfs in the browser, there's no way for me to indicate the configuration I would like the application to use....
In https://github.com/jaywcjlove/hotkeys/pull/73/files#diff-1c90ff38a08209f9ebd4d05d1e43358eR28, the filtering was changed to no longer ignore hotkeys on `` elements. This isn't mentioned in the PR, so I'd guess that this was a mistake. This behaviour...