pullrequests Search Results · language:Dune language:HTML language:JavaScript language:Python language:Java language:JavaScript
Filter by
211M results
💡 What: Refactored the distractor option generation (buildQ) in BattleMode.jsx to select 3 random options from the
global word array using an O(1) random index selection loop with a Set, replacing an O(N) ...
🎯 What: The testing gap for the ChallengeMode component has been addressed by writing a new, robust unit test suite. 📊
Coverage: The tests now cover rendering, correct/incorrect answer interactions, timer-based ...
Automated address-book update for dev-a.
Deployment
| Field | Value |
| --- | --- |
| Triggered by | martinbhatta |
| Environment | dev-a |
| Run ID | 6c4652a2-170c-4961-8e42-6cb794e46430 |
| Ref | main ...
…MOL-1
Automated test pull request
Summary
Fixes four issues spotted on the live site (mobile) — all leftover prototype/demo scaffolding or a mobile layout bug.
1. coach.html — removed prototype scaffolding that was showing to real users: ...
Summary
This PR adds complete support for M.Tech Semester 4 to the Student Project Management System.
Backend
- Added Semester 4 track choice support.
- Added major project registration.
- Added ...
本PR ( fix-format-develop ) をマージすると差分が次のPRに反映されます。
- develop
CIが再度実行されると本PR ( fix-format-develop ) にforce pushされます。
%%{init: { gitGraph : { mainBranchName : develop }}}%%
gitGraph
commit
commit ...
What
Added missing package to devDependencies: ramda.
Why
CI failed with Cannot find module ramda .
Root cause: The test suite imports the external library ramda , but it is not listed in the project ...