pullrequests Search Results · language:Edge language:TypeScript language:PHP language:Python language:Java language:Ruby
Filter by
30.6M results
Summary
Fixes A62-F1 (🔴 CRITICAL) and A62-F2 (🔴 CRITICAL) from the A61–A85 audit.
Problem
The POST /api/patient/restrict-processing route existed but only logged the request to activity_logs. It never ...
代碼淨化(只減不改)— 收尾
移除 etf_profile_fetcher.py 中定義後全專案零引用的死碼常數 THEME_TAGS(ETF 圖鑑主題改由資料動態產生)。
註:先前 PR #51/#53/#54 因 push 被自動排程的 bot commit 擋下(非快進)、合併到舊 sha 而未真正清除;本 PR 已 pull-rebase 對齊最新分支,確認遠端含修正(THEME_TAGS=0)。 ...
💡 What: Refactored _filter_to_still_open_prs in ralph_loop/cli.py to use
concurrent.futures.ThreadPoolExecutor(max_workers=10) with executor.map to perform gh pr view checks concurrently. Added
an explicit ...
Résumé
- normalise l expiration des créneaux au moment de la soumission client avec l horloge locale Tunis
- normalise les délais Messenger liés aux créneaux de retrait relus depuis Doctrine
- aligne ...
Adiciona:
- lógica de adicionar dias inicial e final para modelo de Semestre na controller
Altera:
- linha que cria novoSemestre no metodo de incluir semana da Sprint na controller, a fim de que ...
Summary
- watcher.state.composite_score does not exist — WatcherState only exposes .score; this raised AttributeError on every
trade entry log
- datetime.utcnow() is deprecated in Python 3.12+; ...