pullrequests Search Results · language:Edge language:Python language:PHP language:HTML language:TypeScript language:JavaScript
Filter by
267M results
Summary
Adds a boot-smoke step to the build-windows-exe job: after building, it launches the produced Quodeq.exe --_api
(headless API mode, routed to quodeq.api.app:main via packaging/macos/dashboard_entry.py), ...
📌 Related Issue
관련 이슈가 있다면 작성해주세요
- Closes #번호
✨ Summary (작업 개요)
이번 PR에서 구현한 주요 기능 혹은 변경 사항을 간략히 설명해주세요.
🛠 Work Description (작업 상세)
무엇을 어떻게 변경/추가/삭제했는지 구체적으로 작성해주세요.
⚠️ Trouble Shooting (문제 해결) ...
feature✨
[!IMPORTANT] This is an automatic PR generated by Vercel to help you with patching efforts. We can t guarantee it s
comprehensive, and it may contain mistakes. Please review our guidance before merging ...
Summary
- Added Vue Test Utils + Vitest component tests for three core frontend components: RequestForm, RequestList, and
UtilizationBars
- Updated vitest.config.ts to include @vitejs/plugin-vue ...
Bumps the production-dependencies group with 4 updates in the / directory: pyright, undici, ws and yjs.
Updates pyright from 1.1.409 to 1.1.410 details summary Release notes /summary p em Sourced from ...
Pull Request
👷 Add CI to create release notes draft
!-- Please start with a GitHub Discussion.
Once a team member asks you to open a PR, create it and link the discussion here.
Obvious typo fixes can ...
Captains can compose a camp-wide announcement, save it as a draft, then publish it to everyone but themselves. Built on
the existing (previously unused) broadcasts / notification_deliveries schema.
Why ...
Motivation
adhere to spec notify_ptc_messages
# PTC votes can only change the vote for their assigned beacon block, return early otherwise
if data.slot != state.slot:
return
Description
Ignore ...
Makes MaxCallError include the CLI s stdout (where --output-format json writes its error payload) on non-zero exit,
instead of only the usually-empty stderr. Unblocks diagnosing the opaque Claude CLI exited ...