Leonardo Gibrowski Faé

Results 151 comments of Leonardo Gibrowski Faé

Can you post a screenshot so I can better understand what's happening? Also, are you on the latest git version?

Just to confirm, are you all on the latest git version? Or are you just using version `0.9.5`? Because I am fairly sure this is fixed in the latest git...

I assume it's a race condition. You may be trying to start `swww-daemon` before the wayland environment has been set up. How are you initializing `swww-daemon`?

I'd like to point out that this would also be very helpful if it was implemented by default for `std.debug.print`. The documentation says explicitly that it is meant to be...

If you are playing a "normal" video, then this is expected. swww was specifically optimized to deal with animations that do not change a lot frame to frame. If you...

This should have improved significantly in the latest released version, since we no longer use any multi-threading. At most, it will saturate one CPU thread. So I will closing this....

It's a bug because we should be using the same filter. It's an enhancement because I am pretty sure this is a `TODO`in the code. --- In any case, I...

This should have been implemented a few versions ago, actually. I will be closing it for now.

Indeed, just removing `avif` and `rayon` gave me roughly 20s faster `--release` compile times, and reduced my dependencies in `Cargo.lock` by more than 400 lines.

@shinobiultra, what happens if you just call `swww clear` instead of restarting the daemon, does that also fix it? I think the issue with overlapping might be that we are...