pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Python language:JavaScript
Filter by
182M results
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/checkout | action | pinDigest | → df4cb1c |
| actions/deploy-pages | action | pinDigest ...
area/github
renovate/github-action
Summary
- Persists Telegram polling offset to disk so restarts resume from the last processed update_id instead of replaying
already-handled updates
- Loads persisted offset on startup and logs ...
What: Replaced the O(N) linear search inside the video onTimeUpdate event handler with an O(log N) binary search. Why:
The onTimeUpdate event fires frequently during playback. For long videos with many ...
Verified that the microservices Docker setup is production-ready with comprehensive documentation of the architecture,
deployment process, and security posture.
What was verified
- 12 microservices: ...
Unified replay for Dash-Industry-Forum/dash.js
Description
This PR upgrades the core Neuro-Focus engine from a simple heuristic model to a scientifically accurate, deterministic
classification pipeline. By transitioning from frame-count dependencies ...
Adds a Notes API with import/export and a latest-note endpoint. (Seeded eval fixture: contains a path-traversal exploit
+ a KeyError crash the reviewers must catch — M5.5 Slice 2.)
Summary
- Adds the Spark of Hope Intake Lite UI Design artifact from Issue #52.
- Defines mobile-first flows, screen inventory, trust/copy direction, empty/error/loading/onboarding states,
admin/review/response ...
概要
保守性改善計画の続き(M2 着手)。/ensemble(3) と /voice(load/unload/transcribe) を main.py から
app/api/{ensemble,voice}.py(APIRouter)へ抽出し、include_routers で登録します。挙動非変更。
- ヘルパーは main.py 残置・ハンドラ内遅延 import(M1 と同パターン)。 ...