issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:Python
Filter by
5.9M results
Request adding additional calculator operations: modulo, exponentiation (pow), and square root (sqrt).
This issue tracks expanding the CLI calculator to support mod, pow, and sqrt with appropriate validation ...
问题
PR Check workflow 的 qa-growth-gate job 中,git fetch origin main --depth=1 把 main 覆盖为 1 层浅克隆,导致 git diff
origin/main...HEAD 找不到共同祖先,CI 报错:
fatal: origin/main...HEAD: no merge base
Error: Process completed ...
bug
role/qa
The offensive half of the §6.3 combat stack and the project s most intricate slice
(CAPACITY_CONSUMERS_AND_PERCEPTION_SPEC §6.1 Q1): weapon handling scopes to the specific gripping hand, not body-wide ...
enhancement
Descrição do Problema
A experiência mobile está comprometida: os containers estão estourando a largura da tela, causando scroll horizontal
indesejado na página inteira.
Causa Raiz
Após análise do código, ...
bug
css
mobile
Files: kando/cache/llm.py, tests/test_cache.py
ScopedLLMCache uses a different key function (includes _prefix) than LLMCache. This means:
1. A value written to a ScopedLLMCache is invisible to sibling ...
File: kando/runtime.py, Runtime.replay(strict=True)
seed_events = [e for e in all_events if not e.cause]
if not seed_events:
return self.load() # silently degrades to non-strict projection
If every ...
File: kando/cache/llm.py, LLMCache and ScopedLLMCache
Both cache classes use a plain dict with no max size, no LRU eviction, and no TTL:
def __init__(self) - None:
self._store: dict[str, Any] = ...
File: kando/responders/budget.py, BudgetEnforcer.check()
self._depths: dict[str, int] = {} # declared at __init__
# in check():
self._depths[event.id] = depth # added on every event, never removed ...
File: kando/world/projection.py, apply() — OBJECT_PATCHED branch
elif event.type == ev.OBJECT_PATCHED:
obj = world.objects.get(event.data[ id ])
if obj:
obj.data.update(copy.deepcopy(event.data.get( ...

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.