Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj closed issue spikerj/spikersoft-issues#218 2026-06-08 13:38:28 +00:00
## [Bug] Twitter (X) SVG Icon Fails to Render Correctly in Social Media Section
spikerj closed issue spikerj/spikersoft-issues#178 2026-06-08 13:38:28 +00:00
Bug: Contact page - X (Twitter) icon does not load, shows empty blue container
spikerj commented on issue spikerj/spikersoft-issues#178 2026-06-08 13:38:20 +00:00
Bug: Contact page - X (Twitter) icon does not load, shows empty blue container

Fixed in spikerj/spikersoft-angular#7 (tracked together with the duplicate #218).

The empty blue container was the X (Twitter) social button: it rendered via a Material font ligature, but the X…

spikerj commented on issue spikerj/spikersoft-issues#218 2026-06-08 13:38:19 +00:00
## [Bug] Twitter (X) SVG Icon Fails to Render Correctly in Social Media Section

Fixed in spikerj/spikersoft-angular#7.

Root cause: the social buttons used Material font ligatures (<mat-icon>twitter</mat-icon>), but brand logos aren't in the bundled Material Icons font and…

spikerj closed issue spikerj/spikersoft-issues#70 2026-06-07 18:58:18 +00:00
[crash] unexpected crash at WASM Voxel Game after destroying bedrock
spikerj commented on issue spikerj/spikersoft-issues#70 2026-06-07 18:58:13 +00:00
[crash] unexpected crash at WASM Voxel Game after destroying bedrock

Fixed in spikerj/spikersoft-angular#6.

Root cause: each chunk holds a fixed stack of 16x16x16 sections. Destroying the world-floor block (bedrock) let the player fall into the void, where…

spikerj closed issue spikerj/spikersoft-issues#191 2026-06-07 18:49:01 +00:00
## [Bug] Unexpected Crash in Space Game — Firefox Window Turned White
spikerj commented on issue spikerj/spikersoft-issues#191 2026-06-07 18:48:56 +00:00
## [Bug] Unexpected Crash in Space Game — Firefox Window Turned White

Fixed in spikerj/spikersoft-angular#5.

Root cause: the Space Game render loop kept issuing WebGL calls after the GPU context was lost (a context-loss / driver reset, which Firefox is more prone…

spikerj closed issue spikerj/spikersoft-issues#110 2026-06-07 18:39:44 +00:00
bug: Calendar new event creation fails with "Bad request" error
spikerj commented on issue spikerj/spikersoft-issues#110 2026-06-07 18:39:35 +00:00
bug: Calendar new event creation fails with "Bad request" error

Root cause: the event modal set end = start for all-day events, but the calendar API requires end to be strictly after start, so all-day event creation always returned 400. The vague banner…

spikerj closed issue spikerj/spikersoft-issues#148 2026-06-07 18:34:35 +00:00
## [Bug] Unexpected Empty Container and Non-Functional AI Chat at Contact Page
spikerj closed issue spikerj/spikersoft-issues#175 2026-06-07 18:34:34 +00:00
Bug: Contact AI chat - Empty square, never loads, backend not responding
spikerj commented on issue spikerj/spikersoft-issues#148 2026-06-07 18:34:28 +00:00
## [Bug] Unexpected Empty Container and Non-Functional AI Chat at Contact Page

Duplicate of #175 — same root cause: the floating AiAssistantComponent was embedded inline on the Contact page, so its fixed-position content floated away and left an empty container. Fixed in…

spikerj commented on issue spikerj/spikersoft-issues#175 2026-06-07 18:34:28 +00:00
Bug: Contact AI chat - Empty square, never loads, backend not responding

Root cause: AiAssistantComponent is a floating widget (toggle button + chat window are position: fixed). The Contact page embedded it inline inside an expansion panel, so its only child…

spikerj closed issue spikerj/spikersoft-issues#101 2026-06-07 18:25:18 +00:00
[Bug]: ReferenceError 'TouchEvent is not defined' on main screen
spikerj commented on issue spikerj/spikersoft-issues#101 2026-06-07 18:25:11 +00:00
[Bug]: ReferenceError 'TouchEvent is not defined' on main screen

Root cause: LizardLogoComponent.onMouseMove (the lizard logo on the main screen, bound to window:mousemove/touchmove) used event instanceof TouchEvent. Firefox/desktop browsers without…

spikerj closed issue spikerj/spikersoft-issues#106 2026-06-07 18:16:29 +00:00
[critical]: Loading animation triggers on every keystroke (accessibility hazard)
spikerj commented on issue spikerj/spikersoft-issues#106 2026-06-07 18:16:21 +00:00
[critical]: Loading animation triggers on every keystroke (accessibility hazard)

Root cause: the global LoadingInterceptor shows the spinner overlay for every HTTP request, and LoadingDisplayService attached it on the next microtask. Inputs across the app fire short-lived…

spikerj closed issue spikerj/spikersoft-issues#162 2026-06-07 17:59:26 +00:00
Error: Http failure response body: Error: Http failure response for https://api.spikersoft.com/api/CSharpCodeRunner/run: 500 OK
spikerj closed issue spikerj/spikersoft-issues#205 2026-06-07 17:59:24 +00:00
Bug: Execute code in sandbox returns 500 error