-
On a ARM Contex-A7 Linux platform, able to cross-compile the slint-test code, execute it, got following message:
**thread 'main' panicked at 'removal index (is 0) should be < len (is 0)', /home/ro…
-
Tried it on Windows and Linux, with x86_64- and aarch64-linux-android, slint 1.5.0, 1.5.1 and master. Generating the example apk from cargo-apk works fine.
The generated error is in the d…
-
https://releases.slint.dev/1.8.0/docs/slint/src/language/builtins/elements.html and then SwipeGestureHandler doesn't respond well on MacOS with a Touch pad when using Chrome. Seems better on Firefox.
…
-
Something like (in slint)
```
import { MyNamespace::MyStruct as MyStruct } form "../include/some_file.h";
import { crate::foo::bar::SomeOtherStruct as SomeStruct } from "../some/module/foo.rs";
…
-
First of all, I was using Qt QML back in 2017, and I'm surprised and hyped about the Slint project. Thank you for making this amazing GUI crate/library for us.
Coming back after seeing this issue f…
-
Links to the Slint documentation with `#` part jump multiple times after initial page visit and end up at an incorrect position:
https://github.com/user-attachments/assets/260313fe-ec58…
-
Reproduction Steps:
- Install fresh Ubuntu-22.04 instance with WSL2
- Start VSCode in WSL2 distro
- Install slint extension
Extension Host (Remote) Output:
```console
2024-03-22 12…
-
I had a `SpinBox` that represented a percentage. But I needed increased precision. The only possibility with the current `int`-centric `SpinBox` was to present its values as per mille valu…
-
Word and paragraph selection by double and triple clicks doen't work for `TextInput` placed inside `Flickable`.
Simple example:
```slint
Flickable {
width: parent.width;
viewport-width:…
-
It is already (partially) supported in stm32f4xx hal (https://docs.rs/stm32f4xx-hal/latest/stm32f4xx_hal/pac/ltdc/index.html) but embassy does not seem to have any support for this, yet.
I would li…