Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj closed issue spikerj/spikersoft-issues#146 2026-06-14 01:39:22 +00:00
## Issue Report [BUG]: Incorrect Mouse Control Instructions in HexTile Game
spikerj closed issue spikerj/spikersoft-issues#223 2026-06-14 01:39:22 +00:00
[Bug] Progress can be lost in "In-Browser Compile" mode after completing a lesson then hard-refreshing
spikerj closed issue spikerj/spikersoft-issues#147 2026-06-14 01:39:22 +00:00
## [Bug] Incorrect Mouse Click Behavior in HexTile Game # 2
spikerj commented on issue spikerj/spikersoft-issues#223 2026-06-14 01:39:00 +00:00
[Bug] Progress can be lost in "In-Browser Compile" mode after completing a lesson then hard-refreshing

Resolved in spikersoft-angular PR #42 (merged to master). Added a durable completedLessons IndexedDB store (DB v2), written at pass time and never removed by the flush lifecycle, unioned into…

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

Resolved in spikersoft-angular PR #41 (merged to master). Added overscroll-behavior: contain to the Concept tab's scroll container so the wheel/touch gesture stays inside the pane instead of…

spikerj commented on issue spikerj/spikersoft-issues#146 2026-06-14 01:38:51 +00:00
## Issue Report [BUG]: Incorrect Mouse Control Instructions in HexTile Game

Resolved in spikersoft-angular PR #39 (merged to master). The HexTile instructions now read "Left Click & Drag: Rotate view" and a new "Right Click & Drag: Move camera" line, matching the actual…

spikerj commented on issue spikerj/spikersoft-issues#147 2026-06-14 01:38:51 +00:00
## [Bug] Incorrect Mouse Click Behavior in HexTile Game # 2

Resolved in spikersoft-angular PR #40 (merged to master). Right-click now only removes blocks (no-op on empty tiles) and never places one; primary click places. Added unit tests for all…

spikerj opened issue spikerj/spikersoft-issues#223 2026-06-14 01:00:44 +00:00
[Bug] Progress can be lost in "In-Browser Compile" mode after completing a lesson then hard-refreshing
spikerj closed issue spikerj/spikersoft-issues#215 2026-06-10 07:14:39 +00:00
Bug: C# Hello World exercise partially translated
spikerj commented on issue spikerj/spikersoft-issues#197 2026-06-10 07:12:39 +00:00
## [Bug] Missing or Incomplete Translations in C# Playground Lessons

Triage: root cause confirmed while fixing #215 (C# Hello World). The Spanish curriculum files (SpikerSoft.Business/Domain/Lessons/Translations/es/*.json) only contain title + description for…

spikerj commented on issue spikerj/spikersoft-issues#215 2026-06-10 07:12:32 +00:00
Bug: C# Hello World exercise partially translated

Fix up in spikerj/spikersoft-backend#7.

Root cause: the Spanish curriculum file (es/csharp.json) only carried lesson 100's title and description — no instructions or hints — so…

spikerj closed issue spikerj/spikersoft-issues#214 2026-06-10 07:11:30 +00:00
Bug: C# Hello World lesson - grading error due to browser compilation conflict
spikerj commented on issue spikerj/spikersoft-issues#214 2026-06-10 06:58:37 +00:00
Bug: C# Hello World lesson - grading error due to browser compilation conflict

Fix up in spikerj/spikersoft-angular#38.

Root cause: the grading router picked the execution path purely from the current "In-browser compile" state. If the attempt was issued by the server…

spikerj closed issue spikerj/spikersoft-issues#222 2026-06-10 00:29:10 +00:00
## [Bug] Lesson Code Temporarily Visible After Hard Refresh Before Lesson Instructions Load
spikerj commented on issue spikerj/spikersoft-issues#222 2026-06-10 00:28:53 +00:00
## [Bug] Lesson Code Temporarily Visible After Hard Refresh Before Lesson Instructions Load

Resolved — spikersoft-angular PR #37 merged to master and the pipeline is green.

Resolution notes

  • Root cause: the shared LanguageRunner seeds the editor with the language's…
spikerj closed issue spikerj/spikersoft-issues#109 2026-06-10 00:06:25 +00:00
bug: Calendar event color changes not saved/persisted when editing
spikerj commented on issue spikerj/spikersoft-issues#222 2026-06-10 00:06:13 +00:00
## [Bug] Lesson Code Temporarily Visible After Hard Refresh Before Lesson Instructions Load

Fix is up: spikersoft-angular PR #37.

Root cause: the shared LanguageRunner (used by every playground) seeds the editor with the language's sandbox starter code at construction. On a hard…

spikerj commented on issue spikerj/spikersoft-issues#109 2026-06-10 00:06:03 +00:00
bug: Calendar event color changes not saved/persisted when editing

Fixed in spikersoft-angular PR #35 (merged to master). Drag/resize updates now carry the full event payload so color/description/location survive the backend's full-replace PUT. Closing.

spikerj closed issue spikerj/spikersoft-issues#107 2026-06-09 17:02:27 +00:00
bug: Calendar event description text displays as corrupted/garbled characters
spikerj commented on issue spikerj/spikersoft-issues#107 2026-06-09 17:02:19 +00:00
bug: Calendar event description text displays as corrupted/garbled characters

Fixed in spikersoft-angular PR #33 (merged to master). Calendar event title/description/location are now HTML-entity-decoded on load so backend-encoded text renders readably. Closing.