Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj closed issue spikerj/spikersoft-issues#301 2026-07-01 14:15:02 +00:00
Localize the Concept Reference dictionary panels (C#, Python, C, C++ playgrounds)
spikerj closed issue spikerj/spikersoft-issues#284 2026-07-01 14:14:48 +00:00
# [Enhancement] Reposition misplaced UI containers for better visibility in WASM Voxel Game
spikerj commented on issue spikerj/spikersoft-issues#301 2026-07-01 14:14:45 +00:00
Localize the Concept Reference dictionary panels (C#, Python, C, C++ playgrounds)

Resolved in spikersoft-angular PR #85 (merged to master). Added Spanish Concept Reference overlays for Python (44), C (67), and C++ (73) via the existing generic LANGUAGE_CONCEPT_TRANSLATIONS

spikerj commented on issue spikerj/spikersoft-issues#284 2026-07-01 14:14:37 +00:00
# [Enhancement] Reposition misplaced UI containers for better visibility in WASM Voxel Game

spikersoft-angular PR #86 merged to master. The fleet panel is now offset to bottom: 44px, clearing the global bottom-left version indicator. Combined with the top mode-toggle fix from PR #84,…

spikerj commented on issue spikerj/spikersoft-issues#236 2026-07-01 08:59:46 +00:00
chore(deps): unpin @types/google.maps (3.65.x DrawingManager typings) (deferred from #230)

Investigated further — this is not a typings regression, it's a real, permanent API removal. Confirmed via Google's official deprecations page (developers.google.com/maps/deprecations, "Completed…

spikerj commented on issue spikerj/spikersoft-issues#284 2026-07-01 08:29:58 +00:00
# [Enhancement] Reposition misplaced UI containers for better visibility in WASM Voxel Game

Opened spikersoft-angular PR #86 for the remaining bottom-left "version indicator" overlap. Confirmed the collision via code: app-fleet-panel (WASM Voxel Game) sits at the same bottom:0/left:0

spikerj commented on issue spikerj/spikersoft-issues#301 2026-07-01 08:20:28 +00:00
Localize the Concept Reference dictionary panels (C#, Python, C, C++ playgrounds)

Opened spikersoft-angular PR #85. Adds Spanish overlays for all 184 remaining Concept Reference entries (44 Python + 67 C + 73…

spikerj closed issue spikerj/spikersoft-issues#300 2026-07-01 08:06:01 +00:00
Add unit test coverage for #287 host remediation + security monitoring services
spikerj commented on issue spikerj/spikersoft-issues#300 2026-07-01 08:05:51 +00:00
Add unit test coverage for #287 host remediation + security monitoring services

Resolved in spikersoft-backend PR #45 (merged to master). Added the final 45 tests covering the RabbitMQ consumer wiring/dispatch logic (SecurityMonitorConsumer, SystemRemediationConsumer,…

spikerj commented on issue spikerj/spikersoft-issues#300 2026-07-01 07:51:58 +00:00
Add unit test coverage for #287 host remediation + security monitoring services

Resolved in spikersoft-backend PR #44 (merged to master). Added 45 more unit tests covering HostHealthProbe's command-output parsers and JournalTailService's script-building/journald-JSON…

spikerj commented on issue spikerj/spikersoft-issues#300 2026-07-01 04:01:29 +00:00
Add unit test coverage for #287 host remediation + security monitoring services

Resolved in spikersoft-backend PR #43 (merged to master). Added 72 more unit tests covering SuccessfulLoginDetector, HostChangeDetector, SecurityStateStore (fail-open behavior), `Remediatio…

spikerj closed issue spikerj/spikersoft-issues#283 2026-07-01 01:24:11 +00:00
# [Bug] “Book Processing” button visible during gameplay in WASM Voxel Game
spikerj closed issue spikerj/spikersoft-issues#282 2026-07-01 01:24:09 +00:00
# [Bug] Unintended HUD element movement during fast clicking in Deploy Defender
spikerj closed issue spikerj/spikersoft-issues#277 2026-07-01 01:24:07 +00:00
# [Bug] Scroll malfunction in Cyborg Joey chat container
spikerj commented on issue spikerj/spikersoft-issues#278 2026-07-01 01:23:54 +00:00
# [Enhancement] Add dynamic State/Province selection or autocomplete in Profile configuration

Investigated against current code and production. The dynamic, country-filtered State/Province dropdown described in this enhancement request already exists and is fully wired up:

  • Frontend:…
spikerj commented on issue spikerj/spikersoft-issues#284 2026-07-01 01:23:48 +00:00
# [Enhancement] Reposition misplaced UI containers for better visibility in WASM Voxel Game

Partially resolved in spikersoft-angular PR #84 (merged to master) for the top-overlap symptom: the "Game Mode"/"Block Editor" toggle buttons were positioned top: 20px relative to their own…

spikerj commented on issue spikerj/spikersoft-issues#277 2026-07-01 01:23:42 +00:00
# [Bug] Scroll malfunction in Cyborg Joey chat container

Resolved in spikersoft-angular PR #84 (merged to master). Root cause: .messages-container (the Cyborg Joey message list) was missing overscroll-behavior: contain, so scrolling past the…

spikerj commented on issue spikerj/spikersoft-issues#281 2026-07-01 01:23:33 +00:00
# [Enhancement] Add visual and audio feedback for game results and moves in Chess module

Confirmed as a real gap: today a Chess game ending (checkmate/stalemate) only updates the status-bar text (games.chess.status.checkmate etc.) — there's no pop-up/modal and no sound effects…

spikerj commented on issue spikerj/spikersoft-issues#276 2026-07-01 01:23:23 +00:00
# [Bug] Broken external link: UnrealEngine Repository (GitHub)

Investigated against current master and could not reproduce as a code bug. The clickable title link ("UnrealEngine Repository") has always pointed at https://github.com/EpicGames/UnrealEngine

spikerj commented on issue spikerj/spikersoft-issues#283 2026-07-01 01:23:15 +00:00
# [Bug] “Book Processing” button visible during gameplay in WASM Voxel Game

Resolved in spikersoft-angular PR #84 (merged to master). Root cause: the global "Book Processing" FAB (showBookFab() in app.component.ts) is shown purely based on profile/role (reading…