issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java language:HTML linked:pr
Filter by
6.3M results
Add GET /server-info that returns JSON with: hostname (from os.hostname()), platform (process.platform), and uptime
(process.uptime()). Import the os module at the top. Use a try/catch around os.hostname() ...
What I found
In webui/Main.py, when get_groq_model_ids() fails to fetch the model list (network issue, invalid API key, temporary
outage), the UI correctly falls back to a text input:
except Exception ...
배경
대기열(ticketing) 람다가 예약 토큰 서명용 RSA 개인키를 JWT_SECRET env 에 평문 값으로 주입받고 있다. 다른 람다처럼 공용 common/secrets 로 Secrets Manager(확장
캐시)에서 조회하도록 통합한다(개인키 env 미노출).
작업 범위
- service.py: JWT_SECRET 값 주입 → RESERVATION_SECRET_ID(시크릿 ...
refactor
Goal
Enables dynamic configuration of load test behavior without modifying code when running production traffic load tests
against the demo app.
Context
This affects the load-generator service, located ...
engineering
status:merged
The repository has no README.md (AGENTS.md holds agent workflow instructions, and its phase info is outdated).
Add a README following https://github.com/matiassingers/awesome-readme principles:
- One-line ...
기능 개요
!-- 추가할 기능을 한 문장으로 요약해주세요. -- 최근 문서 카드에서 분석 기록을 삭제할 수 있는 버튼과 확인 흐름을 추가한다.
참고: 삭제 백엔드(DELETE /api/documents/{doc_id})는 이미 #130에 포함되었으며, 본 이슈는 프론트엔드 삭제 UI만 다룬다. (런타임 동작은 #130 머지 이후 가능)
목적 / 배경
...
feature
Add GET /env that returns all environment variables as JSON. Use process.env directly. Then add error handling: if the
value exceeds 100 chars, truncate it with ... . Also add a /env/:key route that returns ...
The biggest semantic gap in the model: scriptPubKey/scriptSig are opaque hex today.
- schema/script.jsonld: the full Opcode enumeration (~110 named opcodes with categories, disabled flags, BIP
provenance), ...
test-all-metadata.yml currently opens issues for every failure. We don t want this as, more often than not, these issues
are GraalVM regressions that will get picked up by our forge/ workflows and waste ...
enhancement

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.