-
Hello! I am trying to use slint ui on a embedded project, in a esp32s3 MCU. the esp-rs framework has a support for a std environment, which is needed as it's better for interop with c code. I don't wa…
-
My development board is linux arm64, using slint1.6 with rust as the backend。
Running the program failed:
`[clap_builder::parser::validator]Validator::validate_required: is_exclusive_present=false…
-
The preview window, opened via vscode inline action, cannot be closed. When I close it by force, the LSP understandably crashes.
By 'forcibly closing', I mean the equivalent of xkill (meta-shift-es…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I just updated the container image to the latest tag (currently 4.1.1), and blender does not …
-
We should support for postfix (memeber) functions on number for math expressions:
So we could write things like
```
foo.clamp(0, 1)
foo.max(bar)
foo.floor()
foo.round()
foo.abs()
foo.sin()…
-
Hello,
I'm having a problem compiling my Rust application after upgrading to Rust+Slint without modifying the code.
I was using the "Slint 1.2" version before the update. Now the application no …
-
Testing slint-ui simple deno example from: https://slint.dev/releases/1.4.1/docs/node
using ```deno run -A index.ts``` it has no problem and working great, but when trying to run the binary after bei…
-
I tried building an apk with xbuild and slint 1.7.1 for the [weather demo](https://github.com/slint-ui/slint/tree/v1.7.1/examples/weather-demo) example, but it gives me this error:
```
~/.../examp…
-
Slint nightly/1.3.1 LSP
[CODE](https://slint.dev/releases/1.3.1/editor/?snippet=import+%7B+AboutSlint%2C+Button%2C+VerticalBox+%2C+ListView%2C+ScrollView%7D+from+%22std-widgets.slint%22%3B%0A%0Acom…
-
I made a my app have a custom GridLayout-like behavoir for displaying an arbitrary number of objects (since `GridLayout` doesn't support `for`). And I noticed that if I add animations to the objects, …