pullrequests Search Results · language:Dune language:Python language:Python language:JavaScript language:Java language:PHP
Filter by
196M results
Completes the worker-OOM fix from #40. --concurrency=1 stabilised mood/misc, but celery-beat kept OOM-looping — it s the
scheduler (no concurrency knob) and 64M is below the ~88 MiB it needs (imports the ...
Summary
Fixes all silent error-swallowing across the app so corrupted state, storage failures, and invalid input are caught and
surfaced instead of crashing or failing silently. Integrates with the existing ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 90%
- Auto-fix allowed: False
📝 Summary
The use of subprocess.call ...
ai-remediation
needs-human-review
severity-high
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
What this adds
The provider-runtime boundary v0 — the last abstract seam before real models. Architecture + contracts + a deterministic
fake runtime. NO providers, NO SDKs, NO network, NO execution, NO ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: LOW
- Confidence: 100%
- Auto-fix allowed: True
📝 Summary
The code uses the subprocess module ...
ai-remediation
severity-low
개요
수업 찾기 페이지의 인원 필터(개인/소그룹/대그룹)가 실제 API와 연동되도록 백엔드 필터 조건을 추가합니다.
변경 사항
CourseSearchRequest
- minGroupSize, maxGroupSize 쿼리 파라미터 필드 추가
- @Min(1) 검증 적용
CourseSpecification
- hasMinGroupSize(Integer) ...