Skip to content

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

Filter by

158M results  (2 s)

158M results

The Local History VS Code extension writes timestamped file snapshots into .history/, which were getting committed (see PR #11). Ignore the folder so the snapshots never enter the repo again. Also remove ...

What — CourseKit T3 (Anki from the course) generate-anki.cjs now sources card data from the course via dynamic import() of course/content.js + course/config.js (it stays CommonJS per the repo constraint ...

Restructures the homepage holdings as requested. Change Previously Satellite and Core were two separate top-level cards on the homepage. Now there s one collapsible Current Holdings section, with Satellite ...

💡 What: Added explicit for attributes to labels and aria-describedby to helper text for custom toggle switches. 🎯 Why: Improves screen reader support and increases click target area for custom toggle controls. ...

Motivation - 整備済みの計算ロジック(v0.1→v0.1.1相当)に合わせて、端数処理・時間単価・月額以外・勤務時間根拠の運用ルールを明文化して運用ミスを防ぐため。 - 本作業はドキュメント化に限定し、既存のApps Scriptや計算ロジック、保存・読込・文書転記OK判定の挙動は一切変更しないことを明確にするため。 - 手動テスト観点を整備して実運用テスト時の確認項目を統一するため。 ...
codex

Summary Finishes the tail-jump / crawl-on-reopen half of #270. Reopening a long Codex session crawled through history before landing at the prompt. Mechanism (from the code, not a guess): Codex (ratatui) ...

Bumps step-security/harden-runner from 2.14.0 to 2.19.4. details summary Release notes /summary p em Sourced from a href= https://github.com/step-security/harden-runner/releases step-security/harden-runner ...
dependencies
github_actions
PR: released

Related Issues related: CIAC-16965 Description Cleanup supportedModules on the Vectra RUX pack.
ready-for-pipeline-running

!-- CURSOR_AGENT_PR_BODY_BEGIN -- Summary Fixes backend startup failure: SyntaxError: invalid syntax in moment_voice_service.py. Root cause @staticmethod was missing the def keyword before public_url_path: ...

Adds a GitHub Actions CI workflow with three jobs: - ruff — lint + format check via astral-sh/ruff-action@v3 - mypy — strict type checking - test — pytest on Python 3.8 and 3.12 Also adds .gitignore ...