codemov icon indicating copy to clipboard operation
codemov copied to clipboard

Results 10 codemov issues
Sort by recently updated
recently updated
newest added

Not sure if my system is misconfigured or if others will experience this too. Video plays fine on chromium.

bug
documentation

[gitoxide](https://crates.io/crates/gitoxide)

enhancement

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...

enhancement

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...

enhancement

This will make it easier to see what is changed between frames.

enhancement

[Possibly prodash](https://github.com/sloganking/codemov/tree/prodash)?

enhancement

- 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 |...