Daniel Hahne

Results 3 issues of Daniel Hahne

Starting from the example [Conditional Element](https://slint.dev/releases/1.4.1/docs/slint/src/language/syntax/conditions), I would like to access `foo`, e.g. ``` export component Example inherits Window { preferred-width: 50px; preferred-height: 50px; if area.pressed : foo := Rectangle...

Currently Blaze does not support `start` and `end` params on [Patient$everything](https://www.hl7.org/fhir/r4b/patient-operation-everything.html).

enhancement
module:patient-everything

In order to cross compile to Android I had to adjust miniaudio-sys/build.rs by adding `clang_arg("-Ipath/to/android/toolchain/.../sys-root/usr/include")` to bindings and manually set `ma_android = true` as target_os is equal to the host...

enhancement