pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:PHP language:PHP
Filter by
42.8M results
Summary
Final housekeeping before the v1.0 release tag. All documentation and CI workflows now reflect the Python 3.14 upgrade.
Changes
- README: Badge, tech table, and prerequisites updated to Python ...
Hardens the per-org workspace provisioner against the concurrency race flagged when enabling
ANTHROPIC_WORKSPACE_KEYS_ENABLED: two concurrent first calls for the same org each created a workspace, leaving ...
Motivation
During tests of chunked prefills of a long context (~1M tokens for DeepSeek-V4-Flash with Context Parallelism on
Hopper), stash_chunked_request cost up to 50 ms for each chunk. When profiling ...
- Annotates account querysets with transaction count and exposes it in the sync serializer/response.
- Adds balance_cents and transaction_count to the frontend TinyBase store schema and sync logic. ...
Summary
This PR refactors the payment tracking system to allocate payments against individual invoices rather than treating them
as a single customer-level aggregate. It also adds support for custom invoice ...
Description
Disable autoComplete from password input fields in login form.
Linked to # (issue) Part of the # (epic)
Type of change
Please delete options that are not relevant.
- [ ] fix: Bug fix ...
size/XS
작업 내용
- 관리자(Admin) 권한을 증명하기 위한 JWT 기반의 인증 및 인가 시스템을 구축
- 인터셉터(Interceptor)를 활용하여 /admin 하위의 모든 API에 대한 보안 통제
상세 작업 내용
1. Admin 도메인 및 API 설계
- Admin 엔티티 및 리포지토리 구성
- POST /admin/login : 아이디/비밀번호 ...
This pull request contains multiple improvements after Small Pool code review:
- Refactors BoundingBox handling logic in build_bbox_query to address code smells and improve maintainability. Updated ...