Artúr Kovács

Results 121 comments of Artúr Kovács

Does F1 conflict with a system wide shortcut in any desktop environment?

Thanks for reporting this. I opened an PR for cargo bundle as a fix. https://github.com/burtonageo/cargo-bundle/pull/95 This is tangential, but now I'm considering enabling networking for the official deb release. It...

I think mainly the reason why I haven't responded to this yet is that the scenarios described, namely fetching the image with curl or through ssh are not seomthing that...

Indeed. This is something that I don't have experience with, although this is definitely within the scope of my interests so all I'm saying is that there may be someone...

The question in the post somehow eluded my attention. Emulsion currently generates up to four mip-maps and then it uses "LinearMipmapLinear" filtering for minification and "Linear" filtering for magnification by...

The info screen uses regular linear filtering for minification. Nevertheless I can get the two to be exactly as sharp, but it's super sensitive to the scale. Just one pixel...

I dug into this and apparently this is a known limitation of the webp decoder. See: https://github.com/image-rs/image/issues/912 In order to solve this, someone needs to implement color decoding for the...

Based on the message it seems that there's something wrong with the `libavif` dependency (`reformat_libyuv.c` is a file in that lib according to a quick online search). It's hard to...

We will probably want to do some custom changes on the `Info.plist` file on macOS once handling "file open events" become possible with winit, so it's worth considering to stop...

I would say that this shouldn't be implemented until #117 gets fixed.