Olivier Goffart

Results 270 comments of Olivier Goffart

Thanks for filling an issue. I think in general, we might need to distinguish between mouse event and touch event. So i've renamed the issue title to generalize. (You can...

The LSP calls `i_slint_compiler::lexer::extract_rust_macro` which only extract the first macro. Each macro should be independent, but the LSP cannot handle several independent `Document` tree for a single file at the...

> We should switch to URLs, we can add options to those :-) The problem is that the url from vscode don't have options.

Slint struct and other types can currently only contains fields of type known to Slint. I don't know if we can support this usecase. It can be worked around by...

Removing useless statements would hopefully fix the test https://github.com/slint-ui/slint/blob/028d075199515464373540ee5eeff182560f1c19/tests/cases/issues/issue_4942_no_else_value.slint#L20-L27

This is https://github.com/femtovg/femtovg/issues/183

Maybe you want to use `OVERRIDE_FIND_PACKAGE` ? This seems to do what is asked in #16 Edit: Never mind, this is incompatible with `FIND_PACKAGE_ARGS` and i prefer the behavour of...

The problem is that our binaries are built for the msvc target, and they are incompatible with mingw. This `/bigobj` flag is probably only the tip of the iceberg of...

Thanks for the bug report. Someone else actually had reported this issue with Android 9 before. I don't know the reason behind the error though. The `SlintAndroidJavaHelper` class clearly exist....

The error message also mentions a failure to find the class java.lang.Object, which is a fundamental class in Java and should always be available. The InMemoryDexClassLoader which we used was...