issues Search Results · language:Edge language:Python linked:pr linked:pr language:Java language:Python language:JavaScript
Filter by
5.8M results
Problem
The interrogate hook in .pre-commit-config.yaml is scoped with files: ^src/, but this repo has no src/ directory — the
docstring-coverage check never runs on anything.
Proposed fix
Point it ...
bug
Problem
No type checker runs anywhere — not in CI, pre-commit, or config. Ruff s ANN rules are commented out in ruff.toml.
Annotations are partial: optimize.py is annotated, but signal functions use untyped ...
enhancement
Problem
The inline script metadata (# /// script blocks) in the notebooks has drifted behind pyproject.toml — e.g.
book/marimo/notebooks/Experiment1.py pins marimo==0.23.1 / numpy==2.4.4 while pyproject ...
enhancement
Action
Update existing faculty entry
Name
Karl Bringmann
Changes
- Institution: Saarland University → ETH Zurich
New Entry
Karl Bringmann,ETH Zurich,https://people.mpi-inf.mpg.de/~kbringma,DhfyBy0AAAAJ,0000-0003-1356-5177 ...
CSrankings form submission
pr-created
Problem
No preflight cache headers are set for CORS policies, leading to redundant preflight checks.
Proposed Solution
Add a fallback configuration setting Max-Age on access controls.
bug
Summary
Add structured logging/metrics around POST /session allocation so we can tell how long clients waited, which endpoint
was allocated, and whether abandoned allocations were caused by cold-start/capacity ...
This branch will be compatible with ORM 7.4 and Vert.x 5.1
📌 개요
카트 조회 및 재고 동기화 시 최신 재고/판매상태 기준으로 장바구니 수량, 선택 상태, 금액이 자동 보정되도록 수정한다.
🔍 문제 상황
현재 카트 조회 응답은 최신 inventory.stock_quantity는 반영하지만, 장바구니 수량과 checked 상태는 보정하지 않는다.
검증 결과:
- 재고 1개 / 카트 수량 2개인 상품이 quantity=2, ...
🐛 fix

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.