pullrequests Search Results · language:Dune language:Python language:Java language:JavaScript language:JavaScript language:Python
Filter by
183M results
Closes #107.
機器登録/編集時に、入力された MAC アドレスの先頭(OUI = メーカー識別子)から製造元を完全ローカルで判定し、ownership.manufacturer
への候補として提案します。外部通信はゼロ。採用はユーザーがボタンで確定し、入力済みの値を勝手に上書きしません。
変更点
Backend
- app/oui.py: 起動時に同梱テーブルを1度だけメモリ展開。IEEE ...
!--
Thank you for contributing to SeaTunnel! Please make sure that your code changes are covered with tests. And in case of
new features or big changes remember to adjust the documentation.
Feel free ...
connectors-v2
Thought. Is batch list added to to the Validator object causing race conditions. Difficult to test, but we can move
batch_lisy to local scope anyway.
The vendored app shipped its AI-assistant persona under the name ** Smokey ** (browser title Applicant · Smokey, chat
header, system prompts, identity string, several comments). The original white-label ...
Relates to #304
What was fixed
RunOptions in packages/driver/src/RunOptions.ts was missing three fields that the engine passes at run start but were
never declared in the public type: initialOutputs, ...
Adds a periodic link checker for the docs, mirroring the apify-docs setup. Three parts:
- .github/workflows/lychee.yml: runs daily (and on manual workflow_dispatch), builds the docs with uv run poe ...
adhoc
t-tooling
Summary
Add a focused pytest module for the pure row_to_person helper in services/zoe-data/people_utils.py. The helper is the
shared parser used by routers/people.py and skybridge_service.py to normalize ...
摘要
- 燃料电池吸收模式可能先算出正并行数,但后续电解液消耗/输出量因整数除法向下取整为 0mB。
- 当调整后的电解液量为 0mB 时直接拒绝该吸收配方,避免继续消耗燃料和氧气却不转移电解液。
验证
- 临时 jshell assert:复现 0mB 电解液计算,并验证修复后的 guard 会拒绝该 recipe,通过。
- ./gradlew.bat compileJava:BUILD ...