pullrequests Search Results · language:Dune language:Python language:JavaScript language:HTML language:C# language:HTML
Filter by
187M results
Closes #7.
Summary
- Babel 6→7: replaced babel-core, babel-preset-es2015/react/stage-2, babel-plugin-transform-decorators-legacy, and
babel-plugin-syntax-decorators with @babel/core, @babel/preset-env ...
Introduces a minimum SOC value in the preferences, to limit the minimum SOC the user can set. This is useful because
that s how batteries work, and also to further enhance (in a next pull request) the ...
Automated test pull request
Summary
- Replaces the lopsided _FANDIPOLE_RING_5 constant with a _fandipole_ring(K) function that distributes K bands evenly
at 360°/K. K=2 now puts bands at 0° and 180° (opposite ends of a diameter) ...
개요
파이프라인에서 수집한 첨부파일(HWP→PDF 변환본, 이미지 등)을 Cloudflare R2 Object Storage에 업로드하여 배포 환경에서도 파일 접근이 가능하도록 한다.
변경 파일
- requirements.txt — boto3 =1.34 추가
- crawler/config.py — R2 환경변수 (R2_ACCOUNT_ID, R2_ACCESS_KEY_ID, ...
Crawled URLs are attacker-controlled and BeautifulSoup decodes HTML entities, so a malicious page can emit URLs carrying
raw terminal escape sequences (e.g. \x1b[2J to clear the screen, \r/\n to spoof ...
Summary
Bumps G-Research/common-actions/check-required from SHA 19d7281a to 901acf92, which declares runs.using: node24, ahead
of the GitHub-enforced cutover on 2026-06-02.
The previous SHA (19d7281a) ...
Summary
- default the browser frontend to the live preview workspace and preserve existing live snapshots when re-entering
live mode
- open the frontend browser by default from the CLI while keeping ...
🤖 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(f ...
ai-remediation
needs-human-review
severity-high
- Removed react-hot-toast dependency usage from ClaimVesting component
- Eliminated import of toast and Toaster from react-hot-toast
- Replaced toast.success and toast.error calls with useToast() ...