Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj closed issue spikerj/spikersoft-issues#183 2026-06-09 14:31:08 +00:00
Navigation bug when switching between C# lessons with Sandbox open
spikerj closed issue spikerj/spikersoft-issues#171 2026-06-09 14:31:01 +00:00
Bug: Hex Tower Defense - Blurry text in menus and gameplay
spikerj closed issue spikerj/spikersoft-issues#170 2026-06-09 14:30:56 +00:00
Bug: Deploy Defender - Black screen on start, game does not load
spikerj closed issue spikerj/spikersoft-issues#169 2026-06-09 14:30:50 +00:00
Bug: Space Game - White screen after ship creation, game does not load
spikerj closed issue spikerj/spikersoft-issues#165 2026-06-09 14:30:42 +00:00
C# Bug: Lesson 5 button "Try" in the editor does nothing
spikerj closed issue spikerj/spikersoft-issues#160 2026-06-09 14:30:36 +00:00
## [Enhancement] Unlock “Next Lesson” Button After Successful Submission
spikerj closed issue spikerj/spikersoft-issues#159 2026-06-09 14:30:29 +00:00
Problem with the header when translating with Google Translate
spikerj closed issue spikerj/spikersoft-issues#158 2026-06-09 14:30:22 +00:00
## [Enhancement] Add Post-Submission Notifications and Improved Lesson Navigation in Playgrounds
spikerj closed issue spikerj/spikersoft-issues#155 2026-06-09 14:30:16 +00:00
## [Bug] Code Reset After Submission in Python Playground
spikerj closed issue spikerj/spikersoft-issues#154 2026-06-09 14:30:10 +00:00
C# Suggestion: Unnecessary double-tap on the Continue button
spikerj closed issue spikerj/spikersoft-issues#152 2026-06-09 14:30:03 +00:00
## [Bug] JavaScript Playground Stuck on “Running Tests” After Submission
spikerj closed issue spikerj/spikersoft-issues#151 2026-06-09 14:29:55 +00:00
## [Bug] Incorrect Escape Sequence Handling in C++ Playground Output
spikerj commented on issue spikerj/spikersoft-issues#151 2026-06-09 01:49:15 +00:00
## [Bug] Incorrect Escape Sequence Handling in C++ Playground Output

Fixed across both graders.

Root cause: C/C++ lesson stdout was compared byte-exactly in both the browser grader (ClangLessonGraderService) and the authoritative server-side grader…

spikerj commented on issue spikerj/spikersoft-issues#158 2026-06-08 22:32:28 +00:00
## [Enhancement] Add Post-Submission Notifications and Improved Lesson Navigation in Playgrounds

Implemented in spikersoft-angular PR #27.

A transient snackbar now fires the moment a graded lesson result arrives — " All tests passed!" or " X of Y tests passed" — so feedback is visible…

spikerj commented on issue spikerj/spikersoft-issues#160 2026-06-08 22:11:59 +00:00
## [Enhancement] Unlock “Next Lesson” Button After Successful Submission

Implemented in spikersoft-angular PR #26.

After a Challenge lesson's tests all pass, the output area now shows a "Next:

spikerj commented on issue spikerj/spikersoft-issues#220 2026-06-08 21:40:40 +00:00
## [Bug] Untranslated Literal “Playground lessons and sandbox” in C# Lesson Header

Fix proposed in spikersoft-angular PR #25.

Finding: the header was already wired to Transloco and both keys are translated on master (menuTitle es = "Lecciones y sandbox de {{title}}",…

spikerj commented on issue spikerj/spikersoft-issues#213 2026-06-08 21:16:17 +00:00
Bug: Concepts section - inconsistent translation

Fix proposed in spikersoft-angular PR #24. Root cause: the Concepts pane only translated its chrome (kind labels, section headings) via Transloco; each concept's label/summary/details and…

spikerj commented on issue spikerj/spikersoft-issues#159 2026-06-08 20:59:03 +00:00
Problem with the header when translating with Google Translate

Fix proposed in spikersoft-angular PR #23. Root cause: the desktop nav row (.nav-menu) had flex-grow: 1 with no shrink/overflow handling, so when Google Translate lengthened the labels the…

spikerj commented on issue spikerj/spikersoft-issues#216 2026-06-08 19:55:58 +00:00
## [Bug] Missing or Unimplemented Translations in Login Page

Addressed in spikersoft-backend PR #5. The custom Keycloak login theme only had messages_en.properties (and didn't declare locales), so its SpikerSoft-specific strings stayed English even…

spikerj commented on issue spikerj/spikersoft-issues#212 2026-06-08 19:47:44 +00:00
Bug: Partial translation in View dropdown menu

Fixed in spikersoft-angular PR #22. Exactly as you suspected — the "Concept Reference (right)" View-menu item was a hardcoded English string, while the other four options (and the sibling…