pullrequests Search Results · language:Edge language:TypeScript language:PHP language:CSS language:Python language:JavaScript
Filter by
53.8M results
Acts on the design call: sum types should exist only as tagged enum variants, like Rust — no bare/untagged unions.
State of play
- Zen has no structural union type. The only union in the codebase is ...
What does this PR do?
从 multica_release 仓库吸收 BASE_PATH 功能(源自 commit 8a1142221),使前端支持子路径部署。通过配置 NEXT_PUBLIC_BASE_PATH 环境变量,可将应用部署在非根路径(如
/app)下。
Related Issue
无
Type of Change
- New feature (non-breaking ...
This pull request expands and clarifies the documentation for the fraud detection engine, highlighting the addition of
new detectors and providing concrete examples for each fraud detection method. The ...
Automated update for odev git workflow helpers commits in README.md.
- Latest commit: 944a8f64cb20b058e214ea7314d4e782a5a5fb6a
Resumo
Filtro de cedente do Extrato utilizável + botão para limpar filtros.
Estas mudanças tinham ido para o PR #16, mas foram enviadas à branch depois do merge (squash) daquele PR, então não
chegaram ...
Implements GET /auth/verify-email.
- Decodes itsdangerous signed token (24h expiry)
- Returns 400 if token is invalid or expired
- Sets is_verified=True in database on success
- Handles already-verified ...
Summary
This PR adds documentation for appeal fees and staking rules in ProofWorks.
Changes
- Created docs/bounty-rules.md with:
- Appeal bond documented as 20% of the task reward
- Worker ...
…otion
- Implemented story.txt parsing with Bengali scene mapping.
- Automatically prepends a Story: section to guideline_prompt.txt.
- Replaces metadata between start and end markers to ensure ...
问题描述
角色更换音效(增/删/改)后,点击 应用到全部剧集 ,API 返回 { applied : 0, skipped : N},所有对白都被跳过。
根因
1. Bug #103-1:无音频对白(current_audio_id=null)直接跳过
2. Bug #103-2:已有附加效果音(effects_source_id != null)直接跳过,不对比 checksum — 违背 ...