David Rheinsberg

Results 15 issues of David Rheinsberg

The rust-reference implies that 64-bit types are aligned to 32-bit for platforms with 32-bit addresses. This is not necessarily correct. Fix the wording. Note that there is no general rule...

This is an implementation of `dbus-broker-session`, imitating `dbus-run-session`. This series integrates Rust code into dbus-broker. It uses `meson-cargo` to support proper integration of Cargo-based Rust code into the Meson build...

enhancement

We support multiple release targets but only run linters (and unit-tests, fwiw) on a single target. This often causes downstream release-tests to report failures after the code is already merged....

CI

Hi We are working on tools to produce final application artifacts from Rust applications, allowing distribution of Rust applications through AppStores and other application hubs. Following, a list of target...

Command-build
C-feature-request
A-json-output
S-triage

This adds a maintenance makefile that can build Linux Flatpaks with Moxin. I am working on similar targets for Windows Apps and macOS bundles. Note that there are some difficulties...