Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj commented on issue spikerj/spikersoft-issues#282 2026-07-01 01:23:11 +00:00
# [Bug] Unintended HUD element movement during fast clicking in Deploy Defender

Resolved in spikersoft-angular PR #84 (merged to master). Root cause: the game <canvas> had no user-select: none / draggable=false, unlike every other game canvas in the repo (chess,…

spikerj commented on issue spikerj/spikersoft-issues#278 2026-06-30 23:15:07 +00:00
# [Enhancement] Add dynamic State/Province selection or autocomplete in Profile configuration

Investigated against current code and production. The dynamic, country-filtered State/Province dropdown described in this enhancement request already exists and is fully wired up:

  • Frontend:…
spikerj commented on issue spikerj/spikersoft-issues#276 2026-06-30 23:15:00 +00:00
# [Bug] Broken external link: UnrealEngine Repository (GitHub)

Investigated against current master and could not reproduce as a code bug. The clickable title link ("UnrealEngine Repository") has always pointed at https://github.com/EpicGames/UnrealEngine

spikerj commented on issue spikerj/spikersoft-issues#284 2026-06-30 23:14:54 +00:00
# [Enhancement] Reposition misplaced UI containers for better visibility in WASM Voxel Game

Partially confirmed and fixed in spikersoft-angular PR #84 (open, not yet merged) for the top-overlap symptom: the "Game Mode"/"Block Editor" toggle buttons are positioned top: 20px relative to…

spikerj commented on issue spikerj/spikersoft-issues#283 2026-06-30 23:14:50 +00:00
# [Bug] “Book Processing” button visible during gameplay in WASM Voxel Game

Confirmed and fixed in spikersoft-angular PR #84 (open, not yet merged). Root cause: the global "Book Processing" FAB (showBookFab() in app.component.ts) is shown purely based on profile/role…

spikerj commented on issue spikerj/spikersoft-issues#282 2026-06-30 23:14:44 +00:00
# [Bug] Unintended HUD element movement during fast clicking in Deploy Defender

Confirmed and fixed in spikersoft-angular PR #84 (open, not yet merged). Root cause: the game <canvas> had no user-select: none / draggable=false, unlike every other game canvas in the repo…

spikerj commented on issue spikerj/spikersoft-issues#277 2026-06-30 23:14:41 +00:00
# [Bug] Scroll malfunction in Cyborg Joey chat container

Confirmed and fixed in spikersoft-angular PR #84 (open, not yet merged). Root cause: .messages-container (the Cyborg Joey message list) was missing overscroll-behavior: contain, so scrolling…

spikerj commented on issue spikerj/spikersoft-issues#296 2026-06-30 22:36:12 +00:00
[Epic][Bug] Localize lesson code-template comments (Spanish) across all playgrounds

Housekeeping: individually re-confirmed and closed the older translation-wave tickets this epic referenced as "not folded in until individually re-confirmed":

  • #196 (JS), #197 (C#), #198…
spikerj commented on issue spikerj/spikersoft-issues#271 2026-06-30 22:35:57 +00:00
# [Bug] Missing translations at C++ Playground

Re-verified against current master. Partial fix:

  • Instructions panel — lesson 70100 (Hola, mundo) now has full Spanish instructions/hints in es/cpp.json, matching this report's…
spikerj commented on issue spikerj/spikersoft-issues#234 2026-06-30 22:35:57 +00:00
chore(deps): Node dev-tooling majors — concurrently 10, lint-staged 17, @babel/preset-typescript 8

Partial progress: spikersoft-angular PR #70 (merged) shipped the concurrently 9→10 and lint-staged 16→17 bumps plus the Node >=22 floor.

Still outstanding from this ticket's scope:…

spikerj opened issue spikerj/spikersoft-issues#301 2026-06-30 22:35:44 +00:00
Localize the Concept Reference dictionary panels (C#, Python, C, C++ playgrounds)
spikerj closed issue spikerj/spikersoft-issues#198 2026-06-30 22:35:22 +00:00
## [Bug] Missing or Incomplete Translations in Python Playground Lessons
spikerj closed issue spikerj/spikersoft-issues#202 2026-06-30 22:35:15 +00:00
## [Bug] Missing or Incomplete Translations in Regex Playground Lessons
spikerj commented on issue spikerj/spikersoft-issues#202 2026-06-30 22:35:13 +00:00
## [Bug] Missing or Incomplete Translations in Regex Playground Lessons

Re-verified against current master. Lesson 40100 (Bienvenido a las expresiones regulares) now has full Spanish tutorialPanels in es/regex.json, matching the example translation given in…

spikerj closed issue spikerj/spikersoft-issues#200 2026-06-30 22:35:12 +00:00
## [Bug] Missing or Incomplete Translations in C++ Playground Lessons
spikerj commented on issue spikerj/spikersoft-issues#200 2026-06-30 22:35:11 +00:00
## [Bug] Missing or Incomplete Translations in C++ Playground Lessons

Re-verified against current master. Lesson 70100 (Hola, mundo) now has full Spanish instructions/hints in es/cpp.json, matching the example translation given in this report verbatim…

spikerj commented on issue spikerj/spikersoft-issues#199 2026-06-30 22:35:07 +00:00
## [Bug] Missing or Incomplete Translations in C Playground Lessons

Re-verified against current master. Lesson 80000 (¿Qué es C?) now has full Spanish tutorialPanels in es/c.json, matching the example translation given in this report verbatim ("El lenguaje…

spikerj closed issue spikerj/spikersoft-issues#199 2026-06-30 22:35:07 +00:00
## [Bug] Missing or Incomplete Translations in C Playground Lessons
spikerj closed issue spikerj/spikersoft-issues#197 2026-06-30 22:35:00 +00:00
## [Bug] Missing or Incomplete Translations in C# Playground Lessons
spikerj commented on issue spikerj/spikersoft-issues#198 2026-06-30 22:34:59 +00:00
## [Bug] Missing or Incomplete Translations in Python Playground Lessons

Re-verified against current master. Lesson 20201 (Cuatro operadores) now has full Spanish instructions/hints in es/python.json, matching the example translation given in this report…