Olivier Goffart

Results 270 comments of Olivier Goffart

Thanks for reporting an issue. The ASCII thing was fixed in https://github.com/slint-ui/slint/commit/2b7834e7c9ba41cf9ddac8b26ab08d631dfdcaa2 Regarding the first issue, it looks like the d8 script, which is part of the android sdk fails...

(Was also reported in #5029 with similar error: ``` Dex conversion failed: Error in /home/bronson/Projects/bike-aid/bike-aid-app/target/aarch64-linux-android/debug/build/i-slint-backend-android-activity-5584ba82a1156d20/out/java/dev/slint/android-activity/SlintInputView$1.class: java.lang.NullPointerException: Cannot invoke "String.length()" because "" is null Compilation failed with an internal error. Exception...

Some options: (We can combine several approach) 1. Have a config file somewhere (see https://github.com/slint-ui/slint/issues/267 ) 2. Some more configuration in slint_build 3. Add some syntax to the `import "foo.ttf";`...

There is another issue for loading font at runtime: https://github.com/slint-ui/slint/issues/4250 But a fallback in the platform seems like a good idea as well.

Please note that the behavior should ideally be the same as the widgets from the other style. (unless there are reason for it to diverge, such as platform specific behavior...

> On the KDE Plasma desktop and all Qt applications I have used so far, buttons checkboxes and comboboxes do not activate when pressing the enter key. Is that a...

What I would like to see is a "global" target directory for all projects, that way, common dependency artifacts would be shared. (Not all projects would need to compile syn...

I'm not sure whether the component catalog should depends on the component under preview or not. But yes, we shouldn't allow dropping it. We need to do some graph analysis...

One problem with parallel build is that since the code generator don't use a real database for its output, there could be corruption as several thread or process tries to...

Currently, the Qt style is broken with scale factor when not using the Qt backend (eg, native style with winit backend) because the scale factor is applied twice.