issues Search Results · language:Dune language:Python language:HTML language:Python language:TypeScript language:JavaScript
Filter by
63M results
목적
관리자 데이터 동기화(파이프라인 가동) 중 발생한 에러를 운영자가 확인할 수 없다.
1. 백그라운드 실행 시 예외가 로그에 기록되지 않는다(스택트레이스 유실).
2. UI에서도 에러를 확인할 수 없다.
3. 완료 후 상태 패널이 자동으로 접혀 진행 내역/결과를 검토할 수 없다.
기술 선택 근거
- [로그 미기록] src/controllers/sync_controller.py의 ...
Debes crear el endpoint GET /frutas/buscar que:
1. Obtenga el parámetro de consulta (query parameter) nombre de la URL (req.query.nombre).
2. Lea el archivo data/frutas.json utilizando el módulo nativo ...
auto-issue
목적
전문가(상세) 모드에서 답변 생성 소요시간 표시가 LLM이 준비되는 동안 갱신되지 않아 멈춘 것처럼 보인다. 사용자가 처리가 중단된 것으로 오인한다.
기술 선택 근거
- 원인: src/ui/stream_responder.py의 display_latencies(line 74-91)는 process_step이 호출될 때(=스트림 step 이벤트가 ...
Debes crear el endpoint POST /frutas que:
1. Reciba en el body de la petición (req.body) los datos de una nueva fruta.
2. Lea el archivo data/frutas.json.
3. Calcule un nuevo id (por ejemplo, el id ...
auto-issue
목적
답변 복사 버튼의 아이콘이 표시되지 않고 content_copy 텍스트가 그대로 노출된다. 버튼이 아이콘 대신 글자로 보여 UI가 깨진다.
기술 선택 근거
- 원인: render_custom_copy_button(src/app.py:50)이 Material Symbols 아이콘을 외부
CDN(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined, ...
Debes crear el endpoint GET /frutas/:id que:
1. Extraiga el parámetro id de la ruta y lo convierta a un número entero.
2. Lea los datos desde data/frutas.json utilizando fs.
3. Busque y devuelva la ...
auto-issue
Friction
gigaflow setup drops a first-run user straight into the vendor-pull wizard (pick Arize/Braintrust/Logfire/MLflow/Weave,
supply DB creds or API keys). A user who just wants to see GigaFlow work ...
목적
HWP/HWPX 파일 처리에서 2가지 결함이 있다.
1. 색인된 모든 청크의 페이지 번호가 1로 고정되어 인용 출처가 항상 p.1 로 표시된다 — 출처 위치 식별 불가.
2. 데이터 정합성 진단이 정상 HWP 청크를 유령 청크 로 오탐하고, 자동 복구 시 삭제하여 유효 데이터가 유실될 수 있다(심각).
기술 선택 근거
(1) 페이지 전부 p.1 ...
Debes crear el endpoint GET /frutas que:
1. Lea el archivo data/frutas.json utilizando el módulo nativo fs (ya sea con fs.readFileSync o fs.promises.readFile).
2. Parsee el contenido JSON a un arreglo ...
auto-issue
Friction
The production-grade ingest path (point your app s OTLP exporter at GigaFlow) requires a per-project ingest token, but
minting one is a raw curl against POST /api/v1/projects/{project_id}/otlp_tokens. ...

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.