Rex Rao
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. -...
* **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`...
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
**Describe the bug** Set utf-8 characters to `font-family` attribute of \ element not working and causes error. **To Reproduce** See this [playground](https://raw.githack.com/yWorks/svg2pdf.js/master/index.html?svg=%253Csvg%2520viewBox%253D%25220%25200%2520300%2520150%2522%2520xmlns%253D%2522http%253A%252F%252Fwww.w3.org%252F2000%252Fsvg%2522%253E%250A%2520%2520%253Ctext%2520font-family%253D%2522%25E5%25BE%25AE%25E8%25BD%25AF%25E9%259B%2585%25E9%25BB%2591%2522%2520y%253D%252220%2522%2520x%253D%252220%2522%253EHello%252C%2520world%21%253C%252Ftext%253E%250A%253C%252Fsvg%253E). **Expected behavior** `font-family` with utf-8 characters works. The...