Simon Hausmann
Simon Hausmann
See also #1234 as well as https://github.com/slint-ui/meta-slint#building-an-sdk-for-external-slint-builds
Hi! We recently revamped the building blocks for the JavaScript bindings and started Python. For both of these excellent Rust crates exist that facilitated easy data type conversions. For Go,...
Thanks for reporting this. When you write "disable all print info", do you mean for example the output of `clap` when you run with `--help`? Or do you mean your...
For each programming language we should have a chapter that explains - on a per-platform basis - what the necessary steps are to prepare the application for deployment. This includes...
Great! Thanks for the update (and implementing that in access kit). My guts feeling is that it would be best to have an explicit `accessibility-id` property in Slint. We could...
Fair point :-)
Yes, at the moment you need to either forward it like that or you can also direct this through globals - that way you don't need to direct it all...
For clarification, I think that this is a valid issue and the acceptance criteria would be to build on the linked issues implement support for encapsulation of elements that come...
Olivier and I keep discussing this topic and iterating - it's a tricky problem that spans from the language syntax, to API, all the way to developr ergonomics (diagnostics when...
I will experiment with this as part of the 1.3 release cycle. If the experiment succeeds, then I think this can be resolved within the release. If the experiment fails...