pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:JavaScript is:merged
Filter by
85.6M results
This PR ensures that the Listen mode card list is correctly rebuilt in the DOM whenever a deck is initialized or
shuffled. This prevents out-of-sync state that caused card skipping in autoplay mode.
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
Implements fods-03-read-path-zero-git: aet-work status, aet-work next, and the orchestrator now read the stored
canonical state field instead of shelling out to aet-state derive on every read. ...
buildYearStatsMap was reading BadgeAwardDB[bai][3] (Col D = AwardedBy string MasterEngine ) as the AwardedDate.
parseArkaDateString_ returned NaN for that string so every badge was filtered out, leaving ...
Summary
- Make the playbook optimizer skip invalid local-script backends instead of trying to spawn them.
- Prevent stale or host-specific assistant_script_path values from surfacing as subprocess ...
What
goto + labels — the driver error-cleanup pattern:
uint32_t classify(uint32_t x, uint32_t y)
{
uint32_t r = 1;
if (x == 0) goto done;
r = r + x;
if (y == 0) goto done;
r = r * ...
Summary
- Keep claude-smart local-script optimizer defaults scoped to local Reflexio by default.
- Preserve an explicit override for hosted Reflexio via CLAUDE_SMART_ENABLE_OPTIMIZER=1 and disable ...
This PR is automatically managed by GitHub Actions to sync feedback from Issues.
Summary
Fixes the auto-update flow where clicking Actualizar ahora would download the update successfully but never actually
install it.
Root Cause
When was true, called (silent + force-run). However, ...