codemov
codemov copied to clipboard
Not sure if my system is misconfigured or if others will experience this too. Video plays fine on chromium.
[gitoxide](https://crates.io/crates/gitoxide)
Currently resizing is done on already saved PNG images. This is wasteful as we waste time encoding and decoding PNG images as an intermediate step. Ideally we should resize images...
It would be nice if the rendered text that wasn't edited between commits, somehow jittered less. This would make it easier to see what parts are getting modified. Although #3...
This will make it easier to see what is changed between frames.
- update Cargo.lock with 'cargo update time' Fixes build error with rust 1.80: ```text error[E0282]: type annotations needed for `Box` --> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9 | 83 | let items = format_items |...