Joseph Spiker spikerj
  • Joined on 2025-11-03
spikerj closed issue spikerj/spikersoft-issues#836 2026-07-25 00:59:07 +00:00
Pixal3D PR-3: decouple model-queue binding from resident mode + per-model routing allow-list
spikerj commented on issue spikerj/spikersoft-issues#836 2026-07-25 00:59:04 +00:00
Pixal3D PR-3: decouple model-queue binding from resident mode + per-model routing allow-list

Closing — both halves of this already exist on master, shipped under #357 (the per-model modeling lane). This ticket was written against a local checkout that was 184 commits behind…

spikerj opened issue spikerj/spikersoft-issues#838 2026-07-25 00:54:08 +00:00
Pixal3D PR-5: deploy stack, method option, and routing cutover
spikerj opened issue spikerj/spikersoft-issues#837 2026-07-25 00:53:57 +00:00
Pixal3D PR-4: bake the pixal3d env image in CI
spikerj opened issue spikerj/spikersoft-issues#836 2026-07-25 00:53:48 +00:00
Pixal3D PR-3: decouple model-queue binding from resident mode + per-model routing allow-list
spikerj opened issue spikerj/spikersoft-issues#835 2026-07-25 00:53:37 +00:00
Pixal3D PR-2: make the artpipe VRAM admission gate tunable
spikerj opened issue spikerj/spikersoft-issues#834 2026-07-25 00:53:31 +00:00
Pixal3D PR-1: artpipe manifest + WRAP backend + runner
spikerj opened issue spikerj/spikersoft-issues#833 2026-07-25 00:53:13 +00:00
EPIC: Pixal3D as an Art Studio modeling backend
spikerj opened issue spikerj/spikersoft-issues#832 2026-07-25 00:44:20 +00:00
Art Studio: make the Hunyuan3D texturing lane actually run in production (never textured a single asset)
spikerj opened issue spikerj/spikersoft-issues#831 2026-07-24 20:57:52 +00:00
Sponsor family card: declutter header, consolidate member photos, promote the $ tracker
spikerj commented on issue spikerj/spikersoft-issues#829 2026-07-24 20:45:53 +00:00
JWT tool: in-flight signature computation writes stale signature over cleared state (also reddens the full-suite SonarQube scan on master)

Fixed and verified on master. spikersoft-angular PR #570 merged (b3626e69).

The evidence this ticket actually needed is the master-side scan, not the PR-branch one: master run 18137 on…

spikerj commented on issue spikerj/spikersoft-issues#830 2026-07-24 20:45:53 +00:00
Flaky under load: keycloak-admin user-list spec settles resources with a fixed hop count (reddens full-suite SonarQube scan); 9 sibling specs share the pattern

Status: the user-list half is merged to master (PR #570, b3626e69) and master's full-suite SonarQube Scan is green again (run 18137 on 721d171b).

**This ticket stays open for the remaining…

spikerj closed issue spikerj/spikersoft-issues#829 2026-07-24 20:45:53 +00:00
JWT tool: in-flight signature computation writes stale signature over cleared state (also reddens the full-suite SonarQube scan on master)
spikerj commented on issue spikerj/spikersoft-issues#813 2026-07-24 20:34:37 +00:00
PhpInterpreterService: capabilities.canRun not reactive to setWorkspace (non-signal hasBlocks)

Fixed and verified. spikersoft-angular PR #571 merged to master (721d171b).

Verified on master: all three interpreters (php, python, lua) now carry _blockCount + `hasBlocks = computed(..…

spikerj closed issue spikerj/spikersoft-issues#814 2026-07-24 20:34:37 +00:00
QrCodeComponent: WiFi field escaping only escapes the first special char (regex missing /g)
spikerj commented on issue spikerj/spikersoft-issues#814 2026-07-24 20:34:37 +00:00
QrCodeComponent: WiFi field escaping only escapes the first special char (regex missing /g)

Fixed and verified. spikersoft-angular PR #571 merged to master (721d171b).

Verified on master: escapeWifiField is now value.replace(/([\\;,":])/g, "\\\\$1"). The pinned test asserting the…

spikerj closed issue spikerj/spikersoft-issues#813 2026-07-24 20:34:37 +00:00
PhpInterpreterService: capabilities.canRun not reactive to setWorkspace (non-signal hasBlocks)
spikerj commented on issue spikerj/spikersoft-issues#816 2026-07-24 20:17:38 +00:00
Angular CI: WASM bundle download flakes on HTTP/2 stream reset (curl exit 92)

Fixed and verified. spikersoft-angular commit 489f16ca — "ci: pin WASM bundle download to HTTP/1.1 with retries (#816)" — is on master.

The download step now carries exactly the prescribed…

spikerj closed issue spikerj/spikersoft-issues#816 2026-07-24 20:17:38 +00:00
Angular CI: WASM bundle download flakes on HTTP/2 stream reset (curl exit 92)
spikerj closed issue spikerj/spikersoft-issues#815 2026-07-24 20:17:38 +00:00
CI red on master: deployment guard tests point at pre-reusable-pipeline workflow locations