issues Search Results · language:Dune language:Python language:JavaScript linked:pr linked:pr language:Python language:Java
Filter by
5.8M results
Bug
listUsers() currently returns the internal in-memory users array directly. Any caller that receives the list can mutate
the array or user objects and corrupt later service results.
Expected behavior ...
This issue is created automatically to track contribution activity.
Updation
Bug
sendMessage(payload) currently builds messages as:
{ id: `msg_${Date.now()}`, ...payload, sentAt: new Date().toISOString() }
The current order protects sentAt, but a caller-controlled id in payload ...
Bug
createReview(payload) currently builds reviews as:
{ id: `rev_${Date.now()}`, ...payload }
Because caller-controlled payload is spread last, API callers can override the server-generated review ...
Bug
createProposal(payload) currently builds proposals as:
{ id: `prp_${Date.now()}`, ...payload }
Because caller-controlled payload is spread last, API callers can override the server-generated proposal ...
개요
여러 프로젝트의 세션·사실을 임베딩하여 의미 기반 검색하는 로컬 벡터 메모리 인프라를 구축한다.
범위
- 임베딩/저장소: Ollama bge-m3(1024dim) + Qdrant(단일 컬렉션 memories, payload.project 로 프로젝트 구분)
- MCP 서버(FastMCP, stdio): memory.py 코어 재사용 → CLI·MCP ...
Bug
createUser(payload) currently builds users as:
{ id: `usr_${Date.now()}`, ...payload }
Because caller-controlled payload is spread last, API callers can override the server-generated user id by ...
The pre-implementation survey for #39-6a (fold an inlined strlen loop into builtin_strlen) found that the
post-structuring rewrite surgery DD-0008 assumed is not a constseq-style splice.
Unlike the straight-line ...
Bug
apps/api/package.json currently defines:
test : node --test src/tests
In this repository layout, that command can try to resolve src/tests as a module path instead of running the JavaScript
test ...
When running eprllib on Windows with Ray/RLlib, a RuntimeError is triggered during the environment reset or step phase.
The underlying cause is a C++ exception from the EnergyPlus engine ( 0xe06d7363 ). ...
bug

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.