Fixed in spikersoft-angular PR #22. The lesson dropdown items had the word "Lesson" hardcoded in the template (bypassing Transloco). They now use a new lessonMenuItem key — "Lección {{number}}:…
Fixed in spikersoft-backend PR #4. C# Lesson 6 (Your First Submit) now has all 5 tutorial panels translated to Spanish. Per your note, this was indeed systematic — the Welcome tutorials…
Fixed in spikersoft-backend PR #4. C# Lesson 4 (Anatomy of a Method) now has all 5 tutorial panels translated to Spanish. Will close on merge.
Fixed in spikersoft-backend PR #4. C# Lesson 3 (Anatomy of a Class) now has all 7 tutorial panels translated to Spanish. Will close on merge.
Fixed in spikersoft-backend PR #4. C# Lesson 2 (What is C#?) now has its full tutorial-panel body translated to Spanish (4 panels). The pipeline existed but the Spanish data was missing; added…
Fixed in spikersoft-backend PR #3, building on your diagnosis that the "white screen" is the player spawning inside the star.
New players were spawned in a ±50 cube centered on the origin —…
Addressed in spikersoft-angular PR #21.
You were right that a text-only lesson shouldn't need two taps. The old flow was: Continue marked the tutorial complete and then revealed a separate…
Triage: this is very likely already resolved.
This was reported against v2026.05.17a, when the playground editor was CodeMirror — the symptom (no scrollbar, page scrolls instead of the code…
Root cause found and fixed in spikersoft-angular PR #20.
The JavaScript playground submits to the server and waits for the grading result over SignalR; the "Running tests…" spinner clears when…
Root cause found and fixed in spikersoft-angular PR #19.
On a passing submission the runner pre-fetches a fresh attempt (the backend purges the cached attempt after a successful grade, so…
Root cause found and fixed in spikersoft-angular PR #18 (same underlying bug as #204).
The "Try" button on tutorial panels loads a runnable sample into the editor, but tutorial lessons hide the…
Root cause found and fixed in spikersoft-angular PR #18.
Tutorial lessons hide the code editor (the tutorial pane owns the full middle column). The "load example into editor" / "Try it" button…
Status: BLOCKED — on hold pending Nx support for Angular 22.
Investigation (2026-06-08)
- Latest Angular =
22.0.0; latest stable Nx =22.7.5(workspace is on22.7.2). - `nx migrate…
Fix submitted in spikersoft-angular PR #16.
Root cause: Toggling to the Sandbox keeps the lesson selected and only clears ?lessonId from the URL. Re-selecting that same lesson then hit…
Triage update: reported against v2026.05.17a (CodeMirror editor era). The "text shifts while typing then snaps back" flicker was a CodeMirror layout/recalculation behavior. The sandbox editor…
Triage update: this was reported against v2026.05.17a, when the sandbox used the CodeMirror editor. Since then every editor surface in the platform (including the C# sandbox) was migrated to a…
Triage update: I went through the calendar event-creation flow and could not find a code defect that would make the fields inert.
What I verified in the current build:
- Clicking a day opens the…
Fixed in spikersoft-angular PR #15.
Root cause: the chat textarea was two-way bound with [(ngModel)] directly to a signal, which reassigned the signal field to a raw string on the first…