issues Search Results · language:Dune language:Python language:HTML language:Java language:Java language:Python linked:pr
Filter by
4.6M results
概要
プロジェクトの基本ドキュメントと開発環境設定ファイルを追加する。
やること(To-do)
- [x] README.md を追加(要求分析・要件定義・ビルドツール等のメモ)
- [x] .github/ISSUE_TEMPLATE/bug.md を追加
- [x] .github/ISSUE_TEMPLATE/feature.md を追加
- [x] .gitignore ...
documentation
Goal
Prevent the OTel Collector from being overwhelmed by excessive incoming telemetry traffic during traffic spikes or
misbehaving client services, avoiding telemetry loss or service outage in production. ...
engineering
status:reviewing
This feature was not migrated when we moved from Datastore to SQL. This should be restored.
Since the requirements and architecture of our system has changed, we should also take this opportunity to rework ...
Generalise the zuul generator for the other services as well.
_load_memory_project_configs() documents /etc/kai/memory-projects.yaml as the canonical registry location for protected
installations, and reads it through _read_protected_yaml, which shells out to sudo ...
bug
good first issue
Problem
A skill s name, version, and description live in three hand-maintained copies:
- skills/ skill /plugin.json (declared source of truth)
- the matching plugin entry in .claude-plugin/marketplace.json ...
Description
Some of the CSS/utility classes used in our documentation examples are outdated and do not match the latest version of
the core components. This causes confusion for developers trying to copy-paste ...
accepted
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
type:feature
分析发现的问题
🐛 Bug 1:蛇头移动到蛇尾位置时自碰撞误判
严重性: 高
描述: tick() 函数中,自碰撞检测在蛇移动(unshift)之前执行,且未排除尾部节点。当蛇头移动到蛇尾当前所在位置时(尾部将在同一 tick 的 pop() 中被移除),会被误判为碰撞导致游戏结束。
代码位置: snake.html:461-466
// 自碰撞检测 —— 未排除尾部
for (const ...
Summary
build_merge() applies prune_sources after merging new_chunks into the base graph. Any node/edge whose source_file is in
the prune set is removed from the merged graph — including the freshly re-extracted ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.