issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:HTML linked:pr
Filter by
2.3M results
Bug Description
In 4 locations in osimflow/work.py, subprocess error handlers access e.stderr and e.stdout without guarding against
None. On Python 3.9 or in certain edge cases with capture_output=False, ...
bug
The following error happens in esrap@2.2.12:
[PARSE_ERROR] Expected `,` or `)` but found `?`
╭─[ src/routes/+page.svelte:3:32 ]
│
3 │ function a($$renderer, disabled?) {
│ ┬ ...
Bug Description
In osimflow/work.py:498–503, a setter lambda does not use exc_info=True when logging exceptions, which can cause the
exception traceback to be lost:
def setter(value):
setattr(obj, ...
bug
Bug Description
In osimflow/work.py:811–819, there is a confusing compound boolean expression for stub-mode error detection. The logic
is hard to reason about and may not correctly handle all error cases. ...
bug
Bug Description
In osimflow/work.py:351–356, there is unreachable dead code caused by a duplicate _is_stub_mode() guard:
if not _is_stub_mode():
if not _is_stub_mode(): # -- duplicate check; else-branch ...
bug
Bug Description
In osimflow/work.py:1077–1090, the SubprocessError exception is never raised. When a CLI subprocess exits with a
non-zero code, the except subprocess.CalledProcessError branch does NOT ...
bug
critical
Parent epic: #6 (Phase 0) Plan ref: §6 (tooling), §11 (testing strategy), §12.
Stand up linting, formatting, and the unit-test harness so we can test early and often.
Tasks
- [ ] ESLint (TypeScript) ...
area: ci
infra
phase-0
priority: critical
testing
목표
발급 버튼 클릭 후 파이프라인 진행 상황을 단계별로 표시하고, 완료 시 실제 도메인 URL 버튼을 표시한다.
변경 항목
1. PipelineStatusResponse: building/validating/provisioning 상태 추가, domain_url 필드 추가
2. usePipelinePoller: provisioning 중 10초 간격 ...
Following the same pattern for the battleships game, I want you to also create a connect 4 game that people can sit down
at a table to play together.
Also, when a user sits down at the table, I want you ...
in progress
What
scripts/classify-validation-route.py runs BEFORE npm ci to decide a PR s CI route (mode=ugc light preflight vs mode=full
validation). Its docstring says it mirrors the canonical classifier in scripts/submission-policy.mjs ...
slop

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.