pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP language:Java language:Java
Filter by
195M results
Pull Request Checklist
Before submitting, make sure you ve checked the following:
- [x] Linked Issue/Discussion: This PR references an existing Issue or Discussion — Closes #___ / Relates to #___. ...
This PR contains the following updates:
| Package | Update | Change |
| --- | --- | --- |
| jellyfin (source) | patch | 23.3.3 → 23.3.4 |
Configuration
📅 Schedule: (UTC)
- Branch creation
- ...
automerge
renovate/container
type/patch
Summary
Second round of GNOME 50 smoke compat fixes, addressing failures observed in e2e run 26704112581.
Changes
| File | Fix |
| --- | --- |
| gnome_apps_steps.py | Accept Terminal as valid Ptyxis ...
What
The v3.1 Runtime Foundation, PR-1: two-tier persona contracts (interface/defaults) + a capability-trait registry + a
pure resolveTraits(). Ships dormant — the first runtime consumer is K6 in PR-2. ...
Usuarios con rol admin/user, protección de rutas y fix en Asistente Service, haciendo que verifique si el usaurio tine
la categoría adecuada para ingresar a la subasta
功能描述
修复两个运行时 bug:
1. 分析完成后报错 _render_single_result not defined — 渲染函数定义在调用之后
2. 输入框文字不可见 — CSS 缺少 color 属性
实现思路
- 将 5 个渲染辅助函数从文件末尾移至分析逻辑之前
- 输入框 CSS 添加 color: #1a1a1a !important
测试方式
- 输入 ...
Two repo-maintenance items.
1. Format-on-save hook no longer deletes imports mid-edit
The PostToolUse hook runs ruff check --fix, which auto-removes unused imports (F401). During a multi-step edit (add ...
Closes #7.
Summary
The format-selection conditional (--format wav → wav_url, else audio_url) has been in main() since Phase 4. This PR
completes Phase 7 by:
1. Adding ProgressReporter.info(msg) — verbose-only ...