Holger Rapp

Results 36 issues of Holger Rapp

Thanks for this neat project, it looks great! I'd like to experiment with this crate to turn animations from our design department into PNGs, which we can then crush into...

Preamble: Carl, this is a followup request to our IRC discussion yesterday. I tried to implement this example below and failed and I think this would be a useful example...

I am tring to build bca2a6ced4c43335d76c9a2082a4b5038c182cb6 under Mac OS and see these errors when running `cargo build --all`. I have similar errors when trying to compile https://github.com/rust-av/avp. ``` error[E0277]: the...

The dump frames example is assuming that `frame.width() * frame.height()` == `frame.stride(0)` which is not necessarily true. A fixed version of the `save_file` function looks like this. ``` fn save_file(frame:...

I pulled the latest downloads for v1.1 marked `MacOS X 12.0 and newer, ARM M1 (Apple Silicon), 64-bit` from https://www.widelands.org/wiki/Download/ and on two Macs I tested (M1 and M2), when...

bug
macos
apple-silicon

To reproduce, open vim and create a second tab, then print the list of all `vim.windows`. ``` $ vim # or nvvim :tabedit :python3 print(list(vim.windows)) ``` Under Vim this only...