Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj opened issue spikerj/spikersoft-issues#234 2026-06-17 02:57:56 +00:00
chore(deps): Node dev-tooling majors — concurrently 10, lint-staged 17, @babel/preset-typescript 8
spikerj opened issue spikerj/spikersoft-issues#233 2026-06-17 02:57:47 +00:00
chore(deps): @fortawesome/angular-fontawesome 4 → 5 (major)
spikerj opened issue spikerj/spikersoft-issues#232 2026-06-17 02:57:36 +00:00
chore(deps): Blockly 12 → 13 (major)
spikerj opened issue spikerj/spikersoft-issues#231 2026-06-17 02:57:31 +00:00
chore(deps): PDF viewer stack major — ngx-extended-pdf-viewer 28 + pdfjs-dist 6
spikerj opened issue spikerj/spikersoft-issues#230 2026-06-17 02:57:16 +00:00
chore(deps): frontend app-runtime libraries — minor & patch roll-up
spikerj opened issue spikerj/spikersoft-issues#229 2026-06-17 02:57:10 +00:00
chore(deps): frontend dev/build/test tooling — minor & patch roll-up
spikerj closed issue spikerj/spikersoft-issues#91 2026-06-16 23:06:10 +00:00
Regex curriculum: systemic starter-flags fix + hover-discoverability hints + per-lesson audit
spikerj commented on issue spikerj/spikersoft-issues#91 2026-06-16 23:06:03 +00:00
Regex curriculum: systemic starter-flags fix + hover-discoverability hints + per-lesson audit

Verified all phases are present in current master (source-of-truth check):

  • Phase 1 (starter flags)reg-ex.component.ts onLessonOpen now does this.flags.set("") with an inline…
spikerj closed issue spikerj/spikersoft-issues#157 2026-06-16 22:32:22 +00:00
C#: Sandbox — The text shifts while typing
spikerj closed issue spikerj/spikersoft-issues#182 2026-06-16 22:32:22 +00:00
Bug: C# Sandbox - Cannot type code, keyboard input unresponsive
spikerj closed issue spikerj/spikersoft-issues#164 2026-06-16 22:32:22 +00:00
## [Bug] Code Container Scroll Not Working in Playgrounds
spikerj commented on issue spikerj/spikersoft-issues#164 2026-06-16 22:32:11 +00:00
## [Bug] Code Container Scroll Not Working in Playgrounds

Verified against current master code. The playground editor is now app-monaco-editor mounted in a fixed-height container: .editor-container .code-editor { height: 400px; overflow: hidden }

spikerj commented on issue spikerj/spikersoft-issues#157 2026-06-16 22:32:08 +00:00
C#: Sandbox — The text shifts while typing

Verified against current master code. The sandbox editor is now app-monaco-editor, whose host element is position: absolute; inset: 0 inside a fixed-geometry .code-editor container…

spikerj commented on issue spikerj/spikersoft-issues#182 2026-06-16 22:32:03 +00:00
Bug: C# Sandbox - Cannot type code, keyboard input unresponsive

Verified against current master code (source-of-truth check, not just a deploy re-test):

  1. Editor pipeline — the C# sandbox now hosts app-monaco-editor (`libraries/platform/monaco-editor…
spikerj commented on issue spikerj/spikersoft-issues#157 2026-06-16 14:00:19 +00:00
C#: Sandbox — The text shifts while typing

Update: this is a text-rendering/reflow flicker, which is distinct from the app-wide input-capture leak fixed in PR #61/#62 (those addressed games swallowing keyboard/mouse input, not per-keystroke…

spikerj commented on issue spikerj/spikersoft-issues#182 2026-06-16 14:00:14 +00:00
Bug: C# Sandbox - Cannot type code, keyboard input unresponsive

Update: two separate fixes that could each explain this have now shipped to master:

  1. The editor migration to the shared Monaco wrapper (replacing the CodeMirror/i18n-era input pipeline this…
spikerj closed issue spikerj/spikersoft-issues#193 2026-06-16 13:59:59 +00:00
## [Bug] Text Input Box Unresponsive and Text Not Displayed Correctly in Fundraising Creation Modal
spikerj closed issue spikerj/spikersoft-issues#181 2026-06-16 13:59:58 +00:00
Bug: Calendar section - Event creation form fields unresponsive
spikerj closed issue spikerj/spikersoft-issues#228 2026-06-16 13:59:58 +00:00
[Bug] Minecraft (wasm-voxel) leaks global mouse/keyboard listeners that break input app-wide after leaving the game
spikerj commented on issue spikerj/spikersoft-issues#193 2026-06-16 13:59:50 +00:00
## [Bug] Text Input Box Unresponsive and Text Not Displayed Correctly in Fundraising Creation Modal

Root cause found and fixed. The modal's text input was wired correctly; the input was being swallowed by an app-wide listener leak from the games. The Minecraft (wasm-voxel) engine leaked a…