issues Search Results · language:Dune language:Python language:JavaScript is:public language:HTML language:Java linked:pr
Filter by
6.3M results
Add a GET /health route to src/index.js that returns JSON with server uptime in seconds. Use process.uptime().
기능 개요
!-- 추가할 기능을 한 문장으로 요약해주세요. -- 정규식 기반 PII 마스킹을 Microsoft Presidio(NLP) 기반으로 전환하고, 한국형 계좌번호 탐지를 추가한다.
목적 / 배경
!-- 이 기능이 왜 필요한지, 어떤 맥락에서 등장했는지 설명해주세요. --
- 기존 정규식 방식은 패턴이 고정되어 변형된 포맷이나 새로운 PII ...
feature
🐞 문제 요약
- 카드 신청이 완료되면 카드 코어에는 정보가 저장되지만, 이것이 채널과 즉시 동기화 되지 않는 문제가 발생했습니다.
- 이를 해결하기 위해 카드 신청 완료시 발급되는 cardUserUuid를 즉시 매핑 정보에 반영하도록 수정합니다.
🔍 버그 설명
- db 상에서 카드 채널에 신규 발급 정보가 업데이트 되지 않습니다.
🌟 예상 ...
🐛 Fix
What do you want, and why?
[Feature]: Positions - cash row should be blue
Backend requirements (optional)
no change
Frontend requirements (optional)
[Feature]: Positions tab - cash row should be blue ...
area:frontend
new-feature
ready-to-build
Bug Report: hermes setup ignores user choice when declining /v1 suffix
Summary
When configuring a custom OpenAI-compatible API endpoint via hermes setup, the CLI prompts:
Hint: Did you mean to add /v1 ...
Follow-up to PR #296 (per-persona machine-user GitHub identities, closes #227-partial). Two non-blocking nits flagged
during review that should land as a small cleanup after merge.
Background
PR #296 ...
bug
good first issue
@claude app.py に以下の関数を追加してください。
- 引き算 subtract(a, b)
- 掛け算 multiply(a, b)
- 割り算 divide(a, b)(ゼロ除算のときは ValueError を投げる)
あわせて test_app.py に pytest のテストを作成し、Pull Request を出してください。
Add a GET /status endpoint that returns uptime and memory usage as JSON. Create the endpoint in src/index.js and add the
necessary imports.

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.