Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj commented on issue spikerj/spikersoft-issues#205 2026-06-07 17:59:12 +00:00
Bug: Execute code in sandbox returns 500 error

Root cause: CSharpCodeRunnerController.Run/RunLesson converted every exception (including validator ArgumentException for syntax errors and CodeExecutionSecurityException for forbidden…

spikerj commented on issue spikerj/spikersoft-issues#162 2026-06-07 17:59:11 +00:00
Error: Http failure response body: Error: Http failure response for https://api.spikersoft.com/api/CSharpCodeRunner/run: 500 OK

Duplicate of #205 (same CSharpCodeRunner/run 500). Fixed in spikerj/spikersoft-backend#2 — the controller no longer turns validator/security exceptions into 500s; they return 400 with the…

spikerj commented on issue spikerj/spikersoft-issues#169 2026-05-23 03:31:34 +00:00
Bug: Space Game - White screen after ship creation, game does not load

white screen on space game load is you in the center of the star, you have to fly forward for like 15 seconds or so to get out of the middle of the sun -- needs a better starting location for sure.

spikerj closed issue spikerj/spikersoft-issues#173 2026-05-23 01:51:44 +00:00
Bug: Detective SQL - Backend texts not translated (incomplete i18n)
spikerj closed issue spikerj/spikersoft-issues#172 2026-05-23 01:51:44 +00:00
Bug: Game dropdown menu - Some game names not translated to Spanish
spikerj closed issue spikerj/spikersoft-issues#180 2026-05-23 01:51:43 +00:00
Bug: Incomplete translation in Sponsorship section - main info still in English
spikerj closed issue spikerj/spikersoft-issues#174 2026-05-23 01:51:43 +00:00
Bug: Jobs board - Mixed translation in job cards (some fields translated, others not)
spikerj closed issue spikerj/spikersoft-issues#190 2026-05-23 01:51:43 +00:00
## [Bug] Interest Filter Labels Displayed in English While Spanish Mode Is Active
spikerj closed issue spikerj/spikersoft-issues#186 2026-05-23 01:51:43 +00:00
## [Bug] Translation Error in Homepage Headline
spikerj closed issue spikerj/spikersoft-issues#187 2026-05-23 01:51:43 +00:00
## [Bug] Incorrect Spanish Translation of “Stories from the Road”
spikerj closed issue spikerj/spikersoft-issues#188 2026-05-23 01:51:43 +00:00
## [Bug] Translation Tone Issue in Call-to-Action Section
spikerj closed issue spikerj/spikersoft-issues#185 2026-05-23 01:51:43 +00:00
## [Enhancement] Move Language Selector to Navigation Header with Flag Icon
spikerj closed issue spikerj/spikersoft-issues#189 2026-05-23 01:51:43 +00:00
## [Bug] Country Data Displayed in English While Spanish Mode Is Active
spikerj closed issue spikerj/spikersoft-issues#142 2026-05-15 14:10:45 +00:00
SQL Playground: Cross-pane keyword highlighting between lesson instructions and Data Sources
spikerj opened issue spikerj/spikersoft-issues#142 2026-05-15 14:10:40 +00:00
SQL Playground: Cross-pane keyword highlighting between lesson instructions and Data Sources
spikerj closed issue spikerj/spikersoft-issues#132 2026-05-15 02:12:28 +00:00
architecture: SQL Playground as first-class LessonStrategy — DuckDB WASM + worker grading + language-runner parity
spikerj commented on issue spikerj/spikersoft-issues#132 2026-05-15 02:12:28 +00:00
architecture: SQL Playground as first-class LessonStrategy — DuckDB WASM + worker grading + language-runner parity

All DoD bullets closed — 2026-05-14

Follow-ups landed:

  • #138 SqlLessonGradingExecutor + DuckDB.NET.Data.Full NuGet + worker registration. The lesson.regrade.requests queue now…
spikerj closed issue spikerj/spikersoft-issues#140 2026-05-15 02:12:04 +00:00
sql: theme-switch UX polish — feedback, output reset, lesson instructions reload
spikerj commented on issue spikerj/spikersoft-issues#140 2026-05-15 02:12:03 +00:00
sql: theme-switch UX polish — feedback, output reset, lesson instructions reload

Closed by implementation

Shipped:

  • Toast feedback: SqlRunner shell now subscribes to the theme picker's themeChangedSignal() via Angular effect() and surfaces a MatSnackBar toast…