Zac Gaetano zgaetano · He/Him
  • Joined on 2026-03-31
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 18:59:29 -04:00
3578c7b4e9 fix(playout): Privileged only for decklink (SRT/NDI/RTMP/HLS crashed when GPU exposed without driver)
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 18:57:21 -04:00
cddcc9a29e fix(mam-api): selfHeartbeat writes last_seen_at so primary node isn't stale-failover-killed
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 17:32:17 -04:00
0e844c0fc3 fix(scheduler): use updated_at as grace anchor when last_heartbeat_at NULL
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 17:16:55 -04:00
551af09dc7 fix(playout): install libnss3 so CEF can init (NSS -8023 was killing the channel ~30s in)
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 17:14:08 -04:00
4d6a999665 fix(playout): pre-create NSS dir + CEF cache so CEF/HTML producer doesn't SIGABRT
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 17:00:27 -04:00
f971d57bb9 fix(playout): use unzip not python zipfile (preserves exec bits)
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 16:50:05 -04:00
7ab70948a0 fix(playout): entrypoint handles 2.4.x bin/casparcg layout + LD_LIBRARY_PATH for bundled libs
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 16:49:50 -04:00
13bbd4216e fix(playout): correct 2.4.0 zip layout — binary is at casparcg_server/bin/casparcg
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 16:44:25 -04:00
fcd8e8dd2e fix(playout): entrypoint finds binary in /opt/casparcg for 2.4.x tarball layout
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 16:44:10 -04:00
67ac007706 fix(playout): downgrade CasparCG to 2.4.0 ubuntu22 zip (2.5 requires AVX2, ZAMPP has AVX only)
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 16:32:12 -04:00
b4f2fb12ff fix(mam-api): heartbeat writes last_seen_at so playout failover sees healthy nodes
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 16:30:55 -04:00
aa7f836493 fix(playout): strip XML comments from casparcg.config (2.5 rejects them)
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 13:39:06 -04:00
c2409bd037 fix(mam-api): add last_seen_at to cluster_nodes for playout failover
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 13:30:43 -04:00
42064acefa shell: fix nav icon conflicts
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-30 13:29:20 -04:00
2e2b091653 icons: fix 4 icon issues found in audit
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-30 13:13:09 -04:00
25ca157f9d fix: restore full server/index.js (was truncated by TEST commit a1517e9) + wire /api/models route
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-30 13:10:51 -04:00
8464b33de0 feat: inline activity monitor (status+elapsed+needs-input) & input.required notification
9c2ac65635 feat: track processing start-times + global needs-input set for activity monitor
7d9d4fa2bc refactor: single source of truth for model persistence (remove redundant global writes)
23e70b6f0b feat: per-session model persistence (model no longer bleeds across sessions)
4b08855e13 feat(sidebar): 3-state session indicators driven by real processing state
Compare 5 commits »
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 13:05:44 -04:00
8464b33de0 feat: inline activity monitor (status+elapsed+needs-input) & input.required notification
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 13:00:43 -04:00
9c2ac65635 feat: track processing start-times + global needs-input set for activity monitor
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 13:00:26 -04:00
7d9d4fa2bc refactor: single source of truth for model persistence (remove redundant global writes)