Commit graph

9 commits

Author SHA1 Message Date
25f01d878c rewrite incremental.ts (#21)
the problems with the original implementation was mostly around error handling. sources had to be tracked manually and provided to each incremental output. the `hasArtifact` check was frequently forgotten. this has been re-abstracted through `incr.work()`, which is given an `io` object. all fs reads and module loads go through this interface, which allows the sources to be properly tracked, even if it throws.

closes #12
2025-08-02 17:31:58 -07:00
7ef08faaec finish scan3 2025-07-08 20:48:30 -07:00
ea5f2bc325 format 2025-07-07 20:58:02 -07:00
f1b1c650ce initial run of scan3 on sandwich 2025-07-07 09:42:04 -07:00
502786b689 actually run ffmpeg fr fr 2025-07-03 10:34:19 -07:00
2320091125 move discovered ffmpeg presets 2025-07-03 01:22:59 -07:00
8d1dc0d825 start av1 encoding ??? 2025-06-27 22:35:03 -07:00
4f89374ee0 stuff for file view 2025-06-27 19:40:19 -07:00
a367dfdb29 get clo file viewer running 2025-06-21 16:04:57 -07:00