Rex Rao

Results 4 issues of Rex Rao

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/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 adheres to. -...

platform/linux
bug/regression :leftwards_arrow_with_hook:
status/confirmed
has-repro-gist

* **Browser Version or Node Version**: v16.4.2 * **ali-oss Version**: v6.13.3 * **Mini Showcase Repository**: N/A * **Network Resoponse Header x-oss-request-id**: N/A Type define missing `putSymlink`

stderr data may emit one complete error message by several chunks, like this: 1. '\n' 2. 'ERROR:\n' 3. 'some error message.\n\n' So [error.js](https://github.com/quentinrossetti/node-7z/blob/master/src/error.js) can not extract both `level` and `message`...

bug

request('http://a.b/c?d=e') will produce a mistake url option to `electronAdapter` like: http://a.b/c?d=e/c?d=e https://github.com/islizeqiang/electron-request/compare/v1.8.0...v1.8.1#diff-7233c116d620a52e91b99f0e3808c4b546e99490f5cdc9d7dda82b6a585b1c34L43