pullrequests Search Results · language:Dune language:Python language:JavaScript language:HTML language:JavaScript language:Java
Filter by
209M results
Summary
- make WASD the movement protocol for the action version
- map J and Space to an ATTACK command and reserve K as a skill command
- add a small rule-layer attack entry point that reuses the ...
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...
Automated version bump to 0.1.26 from Pendrive release pipeline.
!-- This is an auto-generated comment: release notes by coderabbit.ai --
Summary by CodeRabbit
- Chores
- Version number updated ...
Summary
- Add Integration (claude-sdk), Integration (openai-agents), Integration (codex) to REQUIRED and ALLOW_SKIP in
required.sh
- Add Integration Tests to merge-ready.yml s workflow_run trigger ...
What why
bin/claude-guard ran three host-side cleanup passes synchronously before docker compose up, blocking every launch on
work that only reclaims prior sessions leftovers — nothing the current launch ...
Task Completed
Implements Task 42: Design study_materials table.
Changes Made
- Added StudyMaterial Sequelize model
- Added all required fields:
- id
- title
- description ...
問題
担当割り当てをクリア・削除した際に、スタッフが当日勤務者プールにも余剰欄にも表示されなくなっていた。
原因
3か所で surplus.push を行っていたため、refreshPool() がそのスタッフのプールチップを非表示にしてしまっていた。かつ renderSurplusArea
が呼ばれないため余剰欄も更新されず、スタッフが「どこにも表示されない」状態になっていた。
修正内容 ...