Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj commented on issue spikerj/spikersoft-issues#192 2026-06-15 05:28:18 +00:00
## [Bug] SQL Playground Returns 404 Error When Accessed from Integration Tests

Resolved in spikersoft-angular PR #48 (merged to master). Coding-topic action links now navigate via router.navigateByUrl, which correctly resolves the secondary tools-outlet URL, so…

spikerj commented on issue spikerj/spikersoft-issues#192 2026-06-15 04:04:41 +00:00
## [Bug] SQL Playground Returns 404 Error When Accessed from Integration Tests

Root cause found: the Abrir playground SQL action targets the secondary tools router outlet (/tools/(tools:sql-playground)), but the coding-topic template bound that string straight to…

spikerj commented on issue spikerj/spikersoft-issues#128 2026-06-15 03:58:50 +00:00
bug Space Game: Text is not visible and does not occupy the proper space on the screen.

Same root cause as #144 / #127: the HUD overlays were sized to the full window dimensions instead of the WebGL game container (which is offset below the fixed top toolbar). Because the HUD's…

spikerj commented on issue spikerj/spikersoft-issues#127 2026-06-15 03:58:46 +00:00
bug: space game - Top-right text not visible.

Same root cause as #144: the Space Game HUD overlays were sized to the full window.innerWidth/innerHeight while the WebGL renderer is sized to the game container, which is pinned below the fixed…

spikerj opened issue spikerj/spikersoft-issues#224 2026-06-15 00:12:04 +00:00
Bug: Space Game - clicking the viewport grabs pointer lock and makes modal HUDs (e.g. "Select Your Ship") unclickable; add keyboard navigation
spikerj closed issue spikerj/spikersoft-issues#145 2026-06-14 23:54:20 +00:00
Bug: Space game not working
spikerj commented on issue spikerj/spikersoft-issues#145 2026-06-14 23:53:52 +00:00
Bug: Space game not working

this was an issue of not having the game server deployed, it does now function

spikerj closed issue spikerj/spikersoft-issues#136 2026-06-14 23:52:41 +00:00
JS Playground: File / Mode / View / Options / Help menu bar + Guided Tour right
spikerj closed issue spikerj/spikersoft-issues#135 2026-06-14 23:52:41 +00:00
JS Playground: Swap Files panel with Variables/Console column + persist
spikerj closed issue spikerj/spikersoft-issues#134 2026-06-14 23:52:41 +00:00
JS Playground: CDK resizable panes (files, editor, variables, console) + localStorage
spikerj commented on issue spikerj/spikersoft-issues#134 2026-06-14 23:52:30 +00:00
JS Playground: CDK resizable panes (files, editor, variables, console) + localStorage

Closing as superseded. The JavaScript playground was rebuilt on the shared LanguageRunner (libraries/platform/language-runner) + dev-tools-javascript-runner rather than the bespoke…

spikerj commented on issue spikerj/spikersoft-issues#136 2026-06-14 23:52:28 +00:00
JS Playground: File / Mode / View / Options / Help menu bar + Guided Tour right

Closing as superseded. The JavaScript playground was rebuilt on the shared LanguageRunner (libraries/platform/language-runner) + dev-tools-javascript-runner rather than the bespoke…

spikerj commented on issue spikerj/spikersoft-issues#135 2026-06-14 23:52:28 +00:00
JS Playground: Swap Files panel with Variables/Console column + persist

Closing as superseded. The JavaScript playground was rebuilt on the shared LanguageRunner (libraries/platform/language-runner) + dev-tools-javascript-runner rather than the bespoke…

spikerj closed issue spikerj/spikersoft-issues#126 2026-06-14 23:42:19 +00:00
bug: dungeon crawler menu
spikerj commented on issue spikerj/spikersoft-issues#126 2026-06-14 23:42:10 +00:00
bug: dungeon crawler menu

Duplicate of #166 (same symptom: Dungeon Crawler menu renders but buttons don't respond; only full-screen works). Both are the same root cause — modal-HUD visibility wasn't synced every frame…

spikerj closed issue spikerj/spikersoft-issues#137 2026-06-14 23:36:39 +00:00
C++ playground / lessons: in-browser compile & run (wasm-clang-style)
spikerj commented on issue spikerj/spikersoft-issues#137 2026-06-14 23:36:28 +00:00
C++ playground / lessons: in-browser compile & run (wasm-clang-style)

Completed and live. Verified against the codebase:

  • In-browser edit → compile → run: libraries/platform/clang-runtime/src/lib/clang-runtime.worker.ts drives a real Clang + LLD + WASI
spikerj closed issue spikerj/spikersoft-issues#166 2026-06-14 23:34:10 +00:00
Bug: Dungeon Crawler - Menu does not respond after character creation
spikerj commented on issue spikerj/spikersoft-issues#166 2026-06-14 23:33:47 +00:00
Bug: Dungeon Crawler - Menu does not respond after character creation

Resolved in spikersoft-angular commit c29e583 ("fixes for dungeon-crawler game"), already on master and live (v2026.06.10a).

Root cause: In dungeon-crawler.component.ts `updateNative…

spikerj closed issue spikerj/spikersoft-issues#156 2026-06-14 01:39:22 +00:00
## [Bug] Intermittent Scroll Behavior in “Concept” Container