Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript is:unmerged

Filter by

74.4M results  (2 s)

74.4M results

承接 PR #9:CLAUDE.md 约定段此前只记 tag-release.yml,补一条 auto-merge-owner.yml 说明,保留 GITHUB_TOKEN 合并 push 不级联触发 on: push、需 workflow_dispatch 显式派发 tag-release 的坑。纯文档。

Updates the requirements on pyarrow to permit the latest version. details summary Release notes /summary p em Sourced from a href= https://github.com/apache/arrow/releases pyarrow s releases /a . /em /p ...
dependencies
python

Bumps actions/download-artifact from 7 to 8. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/download-artifact/releases actions/download-artifact s releases ...
dependencies
github_actions

💡 What: Replaced datetime.strptime() parsing with direct float subtraction using time.time() for the alert cooldown period in the detection loop. 🎯 Why: Parsing strings to datetime objects inside a tight ...

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | prettier-plugin-svelte | 4.0.1 → 4.1.0 | age | confidence | Release Notes details summary ...

Changed colour scheming and started with white labeling

概要 これまでタワーは無敵で、敵がタワーに向かっても何も起きなかった。本PRでタワーに 耐久(HP) を持たせ、敵の体当たりで削れて壊れるようにする。さらに、タワーが 壊れた後はそのタワーを狙っていた敵が拠点へ向かう ようにする。 変更点 1. タワーに HP を持たせ、体当たり約20回で破壊(→除去) - core/constants.py:TOWER_MAX_HP(耐久)/ TOWER_CONTACT_DAMAGE(体当たり1回のダメージ) ...