Simon Hausmann

Results 390 comments of Simon Hausmann

Thank you for your report. Would it be possible for you to run the executable in a debugger (say visual studio's debugger), then disconnected and reconnect and see where if...

Thank you! Would it be possible for you to scroll up in the backtrace (in the bottom window)? I'm curious what the top of the trace looks like.

One aspect that might need support in the run-time library APIs or perhaps even the .slint language is first-class support for the [Android Activity Lifecycle](https://developer.android.com/guide/components/activities/activity-lifecycle). The [Android Activity Crate](https://docs.rs/android-activity/latest/android_activity/enum.MainEvent.html) supports...

We've made an initial plan for how we'd like to break down the Android port and I'd like to share it here for further editing/discussion. I'll edit the current empty...

> Is there a roadmap or plan with timetable for mobile support? We have not made a plan beyond the breakdown and time estimate outlined in the description of this...

Yes, there are two aspects about macos binaries: 1. we should create universal binaries (aarch64 and x86-64), with lipo. 2. If binaries are unsigned, macos will quarantine the files with...

Since we’re already building universal binaries, a few days ago I published the ones for the most recent release (added to the GitHub release) and suggested to try this: https://github.com/mason-org/mason-registry/pull/3740#discussion_r1441838757...

Thank you for your help. I was able to reproduce it. The binaries mason installs are not quarantined on macOS but work out of the box.