沈鸿飞

Results 14 issues of 沈鸿飞

Could we change ```cpp inline Object::PropertyLValue Object::operator[]( const char* utf8name) const { return PropertyLValue(*this, utf8name); } ``` to ```cpp inline Object::PropertyLValue Object::operator[]( const char* utf8name) const { return PropertyLValue(*this, utf8name);...

stale

```typescript document.querySelectorAll('#article-content').forEach($div => { $div.addEventListener( 'copy', event => { event.stopImmediatePropagation() }, true ) }) ```

- **Browser Version or Node Version**: v22.2.0 - **ali-oss Version**: "ali-oss": "^6.20.0", - **Mini Showcase Repository**: - **Network Resoponse Header x-oss-request-id**:

第 327 行 `self.ai_guide_var.set("")` 能不能不要这么快清空 AI 提示,比如我想自己先决定打什么,打出了之后再看看 AI 会怎么选择,这时却发现被清空了,很难受 改成对局结束后再清空比较好 https://github.com/latorc/MahjongCopilot/blob/a344924a16f7c25cc864e4a70eb1506778a39f75/gui/main_gui.py#L318-L327 如果可以的话我可以提一个 PR

### System (Mac, Windows 7/8/10, Linux) / 操作系统 windows 11 23h2 (22631.3958) ### SwitchHosts! Version / SwitchHosts! 版本 v4.2 ### Description / 描述 ![image](https://github.com/user-attachments/assets/264e8a3b-adf4-43e3-8ed9-de8732dcb76a) ### How to reproduce / 重现步骤

### 需求 / Requirement ### 我希望在开启 webview2 界面的情况下(前台、后台显示或点击最小化按钮隐藏到任务栏,不是关闭界面最小化到托盘),不要持续占用 3% 左右的 cpu 和 5% 左右的 gpu ![image](https://github.com/user-attachments/assets/6a1fd0eb-f00f-4d76-8fa7-ac4013dc8a80) ### 以同样是 webview2 实现的 clash verge rev 对比,clash verge rev 只占用了 1% 不到的 cpu...

T: Feature
S: Untriaged
C: UI
pr welcome

https://github.com/nodejs/node/pull/55017 ```log (node:33948) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()`...

bug
discuss

fix type in getTypeScriptParsingMode's jsdoc: `@type {string}` should be `@type {() => TypeScriptMode}` @marco-ippolito

module
needs-ci