Skip to content

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

Filter by

183M results  (2 s)

183M results

Created a simple Angular frontend application with:\n- Hello World text\n- Red button styled with CSS

Summary Phase A continues: remove @ts-nocheck from the four leaf views and fix the type holes it hid. (core.ts was already typed.) - journal: typed form-field selectors as HTMLInputElement, the _wired ...

Closes #811. Adds 2 tests to backend/tests/test_models_agentic.py: 1. test_agent_message_field_set_is_wire_contract — pins the 13 field names. AgentMessage is the wire format for every frame on ...

Auto-generated version bump. Merges automatically once CI passes.

Changes Jellyfin will now remember how far down you scrolled after using the search. - Added useScrollRestoration hook (src/hooks/useScrollRestoration.ts). This persists the window scroll position ...

Summary Consolidates the four outstanding CIAA data-extraction/validation tools into a single standalone script bundle under scripts/ciaa_extraction/, and addresses the open Gemini/CodeRabbit review comments ...

Summary - Extracts sequential interaction follow-up and advance continuation into a dedicated handler. - Keeps existing chatbot.py route selection while moving continuation commit/save/trace/response ...

Automated release preparation. GitHub release will be published on merge.

Summary - src/kitchenowl_mcp/config.py — adds # type: ignore[call-arg] on Settings(): both mypy and pyright incorrectly flag this as missing required constructor args, not understanding that BaseSettings ...