issues Search Results · language:Dune language:Python language:JavaScript language:Java linked:pr linked:pr language:Java
Filter by
5.8M results
Descripción
Refactorización del modelo Negocio en el módulo empresa, preparación del release v2.4.0 y actualización de la
documentación del proyecto.
Cambios Realizados
Refactor del Modelo Negocio (Módulo ...
documentation
refactor
The same-origin emoji proxy fetches SVG bytes from the OpenMoji CDN, caches them on disk, and serves them back as
image/svg+xml.
The current guard only checks for svg near the start of the response before ...
ready for review
✨ 리팩토링
리팩토링이 필요한 부분
현재 백엔드 곳곳에 샘플 데이터, 고정 응답 문구, 고정 MCP Tool 목록, 고정 정책값, 고정 외부 URL/식별자/테스트용 payload 등이 포함되어 있다.
이번 이슈에서는 특정 파일에 한정하지 않고, 프로젝트 전체를 대상으로 하드코딩된 값을 최대한 제거한다.
하드코딩된 값은 환경변수, 설정 객체, DB, Repository, ...
documentation
enhancement
from pydantic import BaseModel
class LongIter:
def __iter__(self): return self
def __next__(self): raise StopIteration
def __len__(self): return 2 ** 50
class M(BaseModel):
items: list[int] ...
bug V2
Is it platform specific
generic
Importance or Severity
High
Description of the bug
We were experiencing everflow failures on new DRH topologies on VoQ switch.
This was caused because: T2 specific ...
Bug 🐛
Summary
Add a pure answer-format regression test that pins format_metadata_claim_value rounding decimal budgets to two places
with comma separators and the Korean won suffix.
Scope
- Test-only change ...
背景
在 langgraph4j 工作流中,ImageCollectorNode 通过多个工具并发获取图片资源,但目前存在以下问题:
1. 缺少资源去重节点:并发收集到的图片可能存在重复 URL,导致资源冗余
2. 并发执行使用公共线程池:当前 CompletableFuture.supplyAsync() 使用默认的 ForkJoinPool 公共线程池,高并发场景下可能影响性能
3. ...
承接 #47 §五「可选扩展:trace skill」。#47 Provider 主路径(capture_trace 失败带外留证)已 merge,其 skill 子项当时 本期不强制 被推迟,本 issue 落地它。
背景 / 场景
用户在 telegram 与 milkie agent(demo_agent / coding-master)对话时,希望用对话方式对结果求证、看「这一轮怎么跑的、调了什么工具、命中什么证据」。 ...
Summary
scripts/dap-db-snapshot.sh (shipped in PR #649 last night) ran into two real bugs on its first production use this
morning. The script worked enough that the operator hand-patched the workaround ...
bug
Found during pre-PR review of the standalone macOS app packaging.
Bugs
1. Pipe deadlock hangs app on first launch (OdysseusApp.swift)
runFirstLaunchSetupIfNeeded calls readDataToEndOfFile() after waitUntilExit(). ...
ready for review

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.