Paweł Rychlicki
Paweł Rychlicki
https://github.com/sindresorhus/got/blob/ecb05343dea3bd35933585a1ec5bcea01348d109/source/as-promise/index.ts#L144 I'm trying to configure Got to retry on my POST requests. I pass Node's ReadStream created by `fs.createReadStream()` to the `body` option. On retries, I'm getting `Cannot retry with...
#### Describe the bug - Node.js version: 16 - OS & version: Windows 10 #### Actual behavior There is always one last progress (at least `uploadProgress`) event fired after the...
#### What would you like to discuss? Is there any technique available to limit the download/upload rate to some value, e.g. 100kB/s? I was thinking about putting sleep() into some...
I lack documentation on how (or maybe even a possibility) to override/extend concrete appenders. This is my workaround for creating a logger with `FileAppender` that knows how to handle `cause`...
I'm working on a new feature to resume interrupted file transfers at a later time. For this feature to work, I need to ensure that the value in my `uploadedBytes`...
Regression Issue with Universal Build Target in @electron-forge/plugin-webpack Since Version 7.3.0
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...