pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:HTML language:C#
Filter by
222M results
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
| --- | --- | --- | --- | --- | --- |
| ruff (source, changelog) | 0.15.15 → 0.15.16 | age | adoption ...
dependencies
python
Root cause matrix
- 生产受控验证中,channel 12 的 automation_channel.program_id=1,但 active binding / audience entry snapshot 指向 program 7。
- PR #1057 已让 realtime hook 按 audience entry snapshot 解析 program 7,但 ...
Update submodules so that I can pull new changes from master
Summary
Three interconnected changes for the admin dashboard chore reschedule feature.
Dashboard: Reschedule Chores Card
- New Reschedule Chores card in the Management section (admin-shared-v1, admin-peruser-v1) ...
Context
Focused on Ashby (the ATS the inventory actually needs) and on not dropping verification-gated applications. ATS mix
across discovered jobs: greenhouse 66%, ashby 32%, lever 1.5%, other 1%.
Ashby ...
Summary
Approve session and Always buttons on the execute_code approval dialog now actually persist — clicking them stops the
re-prompt on every subsequent execute_code call.
Root cause: check_execute_code_guard() ...
改动内容
Backend
- 移除 8 个无用依赖(@nestjs/serve-static, eslint-config-* 等)
- 创建本地类型 /,替代从 的 import
- 4 个文件从 改为使用本地类型
Web
- 移除 @faker-js/faker, @playwright/test, autoprefixer
- 移除无效 scripts(lint, ...
Fixes the core bug where changing a stop s duration didn t update subsequent arrival times.
Root cause: _cascadeArrivals stored computed arrivals in meta.arrival, then on the next run read that same field ...
Added @param and @return Javadoc to all previously undocumented public builder methods in
AbstractBedrockChatModel.AbstractBuilder (shared base for both chat and streaming models), covering region, modelId, ...