pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:Go is:unmerged
Filter by
95.9M results
…ofile.html if logged in. rather then sign-in.html
Add tests/opencode-hooks.test.js with 13 cases covering all 8 OpenCode hook handlers.
What this tests
- chat.params (1)
- command.execute.before (3): heimdall_goal status / set / passthrough
- ...
Summary
- 백엔드: user_events 테이블, POST /api/events 이벤트 수신 라우터, /api/admin/analytics/* 집계 엔드포인트 4개, EventTrackerMiddleware (API
호출 자동 수집) 추가
- 프론트엔드: trackEvent 유틸리티, nav/서브탭/검색/리포트 뷰·탭 전환 이벤트 추적, ...
概要
Vercelで「No Output Directory named public found」エラーが出ていた問題を修正しました。
原因
Vercelは outputDirectory: . (ルートディレクトリ)を静的サイトの出力先として認識しません。
変更内容
- index.html、css/、js/ を public/ 配下に移動
- vercel.json の outputDirectory ...
Pull Request
Description
!-- What does this PR do and why? Provide enough context for a reviewer who has no background on this task. Link to any relevant design docs, Figma, or prior discussion.
Solves ...
Summary
Adds three new Claude Managed Agents recipes, each with Python + TypeScript implementations, a README, and a full docs
page.
- Long-running Research Agent (guides/claude/research-agent/) — ...
Summary
Reworks the system-info panel and moves its celestial data off a live per-selection ESI call into our SDE-seeded DB.
Sun type + celestials from our DB (with ESI fallback)
- The panel s celestial ...
Summary
check_outbound_url(url, ...) in src/url_safety.py (an SSRF guard) only checks if not url or not url.strip(). A truthy
non-string (e.g. an int) reaches .strip() and raises AttributeError out of ...