pullrequests Search Results · language:Dune language:Python language:Python language:Java language:JavaScript language:PHP
Filter by
197M results
Resolves the netlist/build split: the E24 0.1% buildable bridge triplets (which previously lived only in
BOM.md/SCHEMATIC.md) are now in regulator.py TUBES, so regulator.py is the single source of truth ...
Energy Core Nano assembler recipe used IC2_EnergyCrystal.get(1) which resolves to damage=0 (discharged state), so only
an empty crystal was accepted. Changed to getWildcard(1) to accept any charge level. ...
This PR adds a copyright-safe authoring guide for future learning documentation.
What
Added a technical writing guide (EN and PT-BR) focused on copyright safety and concise educational content.
Rules ...
Summary
- Drafts proposal 0066 — settles what a FailureIsolation-degraded fan-out instance contributes to its homogeneous
collection slot (collect_field → target_field), which §9.3 left unsettled. ...
What
Bulk-mined Workers Vanguard (1974–78, 193 issues) and The Militant (1976–78, 147 issues) — extracted via PyMuPDF,
grepped for defense campaigns — and cross-checked every Free [Name] target against ...
Release 0.7.13
Bumps version to 0.7.13 and adds the changelog section.
Fixed
- SDES H.265 streaming recorded 0-byte video (#39) — the SDP listed both H.264 (pt=96) and H.265 (pt=97), so ffmpeg
...
背景
智能问数后台任务并发上限默认 4 偏小,提交并发略高时任务排队等待槽位,吞吐受限。本 PR 把默认并发从 4 提到 8。
改动
把 TASK_MAX_CONCURRENCY 相关默认值统一 4 → 8,保持各层一致:
- dataagent-backend/config.py — task_max_concurrency: int = 8(应用默认)
- core/task_coordinator.py ...
Fixes Glama build failure where the runtime spawns node src/index.js expecting stdio MCP protocol but our HTTP-only
Express server crashes with Cannot find package express (Glama uses Node 26 sandbox, ...