Tasuku Suzuki
Tasuku Suzuki
I have disabled it in Qt Creator - https://codereview.qt-project.org/c/qt-creator/qt-creator/+/429103 Qt allows users to disable it thorugh style QStyle::SH_ComboBox_AllowWheelScrolling. I'm wondering if I can disable it through a property or an...
Home Automation Demo tries to change durations based on gpu availablity. But because of this issue, it doesn't work as expected. https://github.com/slint-ui/slint/blob/master/demos/home-automation/ui/common.slint#L36 ```slint export global Animation { out property full-screen-duration:...
There is one source code and one directory for each board support, but IDE and file managers display directories and files separately (directories come first), so the two are separated,...
I kept file names as they were.
Is `-` applied to the result of `1deg.abs()`?
We may improve the documentation for that. https://github.com/slint-ui/slint/blob/ee6f78fc8df32fc1cb07585792eb703782f76f49/docs/astro/src/content/docs/reference/global-functions/math.mdx says > **T type** > Many of the math functions can be used with any such as `angle`, `duration`, `float`, `int`, `length`,...
Does dataurl I added depend on some old version of crates that didn't support no_std yet? In such case how do we solve it in general?
Thanks for your feedback. Does "in the compiler" mean decoding the image in [from_at_image_url_node](https://github.com/slint-ui/slint/blob/d6f83a2af663de2128104fe4241e8b12f308db8d/internal/compiler/passes/resolving.rs#L361)? In the current version, I wanted to use image::load_from_memory_with_format() as same place as image::open(). Another reason...
It may be better not to introduce the DataUrl for ImageReference. Adding "data:/" block below the "builtin:/" block could be good enough.
> Is there a particular benefit to letting the browser do the data url decoding at runtime for wasm builds? I don't have any strong reason for that, it just...