bugyaluwang
bugyaluwang
### 📝 Feature Description [Please make everyone to understand it] In the past, I tried software like [https://github.com/mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe) to record my computer and provide AI-powered context, but the steep learning...
### Describe the bug 尝试录制了一份 10MB 大小的日志,进行播放时,越往后播放越卡顿 ### Steps to reproduce 任意 10MB 左右的日志 ### System Info ```shell - ``` ### Logs _No response_ ### Validations - [x] Read the...
## 概述 为 node-network-devtools 库添加了全面的 CDP (Chrome DevTools Protocol) 消息单元测试,解决了项目严重缺乏单元测试的问题,特别是针对多进程环境下 CDP 消息测试的困难。 ## 主要变更 ### 🆕 新增文件 - `src/fork/tests/cdp-messages.test.ts` - CDP 消息核心测试 - `src/fork/tests/cdp-test-utils.ts` - CDP 测试工具和 Mock 类 -...