pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Python language:Python
Filter by
182M results
Summary
Fixes the wrong Sunday date in shift-filtered week view.
Root cause: The previous fix did getWeekDates().slice(1).concat([_wd[0]]) which moved the Sun-anchored week s Sunday to
the end. But getWeekDates() ...
This is a sync of Abdo54173 s 1st iteration to the Bob exercise on Exercism s Python Track.
It has been automatically generated at the request of Abdo54173 using Exercism s GitHub Solution Syncer tool. ...
Bumps the version 0.9.1 → 0.9.2 across all references:
- pyproject.toml
- renamer/__init__.py (__version__)
- gui/main_window.py (About dialog + version label)
Aligns the codebase with the intended ...
Follow-up to the CI-1 foundation. Test outcomes are now visible directly in the job log (and via gh run view --log) — a
glance shows pass/fail without downloading the HTML report artifact.
Changes (both ...
What
The ⋯ More per-list settings submenu (TK-186), reached from the list view (lv:more:{list}). All in-place message edits
with the set: callback prefix, state ListSettings(listId):
- ✏️ Rename → ...
Motivation
- Close the M6 runtime gap that lets an unsaved creator draft trigger the existing Moment Capture pipeline for both
Chat and Visual Novel contexts.
- Provide a minimal, non-persistent ...
codex
MultiModalIndex::save took the single Mutex State and held it across every sub-index serialize+rename. That mutex also
backs search_by_modality/add/remove, so a debounced/burst flush (every 60s / 100 ...
Summary
- Add reusable TUI PageScaffold for header/body/footer page layout and header/body focus orchestration.
- Export PageScaffold, PageScaffoldContext, and PageScaffoldFooter through public TUI ...
📌 Fixes
follow-up #507
📝 Summary of Changes
- GitHub API Decoupling: Moved all direct fetch() calls and URL construction logic out of src/scripts/scrumHelper.js
to make it a clean report builder ...
core
javascript
Bug
The provider suspend/enable toggle works (router skips suspended providers, /api/providers reports enabled), but a
suspended provider still appeared in the task and session provider lists — so it ...