Kai Michaelis

Results 61 comments of Kai Michaelis
trafficstars

Ok, how about we add a mechanism that allows us to run Rust code in the GUI thread? For example calling a user provided function every event loop iteration.

The easiest way would be to allow spinning the event loop manual as I suggested in #25. So you can do stuff like this. ``` let engine = QmlEngine::new(); //...

Have you tried setting the `QTDIR` environment variable to `c:\msys64\mingw64\qt5-static`?

~~@vandenoever~~ @ErichDonGubler are you the MinGW based Rust toolchain or MSVC. You can check with `rustc --version --verbose`.

@vandenoever you're right, I got that mixed up :laughing:

You need to set `QTDIR64` (or `QTDIR` if you're on 32 bit) to the install prefix of Qt. So ``QTDIR64=`brew --prefix qt5` cargo build`` should do the trick. Sorry, I...

What happens when you remove `qt5` and install `homebrew/versions/qt55`?

- [x] Separate device subclass for Supermicro. - [x] Check whether we have the license and add a problem to the device if not. - [x] Check for pending/stuck update.

- [x] Add test case for license check - [x] Check for pending/stuck update - [x] Fix formatting

Ok, after rebasing onto `main` the redfish plugin isn't there anymore even if I enable it with `-Dplugin_redfish=enabled`. The BMC device doesn't show up anymore and `fwupdtool get-plugins` doesn't list...