pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:HTML language:Java
Filter by
210M results
Summary
- Catch RefreshError in YouTubeClient.upload() and recover automatically instead of surfacing a generic upload_failed
log line
- Delete the stale token file, clear the service handle, ...
Bumps the dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| boto3 | 1.43.28 | 1.43.33 |
| aws-cdk-lib | 2.258.1 | 2.260.0 |
| pytest | 9.0.3 | 9.1.0 |
| ruff | 0.15.17 | ...
dependencies
python:uv
Summary
- Add a report-only status bucket summary for declared required edge reads.
- Normalize the existing free-text Derived status read values into buckets such as current/read, selected,
future-only, ...
Follow-up to #1/#3. The run_conversation decomposition moved the API-call/retry loop into agent/turn_api_call.py, but 5
inspect.getsource guards still scanned conversation_loop/run_agent and went red on ...
배경 — EXPLAIN으로 확정한 체감 병목
어제 trgm GIN 인덱스 9개는 is_valid=true로 정상 적용·작동 확인(긴 검색어 Bitmap Index Scan). 그러나 체감이 안 빨라진 이유:
- EXPLAIN: 전체 80ms 중 색인 찾기 0.07ms, 나머지 99%가 heap(본문) 읽기
- 데이터가 작아(소식지 ~131행) 인덱스 ...
Summary
- Add a Security source-text pins subsection documenting the three iter 310-312 security tests:
- JWT scopes drift guard (PR #684).
- algorithms=[ HS256 ] pin (PR #686).
- ...
What changed
- moved capture review controls into Discord slash commands and buttons
- added audit retry, report, and finalize commands using the configured audit channel
- added queued/success/warning/failure ...
수정 내용
1. 단축키 실행 시 타이틀바 아래 버튼 눌림 현상 (actions/app_ui_action.py)
원인: press_app_shortcut → ensure_focus() → _bring_hwnd_to_foreground() → _release_foreground_lock()에서 매번 Alt 키 Down/Up을
전송함. Windows에서 Alt ...
Two closing slices for the AI Structure.
Migration slice — adds the 5 deferred columns (student_preferences.{desired_time_to_degree_months, wants_part_time,
wants_online, wants_career_support}, programs.part_time_available), ...