mlindner

Results 31 comments of mlindner

[3000.madh.gz](https://github.com/Konstanty/libmodplug/files/1978012/3000.madh.gz) Specifically I'm looking for support for MADH files which are older and date from the late 90s. Here's this file converted into S3M format which libmodplug supports: [3000.s3m.gz](https://github.com/Konstanty/libmodplug/files/1978014/3000.s3m.gz)

MacOS version specifically is 12.7.3

Observe large black area around image after clicking on it, showing that clicking it doesn't do much: Observe that even when zooming it only zooms partially and maintains a large...

@ayumi-signal This behavior changed recently. It didn't used to work like this. This is a bug, not an enhancement, please re-open. Also the natural way to use signal is a...

Also you're missing the fact that image zoom does not work properly. It used to show the full image resolution, but no longer does that.

I did some looking back at versions and the size of the black border size greatly expanded at least between 6.43.1 and 7.0.0. It's hard to test because of the...

It seems 6.43.1 still has the zoom not being full resolution, but the problem seems to not be as bad as it is in 7.0.0 and later which is perhaps...

@ayumi-signal I'll add it has nothing to do with wide window aspect ratio. Making the window very thin and vertical shows the same issue.

This seems obvious and simple to me so why hasn't this been done yet? Math functions like ceil() and floor() are very simple yet are not available in core. I...

Why do we need to rely on external system libraries? What's the problem with Rust implementing these directly?