rightaway
rightaway
#### What problem are you trying to solve? If you run `await got(url).on("downloadProgress", callback)`, the callback should also be passed the `got` instance so we can easily cancel it or...
#### What problem are you trying to solve? @szmarczak asked me to create a separate issue (https://github.com/sindresorhus/got/issues/1865#issuecomment-993725043). Could you add a property on the `got` Error object like `original` that...
What is the `.timeout` attribute in the documentation? It's listed there with no additional text. What is the default value for `timeout` setting? What happens if `timeout` value is exceeded...
I have a concurrency of 10 and the tasks check `queue.size` to see whether the queue has fallen underneath a certain number. As soon as a task sees that, it...
It would be useful if there were a way to see where the duplicates files came from in the problems panel, or some notes in the output of how to...
### What version of pkg are you using? 5.7.0 ### What version of Node.js are you using? 16.15.0 ### What operating system are you using? linux ### What CPU architecture...
https://github.com/vercel/pkg/issues/481 was automatically closed by github actions but there were a lot of people interested in it. Can we have a command line option to specify which entry point to...
### What version of pkg are you using? 5.7.0 ### What version of Node.js are you using? 16.15.0 ### What operating system are you using? linux ### What CPU architecture...
The cache directory by default should use `~/.cache/pkg` according to the XDG Base Directory Specification rather than `~/.pkg-cache` which doesn't follow any standard. Most applications today use this standard and...
### Description There's a certain type of errors that can be hard to spot and will work fine. Since it's valid to do operations like `||` in this context is...