issues Search Results · language:Dune language:Python language:Java language:JavaScript language:JavaScript
Filter by
55.1M results
Current State
The database schema is created via inline CREATE TABLE IF NOT EXISTS DDL embedded in application code.
PostgresStore.init runs a multi-statement DDL string at first use (core/transcripts.py:144-177), ...
ent:data-integrity
priority:medium
type:tech-debt
每日安全资讯(2026-06-18)
- SecWiki News
- [ ] SecWiki News 2026-06-17 Review
- Doonsec s feed
- [ ] 2026年,传统安全产品创业,还有出路吗?
- [ ] 【资料】反开源情报及其对印度安全战略的影响
- [ ] Apache CXF XXE 外部实体解析漏洞 ...
daily
Current State
The Postgres transcript store uses a tiny, statically-sized blocking connection pool. PostgresStore._pool_or_connect
creates ThreadedConnectionPool(1, 5, self.dsn) — min 1, max 5 connections ...
ent:scalability
priority:medium
type:tech-debt
Current State
The transcript store persists the full content of every turn indefinitely with no retention, redaction, or deletion
mechanism. PostgresStore writes the exact messages (system + user prompt) ...
ent:compliance
priority:high
type:enhancement
Finding (from SenseAI e2e — T-GOV-ORACLE-02, Area 9d)
A naive oracle rotation orphans every in-flight prompt and wedges the oracle. Reproduced cross-layer on the localnet
stack: submit a prompt, then ...
enhancement
报名信息
姓名: DDYZ
时区: UTC+8
Telegram: @Gene_front
GitHub ID: 15998431520
自我介绍: 喜欢运动,热爱剧烈运动后的濒死感觉,每次运动完成就感觉世界更美好了一点。
本 Issue 由系统自动创建
registration
Current State
When DATABASE_URL is unset, the transcript store falls back to JsonlStore, writing append-only files under
TRANSCRIPTS_DIR (core/transcripts.py:95-122, selected at lines 238-242). The code ...
ent:data-integrity
priority:medium
type:tech-debt
Current State
The rate limiter is in-memory and process-local. core/ratelimit.py stores hit timestamps in a module-level _hits:
dict[str, deque] guarded by a threading.Lock (lines 22-23). The module docstring ...
ent:scalability
priority:high
type:tech-debt
- 1 replace nanohttpd with soklet
- 2 replace websocket with streamable http
- 3 update ui tui protocol
概要
購入済みユーザーが商品に対してレビューおよびコメントを投稿できる機能を追加する。
商品詳細画面ではレビュー一覧および平均評価を表示する。
背景
現在の商品詳細画面では商品の説明のみ確認可能となっている。
購入者の評価や感想を可視化することで、ユーザーの購入判断を支援する。
技術的制約・前提条件
システム構成
- Spring Boot
- Spring Data JPA ...

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.