issues Search Results · language:Edge language:Python language:JavaScript language:Java language:Java linked:pr linked:pr
Filter by
5.9M results
The following managed files have drifted from the canonical source in f5xc-salesdemos/docs-control:
- .github/workflows/translation-audit.yml
- .github/PULL_REQUEST_TEMPLATE.md
- .github/ISSUE_TEMPLATE/bug_report.md ...
Bug Description
On Windows, when using a Chinese IME (Input Method Editor), after confirming characters via the IME candidate window,
the characters do not appear in the input field immediately. The user ...
Summary
The manage_skills publish action parses the LLM-supplied confidence field with float() and no guard:
if args.get( confidence ) is not None:
updates[ confidence ] = max(0.0, min(1.0, float(args[ ...
ready for review
Summary
STAB-017 calls for idempotent workflow steps and PR creation reconciliation on partial failure.
open_pr_via_gh() checks for an existing PR before creating one, but if gh pr create returns a failure ...
codex
reliability
배경 / 목적
현재 eval_retrieval.py는 dense/rerank만 지원하고, 그 dense 모드는 HYBRID_SEARCH_ENABLED=true일 때 실제로 hybrid(Dense+BM25 RRF)를 타서 순수
dense baseline을 측정하지 못한다(#169). 검색 방식별(dense/sparse/hybrid) 성능을 결정론적으로 비교할 ...
feat
track-C
Goal
Prove the complete Phase 1 and Phase 2 continuity foundation before Phase 3 safety-boundary work depends on it.
Scope
- add one automated acceptance runner covering clean workspace initialization, ...
`StorageService.delete_session` (`storage_service.py:268-286`) has a clear two-branch shape:
```python session_dir = self.get_session_directory(session_id) if not session_dir.exists(): return False
else ...
Summary
The /accounts/test Test connection endpoint (test_account_config, routes/email_routes.py) opens its own SMTP connection
but only guards smtp.login() with a quit() finally. A rejected smtp.starttls() ...
ready for review
Trivial test issue for validating the Ashigaru workflow end-to-end. Add a comment to the footer of the ROTV frontend
that says lt;!-- Ashigaru workflow test -- gt;. This will be discarded after validation ...
test
Summary
STAB-017 calls for structural merge-failure classification. The current issue_to_pr auto-merge exception path classifies
tolerable merge failures by searching lowercase exception text for phrases ...
codex
reliability

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.