pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:CSS language:PHP
Filter by
198M results
- Added HeroSection and AnimateIn components for improved user engagement.
- Introduced FooterWatermark and InternzaWordmark for branding consistency.
- Updated SiteHeader and SiteFooter for better ...
Summary
Addresses two pieces of tester feedback on the profile screen.
Keyboard overlapped the input fields (iOS)
The profile s main ScrollView had no keyboard compensation. Android was already covered ...
Summary
reserveCreditsForRun read the balance, checked it, then decremented in separate statements inside a READ COMMITTED
transaction. Concurrent generations could all pass a stale balance check and ...
Adds a Dependabot configuration for weekly grouped dependency updates:
- github-actions: weekly, grouped, 7-day cooldown
- npm: weekly, all dependencies grouped, 7-day cooldown
- pip (poetry): weekly, ...
Summary
- Add DatabaseFileMetadataRepository for DB-backed workspace file metadata
- Persist file metadata and version pointers without storing file bytes in the database
- Add factory support for ...
Motivation
- Provide a complete starter implementation for the Ping social app including mobile client screens and a server-side
API to support core social features.
- Ship an integrated backend ...
codex
Summary
- 新增文章《Claude Desktop 接入第三方模型实战:CC Switch 配置与本地代理原理》,放在 docs/ai-coding/cases/ 下,与现有
cc-glm5.1.md、deepseek-v4-claude-code.md、cc-m3.md 等接入第三方模型案例并列。
- 内容覆盖三块:CC Switch 接入 DeepSeek 的完整配置流程(含常见坑)、本地代理网关原理拆解(配置接管 ...
Problem
The sync log (PR #830) inherits the outbox reader s gap heuristic: CursorLock s sliding window skips a gap in the
visible id sequence after 1 second, betting the owning transaction has committed ...