issues Search Results · language:Dune language:JavaScript language:JavaScript language:Go language:JavaScript language:Java
Filter by
38.8M results
Detail Bug Report
https://app.detail.dev/org_d0a388e8-ab25-4b0e-bf83-9421012703cd/bugs/bug_b1c29ad7-fb1c-4231-921b-aec90cdadb28
Introduced in #877 by @sachiniyer on Jun 15, 2026
Summary
- Context: ...
detail
어떤 기능인가요?
!-- 추가하려는 기능에 대해 간결하게 설명해주세요 --
홈 화면에 노출되는 섹션별 데이터를 실제 도메인 데이터 기반으로 조회하도록 구현하고, 갱신 주기와 조회 비용에 따라 집계/캐시 전략을 적용한다.
📋 API 명세서
!-- API 구현 시 작성 --
엔드포인트
- URL: GET /api/v1/home/upcoming-trip ...
✨ feature
Detail Bug Report
https://app.detail.dev/org_d0a388e8-ab25-4b0e-bf83-9421012703cd/bugs/bug_ecaa44d9-9fb3-4d99-a7b0-ef2d05278b03
Introduced in #905 by @sachiniyer on Jun 16, 2026
Summary
- Context: ...
detail
Goal
Add a log warning when len(vec) != EmbeddingDim in ComputeLSH. Consider making EmbeddingDim configurable via config.toml
or auto-detected from the first successful Ollama embedding response.
Why ...
feature
priority: medium
Detail Bug Report
https://app.detail.dev/org_d0a388e8-ab25-4b0e-bf83-9421012703cd/bugs/bug_aa831d4f-40a4-4b68-ab8e-1138a1801c5d
Introduced in #902 by @sachiniyer on Jun 16, 2026
Summary
- Context: ...
detail
Goal
(Short-term) Cache the BM25 index in memory with a TTL and invalidate on writes. (Long-term) Consider SQLite FTS5 for
keyword search to avoid in-memory indexing entirely. FTS5 is supported by modernc.org/sqlite ...
feature
priority: medium
branch: native-lib-unavailable-on
Spec: Add unavailableOn platform restriction to @LibrarySpecification
Source issue: #15
Overview
The @LibrarySpecification annotation drives the FFM annotation processor ...
spec
status:ready
Goal
Replace http.ListenAndServe with http.Server{Addr: addr, Handler: mux} and call server.Shutdown(ctx) on signal. The
cmd/serve.go signal handler should trigger server.Shutdown with a 5-second timeout ...
feature
priority: medium
🚨 현재 문제
현재 코드나 구조의 어떤 점이 불편하거나 비효율적인지 작성해주세요.
- 현재 GET /api/v1/home은 홈 화면에 필요한 여러 섹션 데이터를 한 번에 조립해 반환한다.
- 사용자 상태, 예정 여행, 인기 여행지, 메이트 추천, 슈퍼호스트, 같은 여행지/또래 여행 등 갱신 주기와 실패 가능성이 다른 데이터가 하나의 응답에 묶여 있다. ...
♻️ refactor

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.