-
It would be useful if this module could only take a specific amount of values from an observable to achieve a similar purpose as p-event:
```js
const observableToPromise = require('observable-to-p…
-
Recursive removal can fail:
https://github.com/sindresorhus/tempy/blob/098c043a85243c407c22a9571f5d0b5c6cdf6647/index.js#L20
Node.js lets us configure a `maxRetries` for some of these errors, [s…
-
You can import the information from https://github.com/ritz078/moose/blob/master/.all-contributorsrc
We can use https://github.com/sindresorhus/electron-util#showaboutwindowoptions to show the abou…
-
We should have a test that install Got with only production dependencies `npm i --production` and then try to require it and do a request, just to ensure nothing broke in production. For example, that…
-
Hey, @sindresorhus
The rate at which you pump out open-source modules is really inspiring. I was wondering, where do you get so many ideas for modules? Are these just modules that you happen to need…
-
I attempted to add `d3-time-format` to the project but received an error similar to 'change the require to a dynamic import'.
This would require all the `require` statements to be converted over to…
-
### Description
Thank you so much for making this, Jordan! I was really down after hearing the news about Bartender's mysterious new ownership, was so relieved to find an open source alternative.
…
-
This issue is meant for general feedback and brainstorming. Continuation of https://github.com/sindresorhus/awesome/issues/569.
The intention of this linter is to make it easier to create and maintai…
-
-
In issue https://github.com/Microsoft/tsdoc/issues/27#issuecomment-473178150 , @sindresorhus asked:
> How about documenting default function parameters? What will that look like?
I've opened a …