-
This is reproducable both in slintpad and vscode **when the preview is visible**
Imagine a component with something like
```
Text {
font-size:24;
}
```
Of course this is an error. Add `p…
-
When i use a favicon, it logs this message in the console.
```
Error decoding image: The image format Ico is not supported
```
Code
```
app := Window {
title: "Some App";
icon: @imag…
-
I think we could enhance the experience of using beautiful animations by providing a couple more common ones in motion design out of the box.
[Initial discussion on Mattermost](https://chat.slint-u…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily).
-
On `LineEdit`, you can specify `input-type: number;` or `input-type: decimal;`, but only retrieve the string `text`. If I want to bind a number type property to the `LineEdit`, I have to d…
-
VSCode extension for slint crashed while editing a .slint file. Extension version was v1.7.0, and the error output:
```
thread 'main' panicked at internal\compiler\passes\resolving.rs:169:13:
ass…
-
Steps to recreate:
- `cargo build`
Tested on slint `release/1.7` and on master https://github.com/slint-ui/slint/commit/e0f3fd4168fa6ad5ed17a50910111ed72d1ae95e
Tested with both rust version 1.…
-
I get an error of ``` thread 'main' panicked at /home/sora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/i-slint-compiler-1.7.0/passes/embed_glyphs.rs:278:67:
called `Option::unwrap…
-
Reproducible on Windows 10 and https://slintpad.com/ with this code:
```slint
export component Demo {
Rectangle {
width: 70px;
height: self.width;
borde…
-
In a future passed to `spawn_local`, I attempt to use `tokio::time::sleep` to wait for a short duration. For some reason, it seems to `await` forever.
Steps to reproduce:
1. Unzip `bug-demo.zip` …