pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:HTML language:CSS
Filter by
244M results
!-- Thank you for your Pull Request. Please provide a description and review the requirements below.
Contributors guide: https://github.com/eclipse-glsp/glsp/blob/master/CONTRIBUTING.md
Note: Security ...
问题
Refs #1912
长时间运行(内核未重启)后,App 出现明显卡顿、代理时断时续。根因是日志子系统的两个缺陷叠加:
1. 内核 / sub-store 日志不按日期轮转
App 日志(clash-party-*.log)能正常每天轮转,因为 logger.ts 每次写入都重新计算路径。但内核 / sub-store 日志走长连接 Writable 流,路径在流创建时只解析一次:
...
Summary
- Distribute multi-character pasted codes across the remaining input cells instead of leaving the full pasted text in
the active cell first.
- Clamp pasted text to the remaining code length ...
Automated test pull request
The Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare
Dashboard. Cloudflare automatically generated this PR to resolve the mismatch and avoid ...
修改内容
- runbook:补 Mate50 dev-client 复用判定 / 脚本化连接 / 收工坑(ops/runbook/local-dev.md,已有 commit)。
- 归档 jpush android PoC 计划:从根目录违规路径 docs/plans/push-andriod-ios-021-...md 规范化到
docs/plans/2026-06/06-06-jpush-android-poc.md(去 ...
What
Security hardening plus six UX fixes, split out of #39 so they can land in feat/secure-hosted-rollout independently:
- security headers (CSP frame-ancestors, X-Frame-Options, nosniff, referrer ...