Results 17 comments of Mikhail Gribanov

@kelson42 I don't have this file. `kiwix-desktop.exe` does not find this command. The installer was downloaded from the official website: https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop_windows_x64.zip (redirect to https://mirrors.dotsrc.org/kiwix/release/kiwix-desktop/kiwix-desktop_windows_x64_2.3.1.zip)

Hi @goutnet Latest version from the official website still has this problem (download link redirect to https://ftp.fau.de/kiwix/release/kiwix-desktop/kiwix-desktop_windows_x64_2.3.1-2.zip). Judging by window appearance, you are using Linux, while I am using the...

@kelson42 Yes, it's a Windows-specific feature. On Windows systems, on web pages (not only in browsers, but also in web-based desktop apps like Spotify or Steam) clicking the middle mouse...

Yes, it is better to remove them completely from TTS.

I just download [cudnn-10.1-windows10-x64-v7.5.1.10.zip](https://developer.nvidia.com/compute/machine-learning/cudnn/secure/v7.5.1/prod/10.1_20190418/cudnn-10.1-windows10-x64-v7.5.1.10.zip) (registration required) and copied cudnn64_7.dll (374 MB) to the waifu2x-caffe folder and it worked. "Test cuDNN" passes successfully. CUDA toolkit not required.

It looks like I found a possible cause of the crash. If after `encoder.encodeFrame` you immediately call `encoder.close()` - it's going to crash. It looks like the library does not...

Next week I'll try to see how it's done in Subsampling Scale Image View. I haven't looked at the Telephoto source code yet, so I'm not sure how long it...

I made a working implementation of this feature using [Coil](https://github.com/coil-kt/coil). The implementation itself is quite simple. We calculate the available boundaries and then constrain the `offset` within them. ```kotlin var...