issues Search Results · language:Dune language:Python language:JavaScript language:HTML linked:pr language:Java
Filter by
6.2M results
Investigating the publish pipeline for duplicate releases
3m 21s
Setting up environment
Clone repository Cratis/Arc
Start runtime-tools MCP server
Start github-mcp-server MCP server
Start playwright ...
Capture starting stats
When the FightJudge first receives a new fight, capture both fighter s starting stats in a new key.
Context
- Muay Thaiger: PvP Idle Fighting game
- FIGHT!
- ...
Timestamp for moves
On fight creation, when writing the moves to the details, add a lastUsed timestamp.
Context
- Muay Thaiger: PvP Idle Fighting game
- FIGHT!
- Basic Idle
Bug Report
Project: Whack-a-Mole Game (public/Whack-a-Mole Game/)
Problem 1 — Intervals not cleared on game over
setGame() starts two setInterval calls but the IDs are discarded: \\js setInterval(setMole, ...
Documentation
Docs
Originally this started off with me finding the docs for ssl.create_default_context stating
When keylog_filename is supported and the environment variable SSLKEYLOGFILE is set, create_default_context() ...
docs
if (logNav) { logNav.style.display = localStorage.getItem( role ) === admin ? inline-flex : none ; }
const dashboardLogLink = document.getElementById( dashboard-log-link );
if (dashboardLogLink) {
...
Bug Report
Project: TicTacToe (public/TicTacToe/)
Problem 1 — Missing scanWinner() function
checkWin() (line 188) calls scanWinner(board) which is never defined in the outer scope. Every call to checkWin() ...
We re going to be creating functionality in the future to allow for the submission (and editing) of games. For now we
just want the endpoints so we can explore how we want to create the UX and do some ...
Bug Report
Project: Calculator (public/Calculator/)
Problem
The calculator only responds to mouse clicks on on-screen buttons. Pressing number keys, operator keys, Enter,
Backspace, or Escape on the ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.