Alex Potsides

Results 223 issues of Alex Potsides

If init is called on a running/stopped node, just do nothing instead of exploding. This lets the user not care about the state of the repo and just start a...

This appears to be related to Brave blocking browser fingerprinting, but the promise returned from [RTCPeerConnection.createOffer](https://github.com/feross/simple-peer/blob/master/index.js#L571) can resolve to `undefined` (and not throw) resulting in the following error: ``` AggregateError:...

bug
dependency/browser

This fixes two problems with the ESM build of this module. 1. The `package.json` that contains `{ "type": "module" }` wasn't being included in the npm tarball 2. When running...

Would there be any interest from the maintainers in accepting a PR that allows you to pass a `WebSocket` implementation to `WebsocketTransport`? It'd use the implementation if passed instead of...

Running the following code: ```javascript const chai = require('chai') chai.use(require('dirty-chai')) chai.use(require('chai-as-promised')) chai.expect({a: 1}).to.have.property('a').that.is.a('number') // copied from the docs ``` results in this error: ```console $ node test.js /path/to/project/node_modules/chai/lib/chai/assertion.js:141 throw new...

I'm not sure if I'm looking at this wrong, but if I specify a stream as the request body, and that stream errors, I can't see how to receive the...

## Current Behavior Sometimes in CI, lerna runs commands in the wrong directory. This has only started happening in the last couple of days. I have a monorepo with a...

type: bug

In the upcoming `v0.38.0` release of `js-IPFS` the default pubsub implementation is switching to gossipsub. Since this app accesses the private member `._floodsub` on the IPFS node's libp2p object, it...

Refactors the client to use [@octokit/plugin-retry](https://www.npmjs.com/package/@octokit/plugin-retry) and [@octokit/plugin-throttling](https://www.npmjs.com/package/@octokit/plugin-throttling) as GitHub occasionally changes it's API and these plugins can abstract those changes away from this module. - Removes `lib/definitions/rate-limit.js` - Adds...

I'm trying to use https://www.bundle-buddy.com/ with a build file from esbuild but it errors out with: ``` helpers.ts:102 Uncaught TypeError: Cannot read property '0' of undefined at n (duplicateModules.ts:87) at...