Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:HTML language:JavaScript language:Python

Filter by

176M results  (2 s)

176M results

Summary Removes the last exercise projection vocabulary left after the showcase exercise catalog was deleted. Seeded CLI verification variants are now described as contract surfaces, and the live archive ...

You spotted the mismatch: the content modal says ** over 500MB → use a link **, but the Assets tab was blocking at 50MB. Why: I hardcoded a 50MB guard in Assets back when the project-wide Storage limit ...

Summary Adds SCIENCE.md (an audit of every decision in the software that affects the scientific output, with literature citations per decision D1..D24), then fixes the highest-priority flag it surfaced ...

Each Tools technologies group now shows its pills inline on the same row as the group label (e.g. Languages JavaScript TypeScript Python SQL), wrapping to the next line as needed — mirroring the icon+title ...

A controllable local mock of the Spotify Web API (Falcon — no new deps), as a profile-gated spotify_mock compose service. - mock_spotify/: deterministic self-consistent catalog (self-referential hrefs, ...

Implements the magentic-one-orchestration-v2 task from agent_tasks.json. This PR includes: - The creation of magda_agent/agents/magentic.py, containing the Worker and Director classes to support the ...

Summary - sync repository version files to 2.0.861 after publish - keep repo-visible version metadata aligned with the released package artifacts Testing - uv sync --frozen uv run --no-sync python ...

UsersHandler.get_account_access reads self.session.query(...), but UsersHandler has no .session attribute — every other method in the class goes through self.sess() (which returns the session_manager s ...

Deferred B.4i review follow-ups: 1. Observability — the finally restore now warns to stderr on failure (was silent); submit_pr.validate s soak-branch check stays the backstop. 2. Tests — detached-HEAD ...

Summary Completed Task 004 from CURSOR_TASKS.md. Changes storage/opportunity_store.py - Added warm_lead_score REAL DEFAULT 0.0 column to the outreach_attempts CREATE TABLE statement - Added ALTER ...