pullrequests Search Results · language:Edge language:Python language:JavaScript language:Java language:Python language:JavaScript
Filter by
183M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
The repo had only 2 test files — one integration test (SystemConfigDAOTest) referencing non-existent classes
(SystemConfigDO/SystemConfigDAO, compile failure), and one Mockito-based unit test ...
Three small, independent hardening fixes found during a security review. Each is surgical and behaviour-preserving for
well-formed input; one regression repro per fix.
1. tree_html.py — stored XSS via ...
Background — the 2026-06-16 incident
On a core-storage-writer deploy, all N replicas race for a Postgres advisory lock (8675309); one wins and runs alembic
upgrade head while holding the lock, the rest ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
- SAM bbox→mask 변환으로 세그멘테이션 데이터셋 구축
- YOLOv11n-seg 학습 파이프라인 추가 (로컬 / Colab / Kaggle)
- v3-seg 학습 완료 — Mask mAP@50: 0.956 / Box mAP@50: 0.973
- 모델 가중치는 Google Drive 공유 (.pt gitignore 정책) ...
The bug
`hermes login` was deprecated in favor of `hermes auth` / `hermes model` — its handler (`login_command` in
`hermes_cli/auth.py`) just prints a redirect and exits. But the subparser still validates ...