pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:Python language:Java
Filter by
182M results
Causa raíz
GET /api/roles hacía N+1 queries:
1. SELECT * FROM roles → carga todos los roles
2. Por cada rol: SELECT COUNT(*) FROM user_roles WHERE role_id = ? → 1 roundtrip a Supabase por rol
Por ...
What this does
Packages the existing ScanGym MCP server for publication on:
1. npm — so anyone can install with npx @scangym/mcp-server
2. MCP Registry — so ScanGym appears in Claude Desktop and other ...
Summary
- src/location/shop.py: buyBetterBait() now refuses to upgrade once fishMultiplier reaches MAX_FISH_MULTIPLIER (10),
with the message Your bait is already the best money can buy! and no ...
概要
Web 宿主前端的一组 UX 优化(纯 P4 宿主层,零新退出码/SSE/数据模型变更)。
改动
- ingest 选单:raw 文件标「已收录」(wiki/sources/ slug .md 存在即判定,纯读派生、不落盘),默认只显未收录,加按钮切换 未收录/已收录 视图。非破坏:源永不隐藏/删盘、已收录仍可预览/重投。
- 历史会话:点标题直接打开(去掉独立「打开」按钮),删除按钮图标化为 ...
Description:
Description of changes made and why.
Description:
- Updated game text color to green
What
Two control arms from the literature, run against the same harness, with results filling the pre-committed cells in
docs/benchmarks.md. Both cell definitions and hypotheses were committed before ...
What changed
- Added export acceptance rules for HTML, PDF, and CSV fixture comparison.
- Added canonical export fixture cases and golden text comparison support.
- Documented how future export ...
area:testing
type:feature