Zac Gaetano zgaetano · He/Him
  • Joined on 2026-03-31
zgaetano pushed to main at zgaetano/deltacast-sdi-recorder 2026-04-14 09:21:07 -04:00
5b7e243f7a Add backend/Dockerfile
zgaetano pushed to main at zgaetano/deltacast-sdi-recorder 2026-04-14 09:21:07 -04:00
11bb6941ea Add backend/__init__.py
zgaetano pushed to main at zgaetano/deltacast-sdi-recorder 2026-04-14 09:21:07 -04:00
4085eef0f5 Add backend/app/__init__.py
zgaetano created repository zgaetano/deltacast-sdi-recorder 2026-04-14 09:12:01 -04:00
zgaetano pushed to main at zgaetano/biggame-xml-proxy 2026-04-13 18:38:37 -04:00
1d2bf0c95e Update .env.example with current event UUID and poll intervals
zgaetano pushed to main at zgaetano/biggame-xml-proxy 2026-04-13 18:36:07 -04:00
02120225a9 Update poll interval to 60s, stale threshold to 120s, UUID event ID in example
zgaetano pushed to main at zgaetano/ampp-folder-organizer 2026-04-12 14:04:28 -04:00
b1d3b004ab Add folder-organizer-v3.5: full match depth check, type guards, specific exception handling
zgaetano pushed to master at zgaetano/DragonWind 2026-04-12 13:44:56 -04:00
a07d2c0ae4 Add public/index.html
zgaetano pushed to master at zgaetano/DragonWind 2026-04-12 13:39:21 -04:00
02f5583e96 chore: delete accidental hindex.html (filename typo during edit)
zgaetano pushed to master at zgaetano/DragonWind 2026-04-12 13:34:04 -04:00
2e3ac69f97 fix: SpeedTracker uses monotonic bytes + 15s smoothing for accurate speed display
zgaetano pushed to main at zgaetano/ampp-folder-organizer 2026-04-10 13:30:51 -04:00
4ad1cbd580 v3.4.1: Fix logger.log() call — drop logger, use raise to surface lookup errors instead
zgaetano pushed to main at zgaetano/ampp-folder-organizer 2026-04-10 12:03:48 -04:00
3516b31c06 v3.4: Fix hlist.Count (.NET) → len(hlist) (Python), add .get() safety on hierarchy response
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 22:08:34 -04:00
5113adb635 feat: add real-time upload speed monitor with ETA
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 22:07:11 -04:00
009530416f perf: reduce chunk size from 32MB to 8MB for better parallelism
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 21:43:28 -04:00
f7d8ba14cf feat: presigned multipart upload for large files (browser-direct)
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 21:32:12 -04:00
6947e25230 fix: restore uploader + add chunked multipart for large files
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 21:29:33 -04:00
d06f96f208 fix: restore correct uploader with chunked multipart upload support
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 21:26:40 -04:00
13349ce32e fix: restore correct uploader with chunked multipart upload support
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 21:26:13 -04:00
97c4a4c779 fix: restore correct uploader with chunked multipart upload support
zgaetano pushed to master at zgaetano/DragonWind 2026-04-09 21:22:23 -04:00
837d848c2e feat: chunked parallel multipart upload for large files