Richie Bendall

Results 140 comments of Richie Bendall

The motivation is so that all of the dependencies can be synchronised.

I believe a robust solution will be to properly implement a way to dequeue items which will be a breaking change. Similar to https://github.com/sindresorhus/p-queue/issues/140

I want to use TypeScript without needing to create an empty tsconfig.json file.

Should be working now, try re-running CI

This is because `Emittery.listenerAdded` and `Emittery.listenerRemoved` don't exist in the `EventDataMap` defined here: https://github.com/sindresorhus/emittery/blob/1afed6ab1f8b22a6fa36448a23ea3b829431b5f9/index.d.ts#L389

Whether fetch does get implemented Node.js or more strictly in undici, the goal of node-fetch would change to backporting it to the oldest Node version still in maintenance until that...

This is useful for emitters that require network access for polling or have to subscribe to other event emitters. Here's my use case: ```js const Emittery = require("emittery") const emitter...

@sindresorhus How about `activate` and `deactivate`?