Artúr Kovács
Artúr Kovács
I'm guessing that the only reason why anyone would want to open a url is because they found a picture while browsing online that they would like to quickly open...
Darn it! In the `picture_widget` you will find `EventKind::HoveredFile(ref path) => {` If you print the path for the item that does not work, what does it say?
First of all: holy cow! Are people recommending Emulsion to others? I thought that Emulsion is way too niche to be "recommended". I like this idea! Note that I spend...
Considering that I have not encountered an AVIF file in the wild and you were the one who made the original PR for adding avif support, I will defer to...
I agree. It seems that the dav1d bindings, by default, expect the native library to be installed on the system, but seemingly this can be changed so that dav1d is...
Hi I lost interest to continue working on this. Anyone can of course use/steal my work from the `any-format` branch.
In an attempt to move this forward, I'm going to try to summarize the arguments for using callbacks and their counter-arguments. ### There are too many kinds of events on...
I also came across this using winit 0.29.2. Digging into the source I found this: https://github.com/rust-windowing/winit/blob/d82886bddca33118c41514f74a1128836a135aa7/src/platform_impl/linux/x11/util/randr.rs#L41 Which seems to be incorrect. It should be `Xft` instead of `Xfi`. This has...
The original description and the comment following it describe distinct issues. The first one will require the addition of a new API which can query the status of the numlock...
I think we should be careful not to confuse this with "tooltips" or "pop-up windows". It seems that this is something that has a specific API on both Windows ([CreatePopupMenu](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createpopupmenu))...