liulun
liulun
- **操作系统**: win10 - **Node 版本**: 12.13.1 - **Egg 版本**: ^2.15.1 ```js this.ctx.cookies.set('tbtu', '123', { encrypt: true }); ``` ``` [DEP0106] DeprecationWarning: crypto.createCipher is deprecated. ``` 虽然不影响使用,但还是建议更新一下加密库
In windows 10 nimx can not support unicode character, such as chinese character
### 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. -...
Will nodegui support QWebEngine future? And then nodegui will be a strong competitor of Electron and CEF.
您好~我知道你是中国人~所以就用中文回复啦
When developers use webContents‘s `will-prevent-unload` event, They want to ask the user to confirm something most of the time. Like this: ```javascript win.webContents.on('will-prevent-unload', event => { let choice = dialog.showMessageBoxSync({...
Is this work currently in progress?
`gumbo-parser` is archived And this project has been unmaintained since 2016. Will `litehtml` depend on this project in the future?
Thanking you and awaiting!
First of all I can clone the breakpad project: ``` git clone https://chromium.googlesource.com/breakpad/breakpad ``` OS Info: `windows 10` Error Info: ``` D:\tool>electron-minidump -f a.dmp node:events:371 throw er; // Unhandled 'error'...